File: epsg_pm.inc

package info (click to toggle)
gdal 3.11.3%2Bdfsg-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 89,016 kB
  • sloc: cpp: 1,165,048; ansic: 208,864; python: 26,958; java: 5,972; xml: 4,611; sh: 3,776; cs: 2,508; yacc: 1,306; makefile: 213
file content (22 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (25)
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 */