EPSG:CODE

EPSG:4247 La Canoa

Geographic 2D · Venezuela - onshore

Export Formats

OGC WKT
GEOGCS[
    "La Canoa",
    DATUM[
        "La_Canoa",
        SPHEROID["International 1924",6378388,297],
        TOWGS84[-270.933,115.599,-360.226,-5.266,-1.238,2.381,-5.109]
    ],
    PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","4247"]
]

Related Coordinate Systems

Available Transformations (6)

Transformation Source → Target Accuracy (m)
4247 4248 0
4247 4326 2.5
4247 4326 15
4247 4189 15
4247 4326 1
4247 4326

Other CRS using La Canoa

Frequently Asked Questions

How do I add EPSG:4247 to GeoServer?

Add the following definition to your GeoServer configuration:

4247=GEOGCS["La Canoa",DATUM["La_Canoa",SPHEROID["International 1924",6378388,297],TOWGS84[-270.933,115.599,-360.226,-5.266,-1.238,2.381,-5.109]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4247"]]
Read the full GeoServer guide →

How do I add EPSG:4247 to PostGIS?

Add the following definition to your PostGIS configuration:

INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (4247, 'EPSG', 4247, '+proj=longlat +ellps=intl +towgs84=-270.933,115.599,-360.226,-5.266,-1.238,2.381,-5.109 +no_defs +type=crs', 'GEOGCS["La Canoa",DATUM["La_Canoa",SPHEROID["International 1924",6378388,297],TOWGS84[-270.933,115.599,-360.226,-5.266,-1.238,2.381,-5.109]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4247"]]');
Read the full PostGIS guide →

How do I add EPSG:4247 to MapServer?

Add the following definition to your MapServer configuration:

PROJECTION
  "+proj=longlat"
  "+ellps=intl"
  "+towgs84=-270.933,115.599,-360.226,-5.266,-1.238,2.381,-5.109"
  "+no_defs"
  "+type=crs"
END
Read the full MapServer guide →

How do I use EPSG:4247 with Proj4js?

Add the following definition to your Proj4js configuration:

proj4.defs("EPSG:4247", "+proj=longlat +ellps=intl +towgs84=-270.933,115.599,-360.226,-5.266,-1.238,2.381,-5.109 +no_defs +type=crs");
Read the full Proj4js guide →