Unit: degree (supplier to define representation)
Geodetic CRS: Saba
Datum: Saba
Ellipsoid: International 1924
Prime meridian: Greenwich
Data source: EPSG
Information source: NSGI: Netherlands Partnership of Kadaster, Rijkswaterstaat and Hydrographic Service, http://www.nsgi.nl/
Revision date: 2024-12-05
Scope: Intermediate CRS in transformation to and from projected CRS.
Area of use: Bonaire, Sint Eustatius and Saba (BES Islands or Caribbean Netherlands) - Saba - onshore.
Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Center coordinates
-63.24 17.63
WGS84 bounds:
-63.31 17.56
-63.16 17.71
Definition: OGC Well Known Text
GEOGCS["Saba", DATUM["Saba", SPHEROID["International 1924",6378388,297, AUTHORITY["EPSG","7022"]], AUTHORITY["EPSG","1379"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","10636"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Saba", DATUM["Saba", ELLIPSOID["International 1924",6378388,297, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[ellipsoidal,2], AXIS["geodetic latitude (Lat)",north, ORDER[1], ANGLEUNIT["degree",0.0174532925199433]], AXIS["geodetic longitude (Lon)",east, ORDER[2], ANGLEUNIT["degree",0.0174532925199433]], USAGE[ SCOPE["Intermediate CRS in transformation to and from projected CRS."], AREA["Bonaire, Sint Eustatius and Saba (BES Islands or Caribbean Netherlands) - Saba - onshore."], BBOX[17.56,-63.31,17.71,-63.16]], ID["EPSG",10636]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Saba", "datum": { "type": "GeodeticReferenceFrame", "name": "Saba", "ellipsoid": { "name": "International 1924", "semi_major_axis": 6378388, "inverse_flattening": 297 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] }, "scope": "Intermediate CRS in transformation to and from projected CRS.", "area": "Bonaire, Sint Eustatius and Saba (BES Islands or Caribbean Netherlands) - Saba - onshore.", "bbox": { "south_latitude": 17.56, "west_longitude": -63.31, "north_latitude": 17.71, "east_longitude": -63.16 }, "id": { "authority": "EPSG", "code": 10636 } }
Definition: GeoServer
10636=GEOGCS["Saba",DATUM["Saba",SPHEROID["International 1924",6378388,297,AUTHORITY["EPSG","7022"]],AUTHORITY["EPSG","1379"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10636"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=intl +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=intl +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10636, 'EPSG', 10636, '+proj=longlat +ellps=intl +no_defs +type=crs', 'GEOGCS["Saba",DATUM["Saba",SPHEROID["International 1924",6378388,297,AUTHORITY["EPSG","7022"]],AUTHORITY["EPSG","1379"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10636"]]');