geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
175 stars 117 forks source link

Check if sufficient storage is available when saving files #58

Closed tomkralidis closed 8 years ago

tomkralidis commented 8 years ago

Issue by Noctalin Monday May 11, 2015 at 13:49 GMT Originally opened as https://github.com/PyWPS/pywps-4/issues/56


During file creation for status documents, referenced input, ouputs, temp files etc PyWPS should check if enough storage space is available otherwise raise NotEnoughStorage exception.

tomkralidis commented 8 years ago

@geopython/pywps I think this is already implemented in https://github.com/geopython/pywps/blob/master/pywps/inout/storage.py#L93-L94. Please reopen if this functionality doesn't meet the requirement.