pytileproj¶
This is the documentation of pytileproj.
Note
This is the main page of your project’s Sphinx documentation.
It is formatted in reStructuredText. Add additional pages
by creating rst-files in docs
and adding them to the toctree below.
Use then references in order to link them from this page, e.g.
Contributors and Changelog.
It is also possible to refer to the documentation of other Python packages
with the Python domain syntax. By default you can reference the
documentation of Sphinx, Python, NumPy, SciPy, matplotlib,
Pandas, Scikit-Learn. You can add more by extending the
intersphinx_mapping
in your Sphinx’s conf.py
.
The pretty useful extension autodoc is activated by default and lets you include documentation from docstrings. Docstrings can be written in Google style (recommended!), NumPy style and classical style.
Contents¶
License¶
The MIT License (MIT)
Copyright (c) 2021 TU Wien, Department of Geodesy and Geoinformation
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Contributors¶
- Bernhard Bauer-Marschallinger <bernhard.bauer-marschallinger@geo.tuwien.ac.at>
- Sebastian Hahn <sebastian.hahn@geo.tuwien.ac.at>
Changelog¶
Version 0.0.17¶
- update pyproj -> 3.6 (x/y axis order)
- update numpy -> 1.2 (int)
Version 0.0.14¶
- Update pyscaffold 2.5.11 -> 3.3
Version 0.0.13¶
- sets upperleft as default in ij2xy
- add offset-option to ij2xy() to fix position of returned coordinates
Version 0.0.12¶
- bugfix in antimeridian handling
Version 0.0.11¶
- extended search_tiles_in_roi()
- fixes issues with projection strings when using GDAL>=3.0.0
Version 0.0.10¶
- fixed issues on antimeridian/dateline
Version 0.0.9¶
- minor update on lonlat2xy functions
Version 0.0.8¶
- minor update on tilesystem functions
Version 0.0.7¶
- Includes now the support for the UTM grid
Version 0.0.6¶
- Fix pep8
- Update copyright year
- Fix import issues
Version 0.0.5¶
- …
Version 0.0.4¶
- …
Version 0.0.3¶
- …
Version 0.0.2¶
- …
Version 0.0.1¶
- First draft