File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Exporting band data
44.. index :: ENVISAT, band, raster
55
66This tutorial shows how to convert ENVISAT _ raster information from dataset
7- and generate flat binary rasters using PyEPR _.
7+ and generate flat binary (raster) files using PyEPR _.
88
99The program generates as many raster as the dataset specified in input.
1010
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ It is a description of a raster file that the GDAL_ library uses for low level
7979data access.
8080Of course the entire machinery works because data in :class: `epr.Band `\s and
8181:class: `epr.Dataset `\ s of ENVISAT _ products are stored as contiguous
82- rasters .
82+ raster files .
8383
8484.. raw :: latex
8585
Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ ENVISAT Product Reader Python API
5252 * `CI status page <https://github.com/avalentino/pyepr/actions >`_
5353 * `PyEPR project page on PyPi <http://pypi.python.org/pypi/pyepr >`_
5454 * EPR-API `project page <https://github.com/bcdev/epr-api >`_
55- * EPR-API `documentation
56- <https://rawgithub.com/bcdev/epr-api/master/docs/epr_c_api/index.html> `_
5755
5856 __ PyEPR _
5957
@@ -108,6 +106,6 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
108106MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
109107GNU General Public License for more details.
110108You should have received a copy of the GNU General Public License
111- along with PyEPR. If not, see <http ://www.gnu.org/licenses/>.
109+ along with PyEPR. If not, see <https ://www.gnu.org/licenses/>.
112110
113- .. _`GNU General Public License` : http ://www.gnu.org/licenses/gpl-3.0.html
111+ .. _`GNU General Public License` : https ://www.gnu.org/licenses/gpl-3.0.html
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ Dealing with image data is simple as well::
311311.. figure :: images/ASA_IMP_crop.*
312312 :width: 100%
313313
314- Image data read from the " proc_data" band
314+ Image data read from the ` proc_data`` band
315315
316316
317317.. _iterable : https://docs.python.org/3/glossary.html#term-iterable
Original file line number Diff line number Diff line change 22config
33constness
44Cythonizing
5+ de
56dev
67distutils
78docstrings
3132scanline
3233sdist
3334src
35+ str
3436toml
3537uchar
3638vapour
3739unittests
40+ vectorized
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ Python vs C API
229229---------------
230230
231231The Python _ EPR API is fully object oriented.
232- The main structures of the ` C API `_ have been implemented as objects while
232+ The main structures of the C API have been implemented as objects while
233233C function have been logically grouped and mapped onto object methods.
234234
235235The entire process of defining an object oriented API for Python _ has
239239Of course there are also some differences that are illustrated in the
240240following sections.
241241
242- .. _`C API` : https://rawgit.com/bcdev/epr-api/master/docs/epr_c_api/index.html
243-
244242
245243.. index :: memory, product
246244 pair: allocation; de-allocation
You can’t perform that action at this time.
0 commit comments