creare-com / pydem

Python library for Global Hydrology Analysis. Used to calculate upstream contributing area, aspect, slope, and topographic wetness index.
Apache License 2.0
114 stars 35 forks source link

Feature/dockerize pydem #26

Closed mswanson333 closed 1 month ago

mswanson333 commented 2 months ago

This pull request adds a docker directory to the main pydem directory. It includes a Dockerfile that creates a docker image using a Python base image. The docker image installs all dependencies and pyDEM using the requirements.txt file. The docker directory also has a pydem_user_guide.md which is similar to the Basic Usage section of the README.md, but is tailored towards use in a docker container. Also included is a test script for pydem validation when used in the container which is located in pydem/pydem/test. It uses the test_NN032_033_elev.tif in the test directory.