Hi, for my first time I need to define a Custom Coordinatesystem - since EPSG:3275 is not defined in FME.
I have made the following entry under \Documents\FME\CoordinateSystems:
COORDINATE_SYSTEM_DEF WGS84.SCAR-SU01-05 \
DESC_NM "WGS84 /SCAR IMW SU01-05" \
DT_NAME WGS84 \
EL_NAME WGS84 \
MAP_SCL 1 \
ORG_LAT -80.23861111111111 \
ORG_LNG -165 \
PROJ PSTERO \
SCL_RED 1 \
UNIT METER \
X_OFF 0 \
Y_OFF 0
I do:
- Creator, create point with X -160 and Y -82
- Set CoordinateSystem to "LL-WGS84"
- Reporject to "WGS84.SCAR-SU01-05" (my defined system) gives an error :
Reprojector(TeeFactory): Reprojector: Reproject: Could not reproject the geometry of the preceeding feature: Reprojector: Could not create reprojection engine
Reprojector: Reproject: Could not reproject the geometry of the preceeding feature: Reprojector: Could not create reprojection engine
Anyone who can help on this? I expect I have some failure in the definition of the coordinate system..
See for example http://georepository.com/crs_3275/WGS-84-SCAR-IMW-SU01-05.html for the definition of EPSG:3275.
Thanx!
Pål Herman