* Adds CRS.to_geodetic function
* inspired by pyproj's .geodetic_crs function to return the
corresponding base geographic CRS for a given CRS
* helpful for projections that may not use common geographic CRSs
* switch to else rather than finally in to_geodetic
* improve docstring and remove todos
* fixed test comment
* added .geodetic_crs property following pyproj's approach
* change to throw exception, added an aux.xml to .gitignore I keep almost committing
* Update rasterio/crs.pyx
Co-authored-by: Sean Gillies <sean.gillies@gmail.com>
* Update rasterio/crs.pyx
Co-authored-by: Sean Gillies <sean.gillies@gmail.com>
---------
Co-authored-by: Sean Gillies <sean.gillies@gmail.com>
* Take into account GDAL >= 3.7 GDT_Int8 signed int8 datatype (fixes#2635) (#2656)
* ENH: Added int8 dtype to rasterize (#2780)
---------
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
Co-authored-by: Alan D. Snow <alansnow21@gmail.com>
* Use compile_time_env in place of shims
* Update setup.py to require cython
* remove sdist_fill
* update MANIFEST
* Remove support for GDAL < 2.3
* Remove rasterfill.cpp