i m converting georss file to shapefile. But when i convert my all georss file to shapefile and i check the data it goes shifted from its position. i m using coordinate converter transformer but it show error. without this transformer file converts to shapefile. Data is 15 km shifting from its original position. Pls Help
Could you share (a part of) the GeoRSS file with us? And tell us what coordinate system you want to reproject to?
By the way, you actually don't need to use a Reprojector transformer. You can also set the desired output Coordinate System on your Shapefile writer in the Navigator pane on the left.
Could you share (a part of) the GeoRSS file with us? And tell us what coordinate system you want to reproject to?
By the way, you actually don't need to use a Reprojector transformer. You can also set the desired output Coordinate System on your Shapefile writer in the Navigator pane on the left.
when i set coordinate to shapefile writer it shows Fatal error.
coordinate-2.jpg
Check the log file. log-file.txt
i also tried projector it also shows same error in log file. coordinate system does not exist
Hi @sonekarneelesh,
There seems to be a typo in the source coordinate system, so FME is reporting that it doesn't exist, and not performing the reprojection. Please set it to EPSG:4326 instead of EPSG4326. You can also leave it blank, and FME will automatically read the coordinate system defined in the GeoRSS data.
Hi @sonekarneelesh,
There seems to be a typo in the source coordinate system, so FME is reporting that it doesn't exist, and not performing the reprojection. Please set it to EPSG:4326 instead of EPSG4326. You can also leave it blank, and FME will automatically read the coordinate system defined in the GeoRSS data.
If no reprojection is done, the coordinates in the output Shape file will be identical to those in the source GeoRSS file. What dataset are you comparing the resulting Shape against to see the shift, and in what application?
"Please set it to EPSG:4326 instead of EPSG4326"
You have to insert : between 'EPSG' and '4326'.
FME only recognizes coordinate system names listed in the Name column of the Coordinate System Gallery. You can set a valid coordinate system name by searching and selecting it in the Coordinate System Gallery.
"Please set it to EPSG:4326 instead of EPSG4326"
You have to insert : between 'EPSG' and '4326'.
FME only recognizes coordinate system names listed in the Name column of the Coordinate System Gallery. You can set a valid coordinate system name by searching and selecting it in the Coordinate System Gallery.
polygon.jpg. Red Polygon is georss file converted to shapefile and in background my original file. Red Polygon is 15 km shifted from its position.
If no reprojection is done, the coordinates in the output Shape file will be identical to those in the source GeoRSS file. What dataset are you comparing the resulting Shape against to see the shift, and in what application?
EPSG:3857 to EPSG:4326
EPSG:4326 to EPSG:4326
but nothing happens.......
EPSG:3857 to EPSG:4326
EPSG:4326 to EPSG:4326
but nothing happens.......
What is the original data you are comparing against? I added both the GeoRSS feed and the Shape file output by FME to QGIS, and they seem to overlay OK.
polygon.jpg. Red Polygon is georss file converted to shapefile and in background my original file. Red Polygon is 15 km shifted from its position.