Geoprocessing

From Wildsong
Revision as of 16:13, 27 March 2019 by Brian Wilson (talk | contribs)
Jump to navigationJump to search

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

  1. User selects a taxlot in the Javscript client.
  2. User clicks the "buffer" button.
  3. 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.