EPSG:4820

Segara (Jakarta)

Available transformations
to EPSG:4326
EPSG:4326 - WGS 84

Selected transformation

Remarks:

Information source:

Revision date: 2020-03-14

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: Segara (Jakarta)

Datum: Gunung Segara (Jakarta)

Ellipsoid: Bessel 1841

Prime meridian: Jakarta

Data source: EPSG

Revision date: 2006-01-16

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

BOUNDCRS[
    SOURCECRS[
        GEOGCRS["Segara (Jakarta)",
            DATUM["Gunung Segara (Jakarta)",
                ELLIPSOID["Bessel 1841",6377397.155,299.1528128,
                    LENGTHUNIT["metre",1]]],
            PRIMEM["Jakarta",106.807719444444,
                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]],
            ID["EPSG",4820]]],
    TARGETCRS[
        GEOGCRS["Segara",
            DATUM["Gunung Segara",
                ELLIPSOID["Bessel 1841",6377397.155,299.1528128,
                    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]],
            ID["EPSG",4613]]],
    ABRIDGEDTRANSFORMATION["Segara (Jakarta) to Segara (1)",
        METHOD["Longitude rotation",
            ID["EPSG",9601]],
        PARAMETER["Longitude offset",384507.789999998,
            ID["EPSG",8602]],
        ID["EPSG",1883]]]

Definition: PROJ.4

+proj=longlat +ellps=bessel +pm=jakarta +towgs84=-403,684,41,0,0,0,0 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4820","+proj=longlat +ellps=bessel +pm=jakarta +towgs84=-403,684,41,0,0,0,0 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "BoundCRS",
    "source_crs": {
        "type": "GeographicCRS",
        "name": "Segara (Jakarta)",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Gunung Segara (Jakarta)",
            "ellipsoid": {
                "name": "Bessel 1841",
                "semi_major_axis": 6377397.155,
                "inverse_flattening": 299.1528128
            },
            "prime_meridian": {
                "name": "Jakarta",
                "longitude": 106.807719444444
            }
        },
        "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": 4820
        }
    },
    "target_crs": {
        "type": "GeographicCRS",
        "name": "Segara",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Gunung Segara",
            "ellipsoid": {
                "name": "Bessel 1841",
                "semi_major_axis": 6377397.155,
                "inverse_flattening": 299.1528128
            }
        },
        "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": 4613
        }
    },
    "transformation": {
        "name": "Segara (Jakarta) to Segara (1)",
        "source_crs": {
            "type": "GeographicCRS",
            "name": "Segara (Jakarta) (with Greenwich prime meridian)",
            "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "Gunung Segara (Jakarta) (with Greenwich prime meridian)",
                "ellipsoid": {
                    "name": "Bessel 1841",
                    "semi_major_axis": 6377397.155,
                    "inverse_flattening": 299.1528128
                }
            },
            "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                    {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                    },
                    {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                    }
                ]
            }
        },
        "method": {
            "name": "Longitude rotation",
            "id": {
                "authority": "EPSG",
                "code": 9601
            }
        },
        "parameters": [
            {
                "name": "Longitude offset",
                "value": 384507.789999998,
                "unit": {
                    "type": "Unit",
                    "name": "",
                    "conversion_factor": 1
                },
                "id": {
                    "authority": "EPSG",
                    "code": 8602
                }
            }
        ],
        "id": {
            "authority": "EPSG",
            "code": 1883
        }
    }
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=bessel"
	"pm=jakarta"
	"towgs84=-403,684,41,0,0,0,0"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=bessel +pm=jakarta +towgs84=-403,684,41,0,0,0,0 +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=bessel +pm=jakarta +towgs84=-403,684,41,0,0,0,0 +no_defs +type=crs">
	</Layer>
</Map>