spatial_ref_sys_aux
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where unit = "degree minute second hemisphere"
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 |
---|---|---|---|---|---|---|---|---|---|---|---|
4172 | 1 | 1 | GRS 1980 | Greenwich | Posiciones_Geodesicas_Argentinas | none | degree minute second hemisphere | Geodetic latitude | North | Geodetic longitude | East |
4185 | 1 | 1 | International 1924 | Greenwich | Madeira_1936 | none | degree minute second hemisphere | Geodetic latitude | North | Geodetic longitude | East |
4226 | 1 | 1 | Clarke 1880 (IGN) | Greenwich | Cote_d_Ivoire | none | degree minute second hemisphere | Geodetic latitude | North | Geodetic longitude | East |
4327 | 1 | 1 | WGS 84 | Greenwich | WGS_1984 | none | degree minute second hemisphere | Geodetic latitude | North | Geodetic longitude | East |
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]);