Select to view content in your preferred language

Is there a location which tells me how to format my data for specific analysis tools?

969
3
03-30-2019 04:09 PM
EbrarMohammad
Emerging Contributor

I read about the tools and its great, then I try to run it with my data and I get empty outputs etc. Can anyone offer advice?

Thanks,

Abby

Tags (2)
0 Kudos
3 Replies
DanPatterson_Retired
MVP Emeritus

Can you provide an example.  It is pretty hard to provide advice beyond simple things like file paths and names

0 Kudos
EbrarMohammad
Emerging Contributor

Hi Dan. Thank you for replying. An example is optimized hot spot analysis. I input a point feature data set and it outputs a fishnet polygon with only a single value. I have tried going into the symbology layer and playing around (using the GiP, Gi_Bin, or Gi_Z values as the value fields), however, nothing seems to work. I have defined a boundary polygon so all cells within the study area can be evaluated and to avoid getting a probability of 0 where there is a probability, but still nothing. I have used the kernel density tool and that works so I know the data is not flawed or anything. I have included an image of the format I have used. I should also note I add it as a data layer which I create using ArcGIS for Developers or the Catalog. Is that the issue?

Thank you,

Abby

0 Kudos
DanPatterson_Retired
MVP Emeritus

Abby, you need to make an 'Event' layer

Make XY Event Layer—Data Management toolbox | ArcGIS Desktop 

from the longitude (X) and latitude (Y) data,

Then save it to a file geodatabase (Copy Features or equivalent)

During the process, make sure that you define the coordinate system as a GCS-NAD83 or -WGS84 as appropriate for the data (Define Projection tool)

If you then need to get it into another coordinate system to match your polygons, then you need to use the Project tool

All during this process, avoid file paths that contain spaces or other non-text characters, and use a real folder on a real drive.