agrc / geocoding-toolbox

An ArcGIS Pro/Desktop toolbox for geocoding addresses in Utah using the AGRC Web API (https://api.mapserv.utah.gov)
https://gis.utah.gov/data/address-geocoders-locators/#GeocodingToolbox
MIT License
3 stars 0 forks source link

This project needs to be upgraded to support Pro/py3 #19

Closed stdavis closed 4 years ago

stdavis commented 4 years ago
steveoh commented 4 years ago

Thanks for taking this on. improve the tool while you are at it if you have time!

Pro py has requests etc in the environment so a lot of urllib3 stuff can be removed to simplify the code. Some more diagnostics would be great as well to help trouble shoot.

stdavis commented 4 years ago

My priority is to get something posted that works with Pro ASAP. But I promise to not leave the project until I've made some extra improvements as you suggest.

steveoh commented 4 years ago

I rewrote the geocoding part which seems to be a direct copy from this tool for a project i am on now. I can share it if you think it would be helpful.