Unit: degree (supplier to define representation)
Geodetic CRS: Sint Eustatius
Datum: Sint Eustatius
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: 2025-01-21
Scope: Intermediate CRS in transformation to and from projected CRS.
Area of use: Bonaire, Sint Eustatius and Saba (BES Islands or Caribbean Netherlands) - Sint Eustatius - onshore.
Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Center coordinates
-62.97 17.49
WGS84 bounds:
-63.05 17.41
-62.88 17.58
Definition: OGC Well Known Text
GEOGCS["Sint Eustatius", DATUM["Sint_Eustatius", SPHEROID["International 1924",6378388,297, AUTHORITY["EPSG","7022"]], AUTHORITY["EPSG","1393"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","10736"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Sint Eustatius", DATUM["Sint Eustatius", 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) - Sint Eustatius - onshore."], BBOX[17.41,-63.05,17.58,-62.88]], ID["EPSG",10736]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Sint Eustatius", "datum": { "type": "GeodeticReferenceFrame", "name": "Sint Eustatius", "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) - Sint Eustatius - onshore.", "bbox": { "south_latitude": 17.41, "west_longitude": -63.05, "north_latitude": 17.58, "east_longitude": -62.88 }, "id": { "authority": "EPSG", "code": 10736 } }
Definition: GeoServer
10736=GEOGCS["Sint Eustatius",DATUM["Sint_Eustatius",SPHEROID["International 1924",6378388,297,AUTHORITY["EPSG","7022"]],AUTHORITY["EPSG","1393"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10736"]]
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 ( 10736, 'EPSG', 10736, '+proj=longlat +ellps=intl +no_defs +type=crs', 'GEOGCS["Sint Eustatius",DATUM["Sint_Eustatius",SPHEROID["International 1924",6378388,297,AUTHORITY["EPSG","7022"]],AUTHORITY["EPSG","1393"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10736"]]');