Failed conversion from WGS_1984 to GCS_WGS_1984

1601
4
02-22-2013 06:23 AM
NicholasSeltzer
New Contributor
Hello,
I have a point feature class which is on WGS 84 geographic coordinate system and datum WGS_1984. I want to convert it to GCS_WGS_84 because that's what all of my other data is. I tried using the Project tool but it always fails, giving an generic error code 999999. it says Output Dataset or Feature Clas: <empty>. I definitely go through the motions of importing a coordinate system from a known feature class. But it still fails every time.

Anybody know what could be going on?
0 Kudos
4 Replies
MelitaKennedy
Esri Notable Contributor
If the input data is lat/lon referenced to WGS84, you could just use the Define Projection tool to change the definition to match what ArcGIS expects.

Because the output fc is empty, I'm wondering if the input coordinate system is defined incorrectly, so when the Project tool tries to reproject it, the coordinate values are corrupted. If you think that this is the problem, could you post the data's extent plus a general idea of what location it represents (in lat/lon or nearest city, county/state, etc.).

Melita
0 Kudos
NicholasSeltzer
New Contributor
If the input data is lat/lon referenced to WGS84, you could just use the Define Projection tool to change the definition to match what ArcGIS expects.

Because the output fc is empty, I'm wondering if the input coordinate system is defined incorrectly, so when the Project tool tries to reproject it, the coordinate values are corrupted. If you think that this is the problem, could you post the data's extent plus a general idea of what location it represents (in lat/lon or nearest city, county/state, etc.).

Melita


Hi Melita,
Thanks for you response. The data's extent is:
Top: 49
Left: -18
Right: 51
Bottom: -34

It covers the continent of Africa. Here is a link to the dataset. http://www.ucdp.uu.se/ged/data/ucdp-ged-points-v-1-5-shx.zip
(There are two shapefiles in the zip. I'm using the point data).

I'm unfamiliar with the usage of the Define Projection tool. Could you please explain how I should "change the definition to match what ArcGIS expects"?

Thank you,
Nick
0 Kudos
MelitaKennedy
Esri Notable Contributor
Hi Nick,

Thank you for the data link. That makes things a lot easier! ArcGIS can read the .prj file that contains the coordinate system information, and will correctly interpret the data as using decimal degrees in a geographic coordinate system. It should line up (overlay) correctly with your other data in WGS84 as-is.

However, the "WGS 84" names for the GEOGCS and DATUM don't match the Esri definition of "GCS_WGS_1984" and "D_WGS_1984" (although we will ignore the GCS_ and D_ when comparing names). Thus, you may be a warning message about different geographic coordinate systems/datums and that a transformation may be needed. You can ignore the warning too. If you plan to reproject the data into a different GCS or do certain types of processing, it may be easier to update the data's coordinate system definition to the ArcGIS one.

Using the Define Projection tool, select the data. For the coordinate system, browse to geographic coordinate systems, world and select WGS 1984. OK everything and you'll be good to go.

Melita
0 Kudos
NicholasSeltzer
New Contributor
Hi Nick,

Thank you for the data link. That makes things a lot easier! ArcGIS can read the .prj file that contains the coordinate system information, and will correctly interpret the data as using decimal degrees in a geographic coordinate system. It should line up (overlay) correctly with your other data in WGS84 as-is.

However, the "WGS 84" names for the GEOGCS and DATUM don't match the Esri definition of "GCS_WGS_1984" and "D_WGS_1984" (although we will ignore the GCS_ and D_ when comparing names). Thus, you may be a warning message about different geographic coordinate systems/datums and that a transformation may be needed. You can ignore the warning too. If you plan to reproject the data into a different GCS or do certain types of processing, it may be easier to update the data's coordinate system definition to the ArcGIS one.

Using the Define Projection tool, select the data. For the coordinate system, browse to geographic coordinate systems, world and select WGS 1984. OK everything and you'll be good to go.

Melita


Worked beautifully! Thank you so much!
0 Kudos