-
Our salting function **salt_long_lines** isn't working properly as noted by @rbanick. I've looked into this and will commit some changes to fix it.
1. Nodes are salted correctly, but long edges are…
-
Your data has unevenly spaced 2D lat/lon values.
That means that either:
1. Your data is not geographic and was re-projected to lat/lon in the 2D space to preserve the coordinate locations.
2. Yo…
-
Directly importing geometry data as a column does not play well with SQL.
Working solution is to import the data as `WKB` (without the `SRID`) as `VARBINARY(MAX)`, then perform a downstream transfo…
-
a GIS script pulls POPS data from `edm-recipes/datasets/dcp_pop/latest/` and expects to find `dcp_pops.shp.zip` and `dcp_pops.csv.zip`
however we stopped archiving source data to those formats, so th…
-
Looks like docs are abit scarce on the ground and its hard to go between versions.
Is there a like for like replacement for polyfill?
Here is a current method that seems cumbersome.
```python…
-
Thanks for this package!
I'm trying to use this package to show a map which is from https://geopandas.org/en/stable/docs/reference/api/geopandas.GeoDataFrame.explore.html
For unknown reason the…
-
Quarto (.qmd) file for this task: https://github.com/ciesin-geospatial/TOPSTSCHOOL-air-quality/blob/main/m202-svi-tri-icis-places.qmd
Github io page: https://ciesin-geospatial.github.io/TOPSTSCHOOL-a…
-
The TransformerCoordinatesToSpoor does not provide the kilometrering for some GPS coordinates (which are at or near tracks).
Minimal reproducible example (with a selection of some -not all- points …
-
Hello,
I have tried to use the return_passages new feature, but it is returning passages that aren't crossed by the maritime path.
Here is an example:
```
import searoute as sr
import geopand…
-
### Kind of request
Adding new functionality
### Enhancement Description
- When reading GEBCO with the data variable 'elevation', there is no error thrown altough this variable is not available.
…