papyrus
papyrus copied to clipboard
Geospatial Extensions for Pyramid
The problem is related to libgeos not being available on Read the Docs. We came across the same issue in GeoAlchemy, see https://github.com/geoalchemy/geoalchemy2/pull/115.
During packaging we can saw those warning Version number ( if dev will be still used) better to release a 2.0.dev than 2.0dev package manager will be better resolve an...
``` $ virtualenv --no-site-packages venv $ source venv/bin/activate $ pip install -r dev_requirements.txt $ nosetests Trying `CDLL(libgeos_c.so.1)` Library path: 'libgeos_c.so.1' DLL: Trying `CDLL(libc.so.6)` Library path: 'libc.so.6' DLL: ................E..E.......................................................... ====================================================================== ERROR:...
_count routes must be declared before than _read_one actually, requesting a '/count' is catched by _read_one route, with id='count'
I can't determine why this test fail ``` ====================================================================== FAIL: test_create_attr_filter_and (papyrus.tests.test_protocol.create_attr_filter_Tests) ---------------------------------------------------------------------- Traceback (most recent call last): File "papyrus/papyrus/tests/test_protocol.py", line 283, in test_create_attr_filter_and self.assertTrue((sql.and_(MappedClass.text.ilike("foo"), MappedClass.id == "1")).compare(filter)) AssertionError: False...
If an EPSG code is specified in the query, the geometries should be returned in this SRS. While this might break existing applications, it seems like a logical addition, since...
In the protocol's create_geom_filter, when epsg != column_epsg every table feature is reprojected. I understand this is required to get the correct results when filtering with a bbox (as noted...
To be discussed, will need a major version bump
This issue is the dashboard used by GHCI modules. [Project on GHCI](https://geoservices-int.camptocamp.com/github/project/camptocamp/papyrus) ## Audit (Snyk/dpkg) - [ ] Check security vulnerabilities with Snyk