Hello, first time Community poster here looking for some help on a spatial analysis step.
I have a global dataset of 1-km land area data and would like to analyze it at 40-km resolution. I am trying to create a dummy variable data table made up of: 1) 1-km Point IDs and 2) 40-km Window IDs for a series of different window configurations. Using Arcpy Notebook through ArcGIS Pro 2.8.3, I am running into several issues when trying to do this:
- Timing -- A Spatial Join between these points and windows takes 3.5 hours for one window configuration. I would like to run about 100 configurations. Would working with rasters be faster? If so, how might one perform a raster spatial join (intersect) to table?
- Shifting -- How does one shift the window a certain distance and direction? I have tried using the Shift tool but the unit is unclear and I am not using an equal-area projection. I also am considering creating a fishnet for each "window shift" iteration but worry about units and the projection as well.
Please let me know if you have any clarifying questions, as I know this is not the best description of my problem. I will try to edit this post as I try new things.
Thank you so much!