How to Retrieve and Use ArcGis data
I was tasked with a unique project: predicting home property damage using hail‑swath data so the company can better allocate funds and resources after major storms. Here are the key challenges I faced:
- The claims department had no prior experience working with hail data. They did have an ArcGIS Server I could use to access geospatial layers, but there was no existing python codebase or workflow to build on.
- I needed a reliable way to connect the geospatial hail data with claim records so I could create training data for modeling and also support future inference. This required figuring out how to geocode claim locations, perform spatial joins, and ensure the resulting dataset was accurate and repeatable.
