spatial_ref_sys_aux
Data license: CC Attribution 4.0 License · Data source: simonw/cryptozoology
1 row where srid = 2048 sorted by axis_1_name
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 |
---|---|---|---|---|---|---|---|---|---|---|---|
2048 | 0 | 0 | WGS 84 | Greenwich | Hartebeesthoek94 | Transverse_Mercator_South_Orientated | metre | Westing | West | Southing | South |
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));