Open KipCrossing opened 3 years ago
http://gis.ess.washington.edu/data/raster/drg/docs/geotiff.txt https://pyproj4.github.io/pyproj/stable/build_crs.html https://pyproj4.github.io/pyproj/stable/api/database.html#pyproj.database.get_codes https://pyproj4.github.io/pyproj/stable/api/enums.html#pyproj.enums.PJType
eg:
log.info( pyproj.database.get_authorities()) log.info(pyproj.database.get_codes('EPSG', pyproj.enums.PJType.GEODETIC_CRS))
http://docs.opengeospatial.org/is/19-008r4/19-008r4.html
GeoTiff codes https://step.esa.int/docs/v4.0/apidoc/engine/org/esa/snap/core/util/geotiff/GeoTIFFCodes.html
http://gis.ess.washington.edu/data/raster/drg/docs/geotiff.txt https://pyproj4.github.io/pyproj/stable/build_crs.html https://pyproj4.github.io/pyproj/stable/api/database.html#pyproj.database.get_codes https://pyproj4.github.io/pyproj/stable/api/enums.html#pyproj.enums.PJType
eg: