Changelog#

Version 1.1.1#

  • suppressed PROJ4 conversion warnings

Version 1.1.0#

  • added segment size to tile export

  • added axis-orientation-ordered tile sorting

  • modified repr and str representation

  • removed pixel origin for world to pixel system coordinate transformations

Version 1.0.0#

  • complete rebuild of the project

  • using morecantile for regular tilings and to achive OGC compliance

  • separation of tilings and projections

  • new tile and tiling system interface

  • extending functionality with tiling system order support

  • removed GDAL and OSGEO libraries as dependencies

Version 0.1.0#

  • update project metadata (pyscaffold v4.6)

  • update github workflows

  • remove gdal=3.1 pin

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.1#

  • first draft