-
Capturing follow-on items noted in #1180
* [ ] add support for non-local files / urls
* [ ] add support for partitions (see [comment](https://github.com/geopandas/geopandas/pull/1180/files#r40935…
-
Hey .Im using python 3.8.10,pysal 2.5,scipy 1.7.1,numpy 1.20.0 on wsl2 in windows 11.
I am getting the following error while trying to compute knn weights :
```
ValueError …
-
I am opening this issue to keep track of a feature that was discussed in #90: The aggregation of smaller regions into larger ones. One way to implement this for the raster masks is implemented in [cmi…
-
-
I am using `branches = grid.extract_river_network(fdir, acc > 100, apply_output_mask=False)` to convert my stream network to GeoJSON. This works nicely and returns the stream segments that I'm interes…
-
The mesh in the *seam* section seem to sometimes include two nodes that are almost at the same spot. See https://github.com/noaa-ocs-modeling/SurgeTeamCoordination/issues/143#issuecomment-1844362533
…
-
gf_tdx = coincident.search.search(dataset='tdx')
ArrowInvalid: cannot mix list and non-list, non-null values
Getting this when searching the entire dataset, I think we just need to update STAC col…
-
Flexible input variables should be implemented, whereby users can conduct processing either from file or from object (e.g. `gpd.GeoDataFrame`)
-
It's very cool that storing geometry column name metadata like this works:
https://github.com/evetion/GeoDataFrames.jl/pull/47
I just realised it should also work in Rasters.jl, and probably lot…
-
Hi Colleagues.
Some of my students are running into errors when they reproject using this code:
`object.to_crs(another_object.crs)`
```
--------------------------------------------------------…