Geoprocessing
From Wildsong
I am resurrecting this page to document WPS (Web Processing Service) first in GeoServer and later on in ArcGIS Enterprise.
I used to have tips here for ArcGIS Geoprocessing using Python. It was so outdated I removed it. I have separate pages on building and using GDAL and PostGIS, see the GIS category.
I built a Docker Compose GeoServer for testing, and I have added plugins to it for WPS.
Use case: Select adjacent taxlots
- User selects a taxlot in the Javscript client.
- User clicks the "buffer" button.
- This causes adjacent taxlots to be selected.
I have to look at GeoMoose to see how their UI works for all the various buffering options but this is just the initial test case.