EPSG:6233

Puerto Carreno urban grid

Attributes

Data source: EPSG

Information source: Instituto Geografico Agustin Codazzi (IGAC).

Revision date: 2013-05-18

Scope: Cadastre, engineering survey, topographic mapping (large scale).

Method: Colombia Urban

Area of use: Colombia - Puerto Carreno city.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

CONVERSION["Puerto Carreno urban grid",
    METHOD["Colombia Urban",
        ID["EPSG",1052]],
    PARAMETER["Latitude of natural origin",6.18072141388889,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8801]],
    PARAMETER["Longitude of natural origin",-67.5007502472222,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8802]],
    PARAMETER["False easting",1063834.703,
        LENGTHUNIT["metre",1],
        ID["EPSG",8806]],
    PARAMETER["False northing",1175257.481,
        LENGTHUNIT["metre",1],
        ID["EPSG",8807]],
    PARAMETER["Projection plane origin height",51.58,
        LENGTHUNIT["metre",1],
        ID["EPSG",1039]],
    ID["EPSG",6233]]

Definition: ESRI Well Known Text

PROJECTION["IGAC_Plano_Cartesiano"],
PARAMETER["False_Easting",1063834.703],
PARAMETER["False_Northing",1175257.481],
PARAMETER["Longitude_Of_Center",-67.5007502472222],
PARAMETER["Latitude_Of_Center",6.18072141388889],
PARAMETER["Height",51.58]

Definition: PROJ.4

+proj=col_urban +lat_0=6.18072141388889 +lon_0=-67.5007502472222 +x_0=1063834.703 +y_0=1175257.481 +h_0=51.58

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:6233","+proj=col_urban +lat_0=6.18072141388889 +lon_0=-67.5007502472222 +x_0=1063834.703 +y_0=1175257.481 +h_0=51.58");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "Puerto Carreno urban grid",
    "method": {
        "name": "Colombia Urban",
        "id": {
            "authority": "EPSG",
            "code": 1052
        }
    },
    "parameters": [
        {
            "name": "Latitude of natural origin",
            "value": 6.18072141388889,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8801
            }
        },
        {
            "name": "Longitude of natural origin",
            "value": -67.5007502472222,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8802
            }
        },
        {
            "name": "False easting",
            "value": 1063834.703,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8806
            }
        },
        {
            "name": "False northing",
            "value": 1175257.481,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8807
            }
        },
        {
            "name": "Projection plane origin height",
            "value": 51.58,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 1039
            }
        }
    ],
    "id": {
        "authority": "EPSG",
        "code": 6233
    }
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=col_urban"
	"lat_0=6.18072141388889"
	"lon_0=-67.5007502472222"
	"x_0=1063834.703"
	"y_0=1175257.481"
	"h_0=51.58"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=col_urban +lat_0=6.18072141388889 +lon_0=-67.5007502472222 +x_0=1063834.703 +y_0=1175257.481 +h_0=51.58">
	<Layer srs="+proj=col_urban +lat_0=6.18072141388889 +lon_0=-67.5007502472222 +x_0=1063834.703 +y_0=1175257.481 +h_0=51.58">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 6233, 'EPSG', 6233, '+proj=col_urban +lat_0=6.18072141388889 +lon_0=-67.5007502472222 +x_0=1063834.703 +y_0=1175257.481 +h_0=51.58', 'None');