EPSG:10745

Sint Eustatius DPnet long

Available transformations
to EPSG:4326
No other targets exist for this CRS

Selected transformation

Name: Sint Eustatius to WGS 84 (1)

Method: Coordinate Frame rotation full matrix (geog2D)

Remarks: Parameter values taken from Sint Eustatius to BES2020 Sint Eustatius (1) (transformation code 10750) assuming that BES2020 Sint Eustatius is coincident with WGS 84 within the accuracy of the transformation.

Information source: IOGP

Revision date: 2025-02-19

Attributes

Unit: metre

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: Cadastre, engineering survey, topographic mapping.

Remarks: Cadastral map long coordinates. Replaces DPnet short (CRS code 10744).

Area of use: Bonaire, Sint Eustatius and Saba (BES Islands or Caribbean Netherlands) - Sint Eustatius - onshore.

Coordinate system: Cartesian 2D CS. Axes: easting, northing (x,y). Orientations: east, north. UoM: m.

Center coordinates
503338.58 1934674.45

Projected bounds:
494302.44 1925256.52
512383.1 1944096.48

WGS84 bounds:
-63.05 17.41
-62.88 17.58

Bonaire, Sint Eustatius and Saba (BES Islands or Caribbean Netherlands) - Sint Eustatius - onshore.
MapTiler banner

Definition: OGC Well Known Text

PROJCS["Sint Eustatius DPnet long",
    GEOGCS["Sint Eustatius",
        DATUM["Sint_Eustatius",
            SPHEROID["International 1924",6378388,297],
            TOWGS84[1276.2485,-2016.6406,667.4403,-101.005288,212.913401,-68.43277,-431.59604]],
        PRIMEM["Greenwich",0,
            AUTHORITY["EPSG","8901"]],
        UNIT["degree",0.0174532925199433,
            AUTHORITY["EPSG","9122"]],
        AUTHORITY["EPSG","10736"]],
    PROJECTION["Transverse_Mercator"],
    PARAMETER["latitude_of_origin",0],
    PARAMETER["central_meridian",-63],
    PARAMETER["scale_factor",0.9996],
    PARAMETER["false_easting",500000],
    PARAMETER["false_northing",0],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AXIS["Easting",EAST],
    AXIS["Northing",NORTH],
    AUTHORITY["EPSG","10745"]]

Definition: OGC Well Known Text 2 (2019)

PROJCRS["Sint Eustatius DPnet long",
    BASEGEOGCRS["Sint Eustatius",
        DATUM["Sint Eustatius",
            ELLIPSOID["International 1924",6378388,297,
                LENGTHUNIT["metre",1]]],
        PRIMEM["Greenwich",0,
            ANGLEUNIT["degree",0.0174532925199433]],
        ID["EPSG",10736]],
    CONVERSION["UTM zone 20N",
        METHOD["Transverse Mercator",
            ID["EPSG",9807]],
        PARAMETER["Latitude of natural origin",0,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8801]],
        PARAMETER["Longitude of natural origin",-63,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8802]],
        PARAMETER["Scale factor at natural origin",0.9996,
            SCALEUNIT["unity",1],
            ID["EPSG",8805]],
        PARAMETER["False easting",500000,
            LENGTHUNIT["metre",1],
            ID["EPSG",8806]],
        PARAMETER["False northing",0,
            LENGTHUNIT["metre",1],
            ID["EPSG",8807]]],
    CS[Cartesian,2],
        AXIS["easting (x)",east,
            ORDER[1],
            LENGTHUNIT["metre",1]],
        AXIS["northing (y)",north,
            ORDER[2],
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Cadastre, engineering survey, topographic mapping."],
        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",10745]]

Definition: ESRI Well Known Text

PROJCS["Sint_Eustatius_DPnet_long",
    GEOGCS["GCS_Sint_Eustatius",
        DATUM["D_Sint_Eustatius",
            SPHEROID["International_1924",6378388.0,297.0]],
        PRIMEM["Greenwich",0.0],
        UNIT["Degree",0.0174532925199433]],
    PROJECTION["Transverse_Mercator"],
    PARAMETER["False_Easting",500000.0],
    PARAMETER["False_Northing",0.0],
    PARAMETER["Central_Meridian",-63.0],
    PARAMETER["Scale_Factor",0.9996],
    PARAMETER["Latitude_Of_Origin",0.0],
    UNIT["Meter",1.0]]

Definition: PROJ.4

+proj=utm +zone=20 +ellps=intl +towgs84=1276.2485,-2016.6406,667.4403,-101.005288,212.913401,-68.43277,-431.59604 +units=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:10745","+proj=utm +zone=20 +ellps=intl +towgs84=1276.2485,-2016.6406,667.4403,-101.005288,212.913401,-68.43277,-431.59604 +units=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "ProjectedCRS",
    "name": "Sint Eustatius DPnet long",
    "base_crs": {
        "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"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 10736
        }
    },
    "conversion": {
        "name": "UTM zone 20N",
        "method": {
            "name": "Transverse Mercator",
            "id": {
                "authority": "EPSG",
                "code": 9807
            }
        },
        "parameters": [
            {
                "name": "Latitude of natural origin",
                "value": 0,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8801
                }
            },
            {
                "name": "Longitude of natural origin",
                "value": -63,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8802
                }
            },
            {
                "name": "Scale factor at natural origin",
                "value": 0.9996,
                "unit": "unity",
                "id": {
                    "authority": "EPSG",
                    "code": 8805
                }
            },
            {
                "name": "False easting",
                "value": 500000,
                "unit": "metre",
                "id": {
                    "authority": "EPSG",
                    "code": 8806
                }
            },
            {
                "name": "False northing",
                "value": 0,
                "unit": "metre",
                "id": {
                    "authority": "EPSG",
                    "code": 8807
                }
            }
        ]
    },
    "coordinate_system": {
        "subtype": "Cartesian",
        "axis": [
            {
                "name": "Easting",
                "abbreviation": "x",
                "direction": "east",
                "unit": "metre"
            },
            {
                "name": "Northing",
                "abbreviation": "y",
                "direction": "north",
                "unit": "metre"
            }
        ]
    },
    "scope": "Cadastre, engineering survey, topographic mapping.",
    "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": 10745
    }
}

Definition: GeoServer

10745=PROJCS["Sint Eustatius DPnet long",GEOGCS["Sint Eustatius",DATUM["Sint_Eustatius",SPHEROID["International 1924",6378388,297],TOWGS84[1276.2485,-2016.6406,667.4403,-101.005288,212.913401,-68.43277,-431.59604]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10736"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-63],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","10745"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=utm"
	"zone=20"
	"ellps=intl"
	"towgs84=1276.2485,-2016.6406,667.4403,-101.005288,212.913401,-68.43277,-431.59604"
	"units=m"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=utm +zone=20 +ellps=intl +towgs84=1276.2485,-2016.6406,667.4403,-101.005288,212.913401,-68.43277,-431.59604 +units=m +no_defs +type=crs">
	<Layer srs="+proj=utm +zone=20 +ellps=intl +towgs84=1276.2485,-2016.6406,667.4403,-101.005288,212.913401,-68.43277,-431.59604 +units=m +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10745, 'EPSG', 10745, '+proj=utm +zone=20 +ellps=intl +towgs84=1276.2485,-2016.6406,667.4403,-101.005288,212.913401,-68.43277,-431.59604 +units=m +no_defs +type=crs', 'PROJCS["Sint Eustatius DPnet long",GEOGCS["Sint Eustatius",DATUM["Sint_Eustatius",SPHEROID["International 1924",6378388,297],TOWGS84[1276.2485,-2016.6406,667.4403,-101.005288,212.913401,-68.43277,-431.59604]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10736"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-63],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","10745"]]');