Docker for Geoprocessing
From Wildsong
I am trying to get Geoprocessing jobs to run inside Docker so that they are more portable and easier to reuse across different machines.
The story so far
The big picture is to create an elevation surface and then contours for Clatsop County from LiDAR data provided by DOGAMI.
I've created a Github project called Wildsong/geoprocessing.
Then I created another called Wildsong/lidar_downloader and got it working. Now I will probably fold it down into the first one?
Still thinking about how to organize this.