-
Hello, i'm having trouble while creating a new map, when i run command python jqvmap.py config/example.json this error occured
Traceback (most recent call last):
File "jqvmap.py", line 4, in
…
-
A fix for robustness issue reported in #89 was fixed with pull request #92 but no test came with the fix due to lack of WKB input (#94). This ticket is a reminder for adding the test when possible.
-
Hi, I'm wondering if it would be possible to have a `WkbType` column and filter out geometries based on a given type (Point, LineString, Polygon etc). There are some compute functions available, there…
-
### Problem
When a SQL query is specified as a filepath in the `geoServerSettings.virtualTable.sql` node of a data subset in the uploader, adding a comment can cause an issue. This appears to be d…
-
Is it possible to include two filters on L.WFST (bbox and eq)?
this method does not work:
```
filter: new L.Filter.BBox().append(L.latLngBounds(map.getBounds()), 'wkb_geometry', L.CRS.EPSG4326),
…
-
I've been playing with encoding larger datasets using the cf-xarray geometry approach. Here's some code
```python
import geopandas as gp
import xvec
import xarray as xr
url = (
"s3://ove…
-
https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry
Now (at least some level of) support for:
* Point, MultiPoint
* LineString, MultiLineString
* Polygon, MultiPolygon
* Ge…
-
The `read_geoparquet()` and `write_geoparquet()` functions used in our ETL ingest scripts are now deprecated, as is the CRAN `geoarrow` library from which they are sourced. We should switch to the _ne…
-
- WKT (should be easy to read in from R, and to save to PostGIS)
- GeoJSON (same as above)
- WKB
- ~~saving the bounding box as a shapefile with `ogr2ogr`, https://kevinmanion.com/2019-10-12/Comman…
nuest updated
3 years ago
-
The Web Admin's Edit Layer dialog threw an exception when attempting to compute the bounding box from the data.
```
Caused by: java.io.IOException: Error occured calculating bounds for Road at
o…