KipCrossing / geotiff

A noGDAL tool for reading and writing geotiff files
GNU Lesser General Public License v2.1
213 stars 23 forks source link

Read Spec #3

Open KipCrossing opened 3 years ago

KipCrossing commented 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))
KipCrossing commented 3 years ago

http://docs.opengeospatial.org/is/19-008r4/19-008r4.html

KipCrossing commented 3 years ago

GeoTiff codes https://step.esa.int/docs/v4.0/apidoc/engine/org/esa/snap/core/util/geotiff/GeoTIFFCodes.html