spatial_ref_sys_aux
Data license: CC Attribution 4.0 License · Data source: simonw/cryptozoology
1 row where srid = 32703
This data as json, CSV (advanced)
srid ▼ | is_geographic | has_flipped_axes | spheroid | prime_meridian | datum | projection | unit | axis_1_name | axis_1_orientation | axis_2_name | axis_2_orientation |
---|---|---|---|---|---|---|---|---|---|---|---|
32703 | 0 | 0 | WGS 84 | Greenwich | WGS_1984 | Transverse_Mercator | metre | Easting | East | Northing | North |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE spatial_ref_sys_aux ( srid INTEGER NOT NULL PRIMARY KEY, is_geographic INTEGER, has_flipped_axes INTEGER, spheroid TEXT, prime_meridian TEXT, datum TEXT, projection TEXT, unit TEXT, axis_1_name TEXT, axis_1_orientation TEXT, axis_2_name TEXT, axis_2_orientation TEXT, CONSTRAINT fk_sprefsys FOREIGN KEY (srid) REFERENCES spatial_ref_sys (srid));