Acabei por juntar tudo num ficheiro de configuração para usar no Proj.4 - baseado em grande parte no trabalho do Prof. José Alberto Gonçalves.
A notação está diferente, e não é tão amigável, mas pode ser que seja útil a alguém.
Cá fica.
(Pelo menos, eu vou deixar de andar à procura da última versão do ficheiro de cada vez que o quiser colocar noutro PC).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# EXAMPLES: | |
# ogr2ogr -f "ESRI Shapefile" -s_srs "+init=CRS_PT:4274_9615 +wktext" -t_srs "+init=CRS_PT:3763_NIL +wktext" output.shp input.shp | |
# gdalwarp -s_srs "+init=CRS_PT:3763_NIL +wktext" -t_srs "+init=CRS_PT:3857_NIL +wktext" -r bilinear input.tif output.tif | |
# SYNTAX: EACH TRANSFORMATION IS IDENTIFIED AS "epsgCoordinateReferenceSystemCode_epsgCoordinateOperationMethod" | |
# IF, WITHIN A CRS AREA OF USE, DIFFERENT TRANSFORMATIONS ARE AVAILABLE FOR SPECIFIC AREAS THEN EACH TRANSFORMATION IS IDENTIFIED AS "epsgCoordinateReferenceSystemCode_epsgCoordinateOperationMethod_epsgAreaOfUse" | |
# | |
### ENUMERATION OF epsg Coordinate Reference System Code | |
# 4326 "WGS84/Geographic 2D" | |
# 4258 "ETRF89/Geographic 2D" | |
# 4274 "Datum 73/Geographic 2D" | |
# 4207 "Datum Lisboa/Geographic 2D" (obs: Prime Meridian is Greenwich, otherwise same CRS as epsg:4803 where Prime Meridian is Lisbon) | |
# 4230 "ED50/Geographic 2D)" | |
# 4666 "Lisbon 1890/Geographic 2D" (obs: Prime Meridian is Greenwich, otherwise same CRS as epsg:4904 where Prime Meridian is Lisbon) | |
# | |
# 5013 "PTRA08/Geographic 2D" (datum aliases: "Autonomous Regions of Portugal 2008") (obs: Area of Use is "Madeira province,Azores, and surronding EEZ", epsg:3670) | |
# 4663 "Porto Santo 1995/Geographic 2D" (datum aliases: "Base SE") | |
# 4615 "Porto Santo 1936/Geographic 2D" (datum aliases: "Base SE") | |
# 4616 "Selvagem Grande/Geographic 2D" | |
# 4664 "Azores Oriental 1995/Geographic 2D" (datum aliases: "Datum Forte S. Braz", "Sao Bras") | |
# 4184 "Azores Oriental 1940/Geographic 2D" (datum aliases: "Datum Forte S. Braz", "Sao Bras") | |
# 4665 "Azores Central 1995/Geographic 2D" (datum aliases: "Datum Base SW","Graciosa","Base SW") | |
# 4183 "Azores Central 1948/Geographic 2D" (datum aliases: "Datum Base SW","Graciosa","Base SW") | |
# 4182 "Azores Occidental 1939/Geographic 2D" (datum aliases: "Datum Observatório", "Observatario Flores", "Azores Occidental 1939","Observatorio 1966","Observatorio Meteorologico 1939") | |
# | |
# 3763 "ETRS89/PT-TM06" | |
# 27493 "Datum 73/Hayford-Gauss" (CRS aliases: "PT_D73/TM_D73", "HG D73") | |
# 5018 "Datum Lisboa/Hayford-Gauss" (CRS aliases: "Lisbon/Portuguese Grid New", "PT_DLX(HAY)/TM_DLX", "HG DLX") | |
# 20790 "Datum Lisboa/Hayford-Gauss - Coordenadas militares" (CRS aliases: "Lisbon (Lisbon)/Portuguese National Grid") (obs: THIS CRS IS ASSOCIATED WITH DATUM epsg:4803, SEE epsg:4207 ABOVE, IN THE EPSG DATABASE IT SHOULD BE REPLACED BY A DEFINITON BASED ON THE GREENWICH MERIDIAN) | |
# 23029 "ED50/UTM zone 29N" (obs: in this context Area of Use for the transformations is "Portugal mainland - onshore", epsg:1294) | |
# 5017 "Datum Lisboa 1890/Bessel-Bonne" (CRS aliases: "Lisbon 1890/ Portugal Bonne New","PT_DLX(BES)/BONNE","BB DLX") (w/ positive I quadrant) | |
# 19303 "WGS84/Gauss-Krüger - Coordenadas militares" (obs: THIS CRS IS NOT YET REGISTERED IN THE EPSG DATABASE. THE CODE 19303 IS A MNEMONIC FOR "igeoe". PROPOSED alias: "WGS84/Portuguese National Grid") | |
# | |
# 5016 "PTRA08 / UTM zone 28N" (obs: Area of Use is "Madeira province and surronding EEZ, between 12ºW and 18ºW", epsg:3678) | |
# 5015 "PTRA08 / UTM zone 26N" (obs: Area of Use is "Azores and surronding EEZ, between 24ºW and 30ºW", epsg:3677) | |
# 5014 "PTRA08 / UTM zone 25N" (obs: Area of Use is "Azores and surronding EEZ, west of 30ºW", epsg:3682) | |
# 5632 "PTRA08 / LCC Europe" (obs: Area of Use is "Madeira province,Azores, and surronding EEZ", epsg:3670) | |
# 5633 "PTRA08 / LAEA Europe" (obs: Area of Use is "Madeira province,Azores, and surronding EEZ", epsg:3670) | |
# 3061 "Porto Santo 1995 / UTM zone 28N" (obs: Area of Use is "Madeira, Porto Santo, Desertas - onshore", epsg:1314) | |
# 2942 "Porto Santo 1936/ UTM zone 28N" (obs: Area of Use is "Madeira, Porto Santo, Desertas - onshore", epsg:1314) | |
# 2943 "Selvagem Grande / UTM zone 28N" (obs: Area of Use is "Ilhas Selvagens" epsg:2779) | |
# 3062 "Azores Oriental 1995 / UTM zone 26N" (obs: Area of Use is "Azores Oriental - onshore" epsg:1345) | |
# 2190 "Azores Oriental 1940 / UTM zone 26N" (obs: Area of Use is "Azores Oriental - onshore" epsg:1345) | |
# 3063 "Azores Central 1995 / UTM zone 26N" (obs: Area of Use is "Azores Central - onshore" epsg:1301) | |
# 2189 "Azores Central 1948 / UTM zone 26N" (obs: Area of Use is "Azores Central - onshore" epsg:1301) | |
# 2188 "Azores Occidental 1939 / UTM zone 25N" (obs: Area of Use is "Azores Occidental - onshore" epsg:1344) | |
# | |
# 32629 "WGS84 / UTM zone 29N" | |
# 32628 "WGS84 / UTM zone 28N" | |
# 32626 "WGS84 / UTM zone 26N" | |
# 32625 "WGS84 / UTM zone 25N" | |
# | |
# 3034 "ETRS89 / LCC Europe" | |
# 3035 "ETRS89 / LAEA Europe" | |
# 3041 "ETRS89 / UTM zone 29N (N-E)" | |
# | |
# 3857 "WGS84 / Pseudo-Mercator" (obs: THIS IS THE CORRECT EPSG CODE FOR THE CRS A.K.A ""Google Spherical Mercator") | |
# 9009l3 "Google Spherical Mercator" (obs: THIS IS *NOT* A VALID EPSG CODE. IT IS INCLUDED FOR SOFTWARE INTEROPERABILITY REASONS ONLY. CODE 3857 IS THE CORRECT EPSG CODE FOR THIS CRS) | |
# | |
### ENUMERATION OF epsg Dataset Coordinate Operation Method Code | |
# 9615 "NTv2" (aliases: "Geographic Offset by Interpolation of Gridded Data" , "Grid Shift Method") | |
# 9606 "Position Vector" (aliases: "7-parameter transformations" , "Helmert" , "Bursa-Wolf") | |
# 9603 "Geocentric Translation" (aliases: "3-parameter transformations" , ""Molodensky"") | |
# NIL THIS IS NOT A VALID EPSG CODE. IT WILL BE USED TO IDENTIFY ETRF89 TO WGS84 TRANSFORMATIONS USING +towgs84=0,0,0 (SEE epsg:1149). IT WILL BE USED TO IDENTIFY PTRA08 TO WGS84 TRANSFORMATIONS USING +towgs84=0,0,0 (SEE epsg:4905). | |
# NOTE THAT FOR ALL TRANSFORMATIONS HEREIN, THE GEODETIC DATUM epsg:6258 (ETRS89) IS ASSUMED EQUAL TO THE GEODETIC DATUM epsg:4326 (WGS84). NOTE THAT FOR ALL TRANSFORMATIONS HEREIN, THE GEODETIC DATUM epsg:1041 (PTRA08) IS ASSUMED EQUAL TO THE GEODETIC DATUM epsg:4326 (WGS84) | |
# | |
### ENUMERATION OF epsg Area of Use Code (related to Portugal) | |
# 1193 Portugal coordsNESW=(43.07,-06.19,29.25,-35.58) | |
# 1294 Portugal - mainland - onshore coordsNESW=(42.15,-06.19,36.96,-09.55) (Change request 2012.020: N=42.16) | |
# 3537 Portugal - mainland - offshore coordsNESW=(41.87,-07.36,34.92,-13.86) (Change request 2012.020: E=-07.25,S=34.91,W=-13.88) | |
# 3670 Portugal - Azores and Madeira coordsNESW=(43.07,-12.48,29.25,-35.58) | |
# 3678 Portugal - Madeira province and EEZ 18°W to 12°W coordsNESW=(36.46,-12.48,29.25,-18.00) | |
# 1314 Portugal - Madeira archipelago onshore coordsNESW=(33.14,-16.23,32.36,-17.30) | |
# 2870 Portugal - Madeira and Porto Santo islands onshore coordsNESW=(33.14,-16.23,32.59,-17.30) | |
# 3679 Portugal - Madeira island onshore coordsNESW=(32.92,-16.67,32.59,-17.30) | |
# 3680 Portugal - Porto Santo island onshore coordsNESW=(33.14,-16.23,32.97,-16.43) | |
# 2779 Portugal - Selvagens onshore coordsNESW=(30.20,-15.79,29.98,-16.10) | |
# 3677 Portugal - Azores E of 30°W coordsNESW=(42.95,-24.00,33.52,-30.00) | |
# 1345 Portugal - Azores E onshore coordsNESW=(37.96,-24.96,36.88,-25.91) | |
# 3683 Portugal - Azores - Santa Maria onshore coordsNESW=(37.07,-24.96,36.88,-25.25) | |
# 2871 Portugal - Azores - S Miguel onshore coordsNESW=(37.96,-25.08,37.66,-25.91) | |
# 1301 Portugal - Azores central onshore coordsNESW=(39.14,-26.97,38.32,-28.90) | |
# 2872 Portugal - Azores - Terceira onshore coordsNESW=(38.85,-26.97,38.58,-27.44) | |
# 2875 Portugal - Azores - S Jorge onshore coordsNESW=(38.80,-27.71,38.49,-28.37) | |
# 3681 Portugal - Azores - Graciosa onshore coordsNESW=(39.14,-27.89,38.97,-28.12) | |
# 2874 Portugal - Azores - Pico onshore coordsNESW=(38.61,-27.99,38.32,-28.61) | |
# 2873 Portugal - Azores - Faial onshore coordsNESW=(38.69,-28.55,38.46,-28.90) | |
# 3682 Portugal - Azores W of 30°W coordsNESW=(43.07,-30.00,35.26,-35.58) | |
# 1344 Portugal - Azores W onshore coordsNESW=(39.76,-31.02,39.30,-31.34) | |
# 3685 Portugal - Azores - Corvo onshore coordsNESW=(39.76,-31.02,39.64,-31.17) | |
# 3684 Portugal - Azores - Flores onshore coordsNESW=(39.57,-31.08,39.30,-31.34) | |
### ADDITIONAL INFORMATION | |
# [nery 20110601: For each transformation method, only the most recent adjustments are included.] | |
# [nery 20120123: The NTv2 grids referenced in this file are available online at: | |
# http://www.igeo.pt/produtos/Geodesia/download/DLx_ETRS89_geo.zip | |
# http://www.igeo.pt/produtos/Geodesia/download/D73_ETRS89_geo.zip | |
# http://www.ign.es/ign/resources/herramientas/PENR2009.zip | |
# http://www.fc.up.pt/pessoas/jagoncal/coordenadas/pt73_e89.gsb | |
# http://www.fc.up.pt/pessoas/jagoncal/coordenadas/ptLX_e89.gsb | |
# http://www.fc.up.pt/pessoas/jagoncal/coordenadas/ptLB_e89.gsb | |
# http://www.fc.up.pt/pessoas/jagoncal/coordenadas/ptED_e89.gsb ] | |
# [nery 20120109: For Lisbon 1890->WGS84 and e ED50->WGS84 transformations, the currently available portuguese NTv2 grids are those produced by Prof. José Alberto Gonçalves.] | |
# [nery 20120109: For ED50->WGS84 transformations, the spanish NTv2 grid (PENR2009.gsb) is used outside the spatial scope of the portuguese NTv2 grid.] | |
# [nery 20120124: For "Google Spherical Mercator"->WGS84/Geographic 2D, the Proj.4 definition and transformation parameters were obtained at: | |
# http://trac.osgeo.org/proj/wiki/FAQ#ChangingEllipsoidWhycantIconvertfromWGS84toGoogleEarthVirtualGlobeMercator] | |
### [nery 20120117: current CRS_PT] | |
<4258_NIL> +proj=latlong +ellps=GRS80 +towgs84=0,0,0 +wktext +no_defs <> # SEE epsg:1149 | |
<3763_NIL> +proj=tmerc +ellps=GRS80 +lat_0=39d40'05.73"N +lon_0=08d07'59.19"W +towgs84=0,0,0 +wktext +no_defs <> # SEE epsg:1149 | |
<5013_NIL> +proj=latlong +ellps=GRS80 +towgs84=0,0,0 +wktext +no_defs <> # SEE epsg:4905 | |
<5016_NIL> +proj=utm +zone=28 +ellps=intl +units=m +towgs84=0,0,0 +wktext +no_defs <> # SEE epsg:4905 | |
<5015_NIL> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=0,0,0 +wktext +no_defs <> # SEE epsg:4905 | |
<5014_NIL> +proj=utm +zone=25 +ellps=intl +units=m +towgs84=0,0,0 +wktext +no_defs <> # SEE epsg:4905 | |
# The following is the new IGeoE CRS "WGS84/Gauss-Krüger - Coordenadas militares". It is not yet registered is the EPSG database. | |
<19303_NIL> +proj=tmerc +ellps=WGS84 +datum=WGS84 +lat_0=39d40 +lon_0=8d07'54.862"W +x_0=200000 +y_0=300000 +k=1 +units=m +wktext +no_defs <> | |
### [nery 20120117: (EUROPEAN CRS) ETRS / UTM, no transformation required] | |
<3041_NIL> +proj=utm +zone=29 +ellps=GRS80 +units=m +towgs84=0,0,0 +wktext +no_defs <> # SEE epsg:1149 | |
<3040_NIL> +proj=utm +zone=28 +ellps=GRS80 +units=m +towgs84=0,0,0 +wktext +no_defs <> # SEE epsg:1149 | |
### [nery 20120117: (EUROPEAN CRS) ETRS / LCC e LAEA, no transformation required] | |
<3034_NIL> +proj=lcc +lat_1=35 +lat_2=65 +lat_0=52 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +units=m +towgs84=0,0,0 +wktext +no_defs <> # SEE epsg:1149 | |
<3035_NIL> +proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +units=m +towgs84=0,0,0 +wktext +no_defs <> # SEE epsg:1149 | |
### [nery 20120201: (EUROPEAN CRS ADAPTED TO MADEIRA AND AZORES. AREA OF USE IS epsg:3670) PTRA / LCC e LAEA, no transformation required] | |
<5632_NIL> +proj=lcc +lat_1=35 +lat_2=65 +lat_0=52 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +units=m +towgs84=0,0,0 +wktext +no_defs <> # SEE epsg:4905 | |
<5633_NIL> +proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +units=m +towgs84=0,0,0 +wktext +no_defs <> # SEE epsg:4905 | |
### [nery 20120117: WGS84 / UTM, no transformation required] | |
<32629_NIL> +proj=utm +zone=29 +ellps=WGS84 +units=m +datum=WGS84 +wktext +no_defs <> | |
<32628_NIL> +proj=utm +zone=28 +ellps=WGS84 +units=m +datum=WGS84 +wktext +no_defs <> | |
<32626_NIL> +proj=utm +zone=26 +ellps=WGS84 +units=m +datum=WGS84 +wktext +no_defs <> | |
<32625_NIL> +proj=utm +zone=25 +ellps=WGS84 +units=m +datum=WGS84 +wktext +no_defs <> | |
### [nery 20120126: These CRS are included for software interoperability reasons only. The 900913 code (GOOGLE "SPHERICAL MERCATOR") is NOT a valid EPSG CODE. | |
<3857_NIL> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs <> # SOURCE http://trac.osgeo.org/proj/ | |
<900913_NIL> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs <> # SOURCE http://trac.osgeo.org/proj/ | |
### [nery 20120117: obsolete CRS based on Datum 73; AREA_OF_USE is "Portugal - mainland onshore" (espg:1294)] | |
<4274_9615> +proj=latlong +ellps=intl +nadgrids=@D73_ETRS89_geo.gsb,@pt73_e89.gsb +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 20110531 SEE epsg:"NOT_REGISTERED" | |
<4274_9606> +proj=latlong +ellps=intl +towgs84=-230.994,102.591,25.199,0.633,-0.239,0.900,1.950 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 2009 SEE epsg:5037 | |
<4274_9603> +proj=latlong +ellps=intl +towgs84=-223.150,110.132,36.711 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 2009 SEE epsg:5036 | |
<27493_9615> +proj=tmerc +ellps=intl +lat_0=39d40 +lon_0=8d07'54.862"W +x_0=180.598 +y_0=-86.990 +k=1 +units=m +nadgrids=@D73_ETRS89_geo.gsb,@pt73_e89.gsb +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 20110531 SEE epsg:"NOT_REGISTERED" | |
<27493_9606> +proj=tmerc +ellps=intl +lat_0=39d40 +lon_0=8d07'54.862"W +x_0=180.598 +y_0=-86.990 +k=1 +units=m +towgs84=-230.994,102.591,25.199,0.633,-0.239,0.900,1.950 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 2009 SEE epsg:5037 | |
<27493_9603> +proj=tmerc +ellps=intl +lat_0=39d40 +lon_0=8d07'54.862"W +x_0=180.598 +y_0=-86.990 +k=1 +units=m +towgs84=-223.150,110.132,36.711 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 2009 SEE epsg:5036 | |
### [nery 20120117: obsolete CRS based on Datum Lisboa; AREA_OF_USE is "Portugal - mainland onshore" (espg:1294)] | |
<4207_9615> +proj=latlong +ellps=intl +nadgrids=@DLX_ETRS89_geo.gsb,@ptLX_e89.gsb +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 20110531 SEE epsg:"NOT_REGISTERED" | |
<4207_9606> +proj=latlong +ellps=intl +towgs84=-283.088,-70.693,117.445,-1.157,0.059,-0.652,-4.058 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 2009 SEE epsg:"NOT_REGISTERED" | |
<4207_9603> +proj=latlong +ellps=intl +towgs84=-303.861,-60.693,103.607 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 2009 SEE epsg:5038 | |
<5018_9615> +proj=tmerc +ellps=intl +lat_0=39d40 +lon_0=8d07'54.862"W +k=1 +units=m +nadgrids=@DLX_ETRS89_geo.gsb,@ptLX_e89.gsb +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 20110531 SEE epsg:"NOT_REGISTERED" | |
<5018_9606> +proj=tmerc +ellps=intl +lat_0=39d40 +lon_0=8d07'54.862"W +k=1 +units=m +towgs84=-283.088,-70.693,117.445,-1.157,0.059,-0.652,-4.058 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 2009 SEE epsg:"NOT_REGISTERED" | |
<5018_9603> +proj=tmerc +ellps=intl +lat_0=39d40 +lon_0=8d07'54.862"W +k=1 +units=m +towgs84=-303.861,-60.693,103.607 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 2009 SEE epsg:5038 | |
<20790_9615> +proj=tmerc +ellps=intl +lat_0=39d40 +lon_0=8d07'54.862"W +x_0=200000 +y_0=300000 +k=1 +units=m +nadgrids=@DLx_ETRS89_geo.gsb,@ptLX_e89.gsb +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 20110531 SEE epsg:"NOT_REGISTERED" | |
<20790_9606> +proj=tmerc +ellps=intl +lat_0=39d40 +lon_0=8d07'54.862"W +x_0=200000 +y_0=300000 +k=1 +units=m +towgs84=-283.088,-70.693,117.445,-1.157,0.059,-0.652,-4.058 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 2009 SEE epsg:"NOT_REGISTERED" | |
<20790_9603> +proj=tmerc +ellps=intl +lat_0=39d40 +lon_0=8d07'54.862"W +x_0=200000 +y_0=300000 +k=1 +units=m +towgs84=-303.861,-60.693,103.607 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 2009 SEE epsg:5038 | |
### [nery 20120117: old and obsolete CRS_PT based on Datum Lisbon 1890; AREA_OF_USE is "Portugal - mainland onshore" (espg:1294)] | |
<4666_9615> +proj=latlong +ellps=bessel +nadgrids=ptLB_e89.gsb +wktext +no_defs <> # SOURCE "Jose Alberto Goncalves" DATE 2008 SEE epsg:"NOT_REGISTERED" | |
<4666_9606> +proj=latlong +ellps=bessel +towgs84=631.392,-66.551,481.442,1.090,-4.445,-4.487,-4.430 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 1998 SEE epsg:"NOT_REGISTERED" # OBS "EQUIVALENT_TO epsg:1990" | |
<4666_9603> +proj=latlong +ellps=bessel +towgs84=508.088,-191.042,565.223 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 1998 SEE epsg:1986 | |
<5017_9615> +proj=bonne +ellps=bessel +lat_1=39d40 +lon_0=08d07'54.862"W +units=m +nadgrids=ptLB_e89.gsb +wktext +no_defs <> # SOURCE "Jose Alberto Goncalves" DATE 2008 SEE epsg:"NOT_REGISTERED" | |
<5017_9606> +proj=bonne +ellps=bessel +lat_1=39d40 +lon_0=08d07'54.862"W +units=m +towgs84=631.392,-66.551,481.442,1.090,-4.445,-4.487,-4.430 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 1998 SEE epsg:"NOT_REGISTERED" # OBS "EQUIVALENT_TO epsg:1990" | |
<5017_9603> +proj=bonne +ellps=bessel +lat_1=39d40 +lon_0=08d07'54.862"W +units=m +towgs84=508.088,-191.042,565.223 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 1998 SEE epsg:1986 | |
### [nery 20120117: european CRS based on ED50; the AREA_OF_USE for transformations is "Portugal - mainland onshore" (espg:1294)] | |
<4230_9615> +proj=latlong +ellps=intl +nadgrids=@ptED_e89.gsb,@PENR2009.gsb +wktext +no_defs <> # SOURCE "Jose Alberto Goncalves" DATE 2008 SEE epsg:"NOT_REGISTERED" | |
<4230_9606> +proj=latlong +ellps=intl +towgs84=-74.292,-135.889,-104.967,-0.524,-0.136,0.61,-3.761 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 1998 SEE epsg:"NOT_REGISTERED" # OBS "EQUIVALENT_TO epsg:1989" | |
<4230_9603> +proj=latlong +ellps=intl +towgs84=-87.987,-108.639,-121.593 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 1998 SEE epsg:1985 | |
<23029_9615> +proj=utm +zone=29 +ellps=intl +units=m +nadgrids=@ptED_e89.gsb,@PENR2009.gsb +wktext +no_defs <> # SOURCE "Jose Alberto Goncalves" DATE 2008 SEE epsg:"NOT_REGISTERED" | |
<23029_9606> +proj=utm +zone=29 +ellps=intl +units=m +towgs84=-74.292,-135.889,-104.967,-0.524,-0.136,0.61,-3.761 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 1998 SEE epsg:"NOT_REGISTERED" # OBS "EQUIVALENT_TO epsg:1989" | |
<23029_9603> +proj=utm +zone=29 +ellps=intl +units=m +towgs84=-87.987,-108.639,-121.593 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 1998 SEE epsg:1985 | |
### [nery 20120117: obsolete CRS based on Datum Porto Santo 1995 (a.k.a. Base SE); the AREA_OF_USE for transformations is "Portugal - Madeira Region - Madeira, Porto Santo e Desertas - onshore" (espg:1314)] | |
<4663_9606> +proj=latlong +ellps=intl +towgs84=-160.410,-21.066,-99.282,2.437,-17.250,-7.446,0.168 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<4663_9603> +proj=latlong +ellps=intl +towgs84=-503.229,-247.375,312.582 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5021 | |
<3061_9606> +proj=utm +zone=28 +ellps=intl +units=m +towgs84=-160.410,-21.066,-99.282,2.437,-17.250,-7.446,0.168 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<3061_9603> +proj=utm +zone=28 +ellps=intl +units=m +towgs84=-503.229,-247.375,312.582 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5021 | |
### [nery 20120117: obsolete CRS based on Datum Porto Santo 1995 (a.k.a. Base SE); the AREA_OF_USE for transformations is "Portugal - Madeira Region - Porto Santo - onshore" (espg:3680)] | |
<4663_9606_3680> +proj=latlong +ellps=intl +towgs84=-494.088,-312.129,279.877,-1.423,-1.013,1.590,-0.748 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<4663_9603_3680> +proj=latlong +ellps=intl +towgs84=-503.300,-247.574,313.025 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5023 | |
<3061_9606_3680> +proj=utm +zone=28 +ellps=intl +units=m +towgs84=-494.088,-312.129,279.877,-1.423,-1.013,1.590,-0.748 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<3061_9603_3680> +proj=utm +zone=28 +ellps=intl +units=m +towgs84=-503.300,-247.574,313.025 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5023 | |
### [nery 20120117: obsolete CRS based on Datum Porto Santo 1995 (a.k.a. Base SE); the AREA_OF_USE for transformations is "Portugal - Madeira Region - Madeira - onshore" (espg:3679)] | |
<4663_9606_3679> +proj=latlong +ellps=intl +towgs84=-303.956,224.556,214.306,9.405,-6.626,-12.583 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5022 | |
<4663_9603_3679> +proj=latlong +ellps=intl +towgs84=-503.174,-247.255,312.316 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<3061_9606_3679> +proj=utm +zone=28 +ellps=intl +units=m +towgs84=-303.956,224.556,214.306,9.405,-6.626,-12.583 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5022 | |
<3061_9603_3679> +proj=utm +zone=28 +ellps=intl +units=m +towgs84=-503.174,-247.255,312.316 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
### [nery 20120117: obsolete CRS based on Datum Porto Santo 1936 (a.k.a. Base SE); THE DATUM RECORD COULD/SHOULD BE DEPRECATED AS IT WAS DUPLICATED/REPLACED BY Datum Porto Santo 1995; AREA_OF_USE for transformations is "Portugal - Madeira Region - Madeira, Porto Santo e Desertas - onshore" (espg:1314)] | |
# <4615_9606> +proj=latlong +ellps=intl +towgs84=?,?,?,?,?,?,? +wktext +no_defs <> # SOURCE "NONE_AVAILABLE" | |
<4615_9603> +proj=latlong +ellps=intl +towgs84=-499,-249,314 +wktext +no_defs <> # SOURCE "U.S. Defense Mapping Agency" DATE 200001 SEE epsg:1888 | |
# <2942_9606> +proj=utm +zone=28 +ellps=intl +units=m +towgs84=?,?,?,?,?,?,? +wktext +no_defs <> # SOURCE "NONE_AVAILABLE" | |
<2942_9603> +proj=utm +zone=28 +ellps=intl +units=m +towgs84=-499,-249,314 +wktext +no_defs <> # SOURCE "U.S. Defense Mapping Agency" DATE 200001 SEE epsg:1888 | |
### [nery 20120117: obsolete CRS based on Datum Selvagem Grande; NO NATIONAL TRANSFORMATIONS WERE FOUND; AREA_OF_USE for transformation is "Portugal - Madeira Region - Ilhas Selvagens" (espg:2779)] | |
# <4616_9606> +proj=latlong +ellps=intl +towgs84=?,?,?,?,?,?,? +wktext +no_defs <> # SOURCE "NONE_AVAILABLE" | |
<4616_9603> +proj=latlong +ellps=intl +towgs84=-289,-124,60 +wktext +no_defs <> # SOURCE "U.S. Defense Mapping Agency" DATE 200001 SEE epsg:1965 | |
# <2943_9606> +proj=utm +zone=28 +ellps=intl +units=m +towgs84=?,?,?,?,?,?,? +wktext +no_defs <> # SOURCE "NONE_AVAILABLE" | |
<2943_9603> +proj=utm +zone=28 +ellps=intl +units=m +towgs84=-289,-124,60 +wktext +no_defs <> # SOURCE "U.S. Defense Mapping Agency" DATE 200001 SEE epsg:1965 | |
### [nery 20120117: obsolete CRS based on Datum Azores Oriental 1995 (a.k.a. Datum Forte de S. Braz); the AREA_OF_USE for transformations is "Portugal - Azores Oriental Group - onshore" (espg:1345)] | |
<4664_9606> +proj=latlong +ellps=intl +towgs84=-269.089,186.247,155.667,2.005,3.606,-0.366,0.097 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<4664_9603> +proj=latlong +ellps=intl +towgs84=-204.926,140.353,55.063 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5024 | |
<3062_9606> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-269.089,186.247,155.667,2.005,3.606,-0.366,0.097 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<3062_9603> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-204.926,140.353,55.063 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5024 | |
### [nery 20120117: obsolete CRS based on Datum Azores Oriental 1995 (a.k.a. Datum Forte de S. Braz); the AREA_OF_USE for transformations is "Portugal - Azores Oriental Group - Santa Maria - onshore" (espg:3683)] | |
<4664_9606_3683> +proj=latlong +ellps=intl +towgs84=-440.296,58.548,296.265,1.128,10.202,4.559,-0.438 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<4664_9603_3683> +proj=latlong +ellps=intl +towgs84=-205.808,140.771,54.326 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5026 | |
<3062_9606_3683> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-440.296,58.548,296.265,1.128,10.202,4.559,-0.438 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<3062_9603_3683> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-205.808,140.771,54.326 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5026 | |
### [nery 20120117: obsolete CRS based on Datum Azores Oriental 1995 (a.k.a. Datum Forte de S. Braz); the AREA_OF_USE for transformations is "Portugal - Azores Oriental Group - Sao Miguel - onshore" (espg:2871)] | |
<4664_9606_2871> +proj=latlong +ellps=intl +towgs84=-249.507,179.302,119.92,1.406,2.423,-0.479,0.952 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<4664_9603_2871> +proj=latlong +ellps=intl +towgs84=-204.519,140.159,55.404 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5025 | |
<3062_9606_2871> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-249.507,179.302,119.92,1.406,2.423,-0.479,0.952 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<3062_9603_2871> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-204.519,140.159,55.404 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5025 | |
### [nery 20120117: obsolete CRS based on Datum Azores Oriental 1940 (a.k.a. Datum Forte de S. Braz); THE DATUM RECORD COULD/SHOULD BE DEPRECATED AS IT WAS DUPLICATED/REPLACED BY Datum Azores Oriental 1995; the AREA_OF_USE for transformations is "Portugal - Azores Oriental Group - onshore" (espg:1345)] | |
# <4184_9606> +proj=latlong +ellps=intl +towgs84=?,?,?,?,?,?,? +wktext +no_defs <> # SOURCE "NONE_AVAILABLE" | |
<4184_9603> +proj=latlong +ellps=intl +towgs84=-203,141,53 +wktext +no_defs <> # SOURCE "U.S. Defense Mapping Agency" DATE 200001 SEE epsg:1885 | |
# <2190_9606> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=?,?,?,?,?,?,? +wktext +no_defs <> # SOURCE "NONE_AVAILABLE" | |
<2190_9603> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-203,141,53 +wktext +no_defs <> # SOURCE "U.S. Defense Mapping Agency" DATE 200001 SEE epsg:1885 | |
### [nery 20120117: obsolete CRS based on Datum Azores Central 1995 (a.k.a. Datum Base SW); the AREA_OF_USE for transformations is "Portugal - Azores Central Group - onshore" (espg:1301)] | |
<4665_9606> +proj=latlong +ellps=intl +towgs84=-185.391,122.266,35.989,0.12,3.18,2.046,-1.053 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<4665_9603> +proj=latlong +ellps=intl +towgs84=-105.679,166.100,-37.322 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5027 | |
<3063_9606> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-185.391,122.266,35.989,0.12,3.18,2.046,-1.053 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<3063_9603> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-105.679,166.100,-37.322 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5027 | |
### [nery 20120117: obsolete CRS based on Datum Azores Central 1995 (a.k.a. Datum Base SW); the AREA_OF_USE for transformations is "Portugal - Azores Central Group - Terceira - onshore" (espg:2872)] | |
<4665_9606_2872> +proj=latlong +ellps=intl +towgs84=-216.355,107.044,48.015,-0.204,4.158,2.605,0.297 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<4665_9603_2872> +proj=latlong +ellps=intl +towgs84=-106.235,166.236,-37.768 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5032 | |
<3063_9606_2872> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-216.355,107.044,48.015,-0.204,4.158,2.605,0.297 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<3063_9603_2872> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-106.235,166.236,-37.768 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5032 | |
### [nery 20120117: obsolete CRS based on Datum Azores Central 1995 (a.k.a. Datum Base SW); the AREA_OF_USE for transformations is "Portugal - Azores Central Group - São Jorge - onshore" (espg:2875)] | |
<4665_9606_2875> +proj=latlong +ellps=intl +towgs84=-201.545,109.048,32.218,-0.286,3.471,2.443,0.309 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<4665_9603_2875> +proj=latlong +ellps=intl +towgs84=-105.756,165.972,-37.313 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5031 | |
<3063_9606_2875> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-201.545,109.048,32.218,-0.286,3.471,2.443,0.309 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<3063_9603_2875> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-105.756,165.972,-37.313 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5031 | |
### [nery 20120117: obsolete CRS based on Datum Azores Central 1995 (a.k.a. Datum Base SW); the AREA_OF_USE for transformations is "Portugal - Azores Central Group - Graciosa - onshore" (espg:3681)] | |
<4665_9606_3681> +proj=latlong +ellps=intl +towgs84=-210.371,49.768,0.808,-2.036,3.046,3.709,0.934 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<4665_9603_3681> +proj=latlong +ellps=intl +towgs84=-105.359,165.804,-37.050 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5029 | |
<3063_9606_3681> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-210.371,49.768,0.808,-2.036,3.046,3.709,0.934 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<3063_9603_3681> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-105.359,165.804,-37.050 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5029 | |
### [nery 20120117: obsolete CRS based on Datum Azores Central 1995 (a.k.a. Datum Base SW); the AREA_OF_USE for transformations is "Portugal - Azores Central Group - Pico - onshore" (espg:2874)] | |
<4665_9606_2874> +proj=latlong +ellps=intl +towgs84=-364.422,243.651,274.822,5.477,12.092,1.538,2.243 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<4665_9603_2874> +proj=latlong +ellps=intl +towgs84=-105.531,166.390,-37.326 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5030 | |
<3063_9606_2874> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-364.422,243.651,274.822,5.477,12.092,1.538,2.243 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<3063_9603_2874> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-105.531,166.390,-37.326 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5030 | |
### [nery 20120117: obsolete CRS based on Datum Azores Central 1995 (a.k.a. Datum Base SW); the AREA_OF_USE for transformations is "Portugal - Azores Central Group - Faial - onshore" (espg:2873)] | |
<4665_9606_2873> +proj=latlong +ellps=intl +towgs84=-76.822,257.457,-12.817,2.136,-0.033,-2.392,-0.031 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<4665_9603_2873> +proj=latlong +ellps=intl +towgs84=-105.377,165.769,-36.965 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5028 | |
<3063_9606_2873> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-76.822,257.457,-12.817,2.136,-0.033,-2.392,-0.031 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<3063_9603_2873> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-105.377,165.769,-36.965 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5028 | |
### [nery 20120117: obsolete CRS based on Datum Azores Central 1948 (a.k.a. Datum Base SW); THE DATUM RECORD COULD/SHOULD BE DEPRECATED AS IT WAS DUPLICATED/REPLACED BY Datum Azores Central 1995; the AREA_OF_USE for transformations is "Portugal - Azores Central Group - onshore" (espg:1304)] | |
# <4183_9606> +proj=latlong +ellps=intl +towgs84=?,?,?,?,?,?,? +wktext +no_defs <> # SOURCE "NONE_AVAILABLE" | |
<4183_9603> +proj=latlong +ellps=intl +towgs84=-104,167,-38 +wktext +no_defs <> # SOURCE "U.S. Defense Mapping Agency" DATE 200001 SEE epsg:1886 | |
# <2189_9606> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=?,?,?,?,?,?,? +wktext +no_defs <> # SOURCE "NONE_AVAILABLE" | |
<2189_9603> +proj=utm +zone=26 +ellps=intl +units=m +towgs84=-104,167,-38 +wktext +no_defs <> # SOURCE "U.S. Defense Mapping Agency" DATE 200001 SEE epsg:1886 | |
### [nery 20120117: obsolete CRS based on Datum Azores Occidental 1939 (a.k.a. Datum Observatorio); the AREA_OF_USE for transformations is "Portugal - Azores Occidental Group - onshore" (espg:1344)] | |
<4182_9606> +proj=latlong +ellps=intl +towgs84=-487.978,-226.275,102.787,-0.743,1.677,2.087,1.485 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<4182_9603> +proj=latlong +ellps=intl +towgs84=-423.058,-172.868,83.772 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5033 | |
<2188_9606> +proj=utm +zone=25 +ellps=intl +units=m +towgs84=-487.978,-226.275,102.787,-0.743,1.677,2.087,1.485 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<2188_9603> +proj=utm +zone=25 +ellps=intl +units=m +towgs84=-423.058,-172.868,83.772 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5033 | |
### [nery 20120117: obsolete CRS based on Datum Azores Occidental 1939 (a.k.a. Datum Observatorio); the AREA_OF_USE for transformations is "Portugal - Azores Occidental Group - Flores - onshore" (espg:3684)] | |
<4182_9606_3684> +proj=latlong +ellps=intl +towgs84=-511.151,-181.269,139.609,1.05,2.703,1.798,3.071 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<4182_9603_3684> +proj=latlong +ellps=intl +towgs84=-423.053,-172.871,83.771 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5034 | |
<2188_9606_3684> +proj=utm +zone=25 +ellps=intl +units=m +towgs84=-511.151,-181.269,139.609,1.05,2.703,1.798,3.071 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<2188_9603_3684> +proj=utm +zone=25 +ellps=intl +units=m +towgs84=-423.053,-172.871,83.771 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5034 | |
### [nery 20120117: obsolete CRS based on Datum Azores Occidental 1939 (a.k.a. Datum Observatorio); the AREA_OF_USE for transformations is "Portugal - Azores Occidental Group - Corvo - onshore" (espg:3685)] | |
<4182_9606_3685> +proj=latlong +ellps=intl +towgs84=-1333.976,-487.235,945.031,6.674,35.963,20.438,-11.187 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<4182_9603_3685> +proj=latlong +ellps=intl +towgs84=-423.024,-172.923,83.830 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5035 | |
<2188_9606_3685> +proj=utm +zone=25 +ellps=intl +units=m +towgs84=-1333.976,-487.235,945.031,6.674,35.963,20.438,-11.187 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:"NOT_REGISTERED" | |
<2188_9603_3685> +proj=utm +zone=25 +ellps=intl +units=m +towgs84=-423.024,-172.923,83.830 +wktext +no_defs <> # SOURCE "Instituto Geografico Portugues" DATE 200905 SEE epsg:5035 |