A PyWPS implementation of the Web Processing Service
conda create --name env_name -c conda-forge --file requirements.txt
or use environment.yml (set the name of the project in the yml)
conda activate env_name
python pywpws.wsgi
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A PyWPS implementation of the Web Processing Service
conda create --name env_name -c conda-forge --file requirements.txt
or use environment.yml (set the name of the project in the yml)
conda activate env_name
python pywpws.wsgi