Upstream NEWS: bugfixes, minor improvements and
Add CoordinateEpochGeoKey = 5120 of type DOUBLE to store coordinate
epoch of tie points / geotransform matrix for dynamic CRS.
See https://github.com/opengeospatial/geotiff/pull/99
Upstream NEWS:
Add support for OGC GeoTIFF 1.1
Expose GTIFGetPCSInfoEx(), GTIFGetProjTRFInfoEx(),
GTIFGetGCSInfoEx(), GTIFGetDatumInfoEx(), GTIFGetEllipsoidInfoEx(),
GTIFGetPMInfoEx(), GTIFGetUOMLengthInfoEx() and
GTIFGetUOMAngleInfoEx() so that users can specify their own PROJ
context
Add GTIFKeyGetASCII(), GTIFKeyGetSHORT() and GTIFKeyGetDOUBLE() as
safer variants of GTIFKeyGet() with type checking
autotools build: enable build in a separate tree from source (#37)
(fixes#28)
Use pkg-config for libtiff detection
Not mentoined in upstream NEWS: shlib major change (ABI break)
libgeotiff 1.5.1
----------------
* re-add #define SetCSVFilenameHook gtSetCSVFilenameHook for compatibility with GDAL 2.4.x
libgeotiff 1.5.0
----------------
* Require PROJ >= 6 dependency
* Remove all CSV files used by geo_normalize API, since libgeotiff now relies
on PROJ database for EPSG CRS definitions.
* geo_normalize.c: SetGTParmIds(): use ProjStraightVertPoleLongGeoKey for CT_PolarStereographic
* geo_normalize.c: report StdParallel1 for Mercator_2SP when a PCS code is used
* geo_normalize.c: fix support for Laborde Oblique Mercator
* listgeo: use PROJ database to display non-hardcoded values of a number of keys
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
Upstream does not publish NEWS and there do not appear to be any release notes.
Skimming the changelog, this is
bugfixes
update to EPSG database
withdrawal of a test program that should not have been installed
listgeo/applygeo to extract and apply georeferencing
(Note that this works with proj 5; it still uses the deprecated proj_api.h.)
One mismatched digest found in geography/libmemphis02:
# package libmemphis02
recorded SHA1 (memphis-0.2.3.tar.gz) = dbc2f61e49b996dc9ca91df0de9a08eb7adbfa9b
calculated SHA1 (memphis-0.2.3.tar.gz) = 85993bce12c3616fcf6e7682a70b9605883edec2
No changes were made to the libmemphis02 distinfo file
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Upstream does not provide news, and it's hard to match up the
Changelog with releases. But changes basically look like updating to
a newer EPSG dataset and bug fixes.
GeoTIFF represents an effort by over 160 different remote sensing,
GIS, cartographic, and surveying related companies and organizations
to establish a TIFF based interchange format for georeferenced raster
imagery.
This library is the reference implementation for reading and writing
GeoTIFF tags.