ESRI
ESRI
South Asia Singapore
Definition: OGC Well Known Text
GEOGCS["GCS_South_Asia_Singapore", DATUM["D_South_Asia_Singapore", SPHEROID["Fischer_Modified",6378155,298.3, AUTHORITY["ESRI","107004"]], AUTHORITY["ESRI","106207"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["ESRI","37207"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["GCS_South_Asia_Singapore", DATUM["D_South_Asia_Singapore", ELLIPSOID["Fischer_Modified",6378155,298.3, 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["Not known."], AREA["Singapore - onshore and offshore."], BBOX[1.13,103.59,1.47,104.07]], ID["ESRI",37207]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "GCS_South_Asia_Singapore", "datum": { "type": "GeodeticReferenceFrame", "name": "D_South_Asia_Singapore", "ellipsoid": { "name": "Fischer_Modified", "semi_major_axis": 6378155, "inverse_flattening": 298.3 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] }, "scope": "Not known.", "area": "Singapore - onshore and offshore.", "bbox": { "south_latitude": 1.13, "west_longitude": 103.59, "north_latitude": 1.47, "east_longitude": 104.07 }, "id": { "authority": "ESRI", "code": 37207 } }
Definition: GeoServer
37207=GEOGCS["GCS_South_Asia_Singapore",DATUM["D_South_Asia_Singapore",SPHEROID["Fischer_Modified",6378155,298.3,AUTHORITY["ESRI","107004"]],AUTHORITY["ESRI","106207"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["ESRI","37207"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=fschr60m +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=fschr60m +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 37207, 'ESRI', 37207, '+proj=longlat +ellps=fschr60m +no_defs +type=crs', 'GEOGCS["GCS_South_Asia_Singapore",DATUM["D_South_Asia_Singapore",SPHEROID["Fischer_Modified",6378155,298.3,AUTHORITY["ESRI","107004"]],AUTHORITY["ESRI","106207"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["ESRI","37207"]]');