spatial_ref_sys_aux
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
2 rows where unit = "Clarke's link"
This data as json, copyable, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|
2066 | 0 | 0 | Clarke 1858 | Greenwich | Mount_Dillon | Cassini_Soldner | Clarke's link | Easting | East | Northing | North |
30200 | 0 | 0 | Clarke 1858 | Greenwich | Trinidad_1903 | Cassini_Soldner | Clarke's link | 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)); CREATE INDEX [idx_spatial_ref_sys_aux_srid] ON [spatial_ref_sys_aux] ([srid]);