Frank Steggink
Frank Steggink
## Expected behavior and actual behavior. The following request returns an Internal Server Error: http://localhost:9906/maps/panden_plus2?service=WFS&version=2.0.0&request=GetFeature&typename=pand&bbox=130000,450000,140000,460000&resulttype=hits&outputformat=geojson (The CRS is EPSG:28992, but adding this doesn't make a difference.) I was expecting to...
I'm getting an IndexError: list index out of range exception when creating a StringSubstitutionFilter. Stack trace: ``` File "/usr/src/app/etl/tasks.py", line 66, in stetl_task etl.run() File "/usr/local/lib/python3.7/dist-packages/Stetl-2.1.dev0-py3.7.egg/stetl/etl.py", line 154, in run...
Stetl is an ideal application to be made multithreaded. Most of the time it is processing datasets which consists of multiple files, and it is run in (server or desktop)...
I've noticed a couple of issues which make Ogr2OgrExecOutput a bit less flexible than necessary. I'm writing them here, because of pending changes in execoutput in PR #75, so these...
While writing unit tests for XmlAssembler, I ran into a couple of issues. At first I've set up a chain reading only one GML file with three FeatureMember elements. In...
Provide Stetl with good unit test coverage. Also see https://github.com/opengeogroep/NLExtract/issues/193
Integrate https://github.com/mapbox/rasterio or something similar?
Something based on http://nodered.org/ or similar? Note that Node-RED depends on Node.js!
Follow up on issue #395, which is now closed. [Here](https://github.com/geopython/GeoHealthCheck/issues/395#issuecomment-910291945) Just mentioned the following: > From what I learned: the latest versions of SQLAlchemy (v2 I think and up) having...
When trying to come up with a fix for issue #326, I noticed some code in which all kinds of info about resources is gathered in a loop. In this...