/usr/include/geotiff/epsg_pm.inc is in libgeotiff-dev 1.4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | /* EPSG/GeoTIFF Rev 0.2 Prime Meridian Database */
/* C database for Geotiff include files. */
/* the macro ValuePair() must be defined */
/* by the enclosing include file */
#ifdef INCLUDE_OLD_CODES
#include old_pm.inc
#endif /* OLD Codes */
ValuePair(PM_Greenwich, 8901)
ValuePair(PM_Lisbon, 8902)
ValuePair(PM_Paris, 8903)
ValuePair(PM_Bogota, 8904)
ValuePair(PM_Madrid, 8905)
ValuePair(PM_Rome, 8906)
ValuePair(PM_Bern, 8907)
ValuePair(PM_Jakarta, 8908)
ValuePair(PM_Ferro, 8909)
ValuePair(PM_Brussels, 8910)
ValuePair(PM_Stockholm, 8911)
/* end of list */
|