Hi,
Â
Â
What is your intention? do you want to reproject the data into a new coordinate system?
Â
You can use the CoordinateSystemExtractor to retrive the data's coordinate system.Â
many thanks for the reply - yes I want to convert it to WGS84 LL but the if I don't state the projection on the reader it does not find it, likewise the CoordinateSystemExtractor returns a null value, I have used a different piece of software to get the data to map it very close to the correct location - but has some slight warping, but ideally I want to use FME as we have other files to process.
Â
Â
If FME returns no proejction from CoordinateSystemExtractor does it mean FME does not support the projection of the source file?
Â
Â
Â
Â
Since it is a shape without the .prj extension, FME cannot recognize the data projection.
Â
I have managed to use the reprojector even without projection. It is not always necesarry to know what the origin coord sys is
Hi,
Â
Â
is it possible to contact the data owners and ask for the projection details, perhaps? Even if you were to find a projection that matches, you might still introduce subtle errors in parts of your data, unless you found the exact same match.
Â
Â
I tried to set the projection to "KOREA" in FME2013 and applied an Offsetter with X: 300000 and Y: -300000 and the results seemed rather plausible.
Â
Â
David
Hi,
Â
Â
I saw the data and western Japan area together on ArcGIS. This *.prj definition predefined in ArcGIS is probably match (may not be exact). Â PROJCSJ"Korean_1985_Korea_Central_Belt",GEOGCSG"GCS_Korean_Datum_1985",DATUMT"D_Korean_Datum_1985",SPHEROIDO"Bessel_1841",6377397.155,299.1528128]],PRIMEMM"Greenwich",0.0],UNITN"Degree",0.0174532925199433]],PROJECTIONI"Transverse_Mercator"],PARAMETERT"False_Easting",200000.0],PARAMETERT"False_Northing",500000.0],PARAMETERT"Central_Meridian",127.0],PARAMETERT"Scale_Factor",1.0],PARAMETERT"Latitude_Of_Origin",38.0],UNITN"Meter",1.0]] Â Even though this definition is exact, FME doesn't seem to support it by default. I think you will have to define a custom coordinate system.
http://docs.safe.com/fme/html/FME_Workbench/Default.htm#About_Custom_Coordinate_Systems.htmÂ
Â
Takashi
Takashi, I suspect the SRS you posted is identical to the "KOREA" entry in FME.
Â
Â
David
David, there are some differences between FME "KOREA" and "Korean_1985_Korea_Central_Belt".
Â
Â
Korea, Kor127TM (FME: KOREA) FME Coordinate System Gallery > Coordinate System Properties (KOREA) ----- PROJCSC"Korea, Kor127TM", Â Â GEOGCSO"TOKYO-M", Â Â Â Â DATUMÂ"TOKYO-M", Â Â Â Â Â Â SPHEROIDÂ"Bessel, 1841",6377397.155,299.1528153513275]], Â Â Â Â PRIMEMÂ"Greenwich",0], Â Â Â Â UNIT0"degree",0.0174532925199433]], Â Â PROJECTION3"Transverse_Mercator"], Â Â PARAMETER&"latitude_of_origin",38], Â Â PARAMETERq"central_meridian",127], Â Â PARAMETER&"scale_factor",1], Â Â PARAMETERc"false_easting",500000], Â Â PARAMETERg"false_northing",199746.17], Â Â UNITt"METER",1]] ---- Â Korean_1985_Korea_Central_Belt (EPSG:2097)
Spatial Reference epsg projection 2097 - korean 1985 / korea central belt http://spatialreference.org/ref/epsg/2097/ ----- PROJCSg"Korean 1985 / Korea Central Belt", Â Â GEOGCSo"Korean 1985", Â Â Â Â DATUMq"Korean_Datum_1985", Â Â Â Â Â Â SPHEROIDa"Bessel 1841",6377397.155,299.1528128, Â Â Â Â Â Â Â Â AUTHORITY7"EPSG","7004"]], Â Â Â Â Â Â AUTHORITYo"EPSG","6162"]], Â Â Â Â PRIMEMA"Greenwich",0, Â Â Â Â Â Â AUTHORITYÂ"EPSG","8901"]], Â Â Â Â UNITÂ"degree",0.01745329251994328, Â Â Â Â Â Â AUTHORITYÂ"EPSG","9122"]], Â Â Â Â AUTHORITY "EPSG","4162"]], Â Â UNITt"metre",1, Â Â Â Â AUTHORITYq"EPSG","9001"]], Â Â PROJECTION;"Transverse_Mercator"], Â Â PARAMETER&"latitude_of_origin",38], Â Â PARAMETERT"central_meridian",127], Â Â PARAMETER;"scale_factor",1], Â Â PARAMETERT"false_easting",200000], Â Â PARAMETERM"false_northing",500000], Â Â AUTHORITY["EPSG","2097"], Â Â AXISA"Y",EAST], Â Â AXIS;"X",NORTH]] -----
Â
After appending *.prj file to downloaded Korean shapefile, I projected them on ArcMap.
Â
Data Frame Coordinate System: UTM-52N Gray: Korea, Kor127TM (FME "KOREA") Blue: Korean_1985_Korea_Central_Belt (EPSG:2097) Pink: Japan, LL-WGS84
Â
Â
Result, blue Korea seems to be located correctly, gray Korea is too far away from Japan!
Â
In addition, GIS data (LL-WGS84) of each country can be downloaded here.
Â
Global Administrative Areas > downloadÂ
http://www.gadm.org/countryÂ
Â
Takashi
Â
The coordinate system I provided is just a guessing based on map browsing. Although it looks good, I cannot guarantee that it's correct.
Â
You should contact to the data provider as David mentioned, if possible.
Thanks for the screenshot, Takashi, very illustrating.
Â
Â
David
thanks for the feedback some good options here I I like the idea of creating a custom proejction in FME - as our custom projection so far has had the best fit using the extents of the bounds and some offsetting.
Â
Â