developmentseed / developmentseed/async-geotiff
Add support for GCPS
Open
- Dominant language
- Python
- Stars
- 58
- Forks
- 7
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 2
Description
Some GeoTIFF don't use Affine transform for geospatial coordinates but use a set of GroundControlPoint to do the transformation between the pixel space to the spatial space.
ref:
- https://gdal.org/en/stable/user/raster_data_model.html#gcps
- https://gdal.org/en/stable/development/rfc/rfc4_geolocate.html#changes-to-warp-api-and-gdalwarp
Dataset: the Sentinel-1 dataset on AWS is a good example
ref:
- https://github.com/developmentseed/geotiff-test-data/issues/21
- https://github.com/cogeotiff/rio-tiler/blob/main/tests/fixtures/cog_gcps_ovr.tif
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.