ESRI:37227 — GCS Santo DOS 1965
DeprecatedGeographic 2D · Vanuatu - northern islands
Export Formats
OGC WKT
GEOGCS[
"GCS_Santo_DOS_1965",
DATUM["D_Santo_DOS_1965",SPHEROID["International_1924",6378388.0,297.0]],
PRIMEM["Greenwich",0.0],
UNIT["Degree",0.0174532925199433]
]Frequently Asked Questions
How do I add ESRI:37227 to GeoServer?
Add the following definition to your GeoServer configuration:
37227=GEOGCS["GCS_Santo_DOS_1965",DATUM["D_Santo_DOS_1965",SPHEROID["International_1924",6378388.0,297.0]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]] Read the full GeoServer guide →
How do I add ESRI:37227 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (37227, 'ESRI', 37227, '', 'GEOGCS["GCS_Santo_DOS_1965",DATUM["D_Santo_DOS_1965",SPHEROID["International_1924",6378388.0,297.0]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]'); Read the full PostGIS guide →