bird-house / flyingpigeon

WPS processes for climate model data, indices and extreme events
http://flyingpigeon.readthedocs.io/en/latest/
Apache License 2.0
19 stars 15 forks source link

Switch on Subset processes #268

Closed nilshempelmann closed 5 years ago

nilshempelmann commented 5 years ago

Subset processes are re-enabled. Shapefiles are in flyingpigeon/data/shapefiles.

cehbrecht commented 5 years ago

@nilshempelmann ... to make pep8 less painful you need to configure your editor: https://birdhouse.readthedocs.io/en/latest/dev_guide.html#code-style

cehbrecht commented 5 years ago

@nilshempelmann please remove .custom.cfg ... it is probably a relict of previous version.

Also remove the temp file pywps.pid. Make sure your .gitignore is right. Start with the one from the template: https://github.com/bird-house/cookiecutter-birdhouse/blob/master/%7B%7Bcookiecutter.project_repo_name%7D%7D/.gitignore

cehbrecht commented 5 years ago

@nilshempelmann ... not yet:

Also remove the temp file pywps.pid.

Make sure your .gitignore is right. Start with the one from the template: https://github.com/bird-house/cookiecutter-birdhouse/blob/master/%7B%7Bcookiecutter.project_repo_name%7D%7D/.gitignore

nilshempelmann commented 5 years ago

@cehbrecht There is no pywps.pid on my side and the .gitignore is based on cookiecutter ...

cehbrecht commented 5 years ago

ah ... there was something written:

This file was deleted

Using *.pid might be safer.

nilshempelmann commented 5 years ago

@cehbrecht Done :+1:

cehbrecht commented 5 years ago

@nilshempelmann satisfied :)

I will do a squash-merge ... the PR will then be just one commit on master.

cehbrecht commented 5 years ago

done :)