-
deprecation warning from pandas when running plot_melbourne_schools example:
```
/home/nicholas/miniconda3/envs/geoplot-dev/lib/python3.12/site-packages/pandas/core/frame.py:5239: FutureWarning:…
-
Hello,
Thanks for this great project!
Is there a way to convert a GeoDataFrame to a trip GeoJSON, as described here: https://docs.kepler.gl/docs/user-guides/c-types-of-layers/k-trip
{
"type"…
-
Top-level layer for any GeoDataFrame/GeoArrow input. For now, this will be a "container widget" that stores a sequence of ScatterplotLayer, PathLayer, and PolygonLayer. In the long run, it'll pass tha…
-
I use the following lines to open shapefile as GeoDataFrame, drop NaN values and use the final GeoDataFrame without NaN values in pygeoda. But after `dropna` pygeoda throws this error: `ValueError: py…
-
Here are some examples of function to retrieve NDLI data:
- **nldi.get_basin()** - returns a geodataframe with a polygon geometry
- **nldi.get_flowlines()** - returns a geodataframe with a polyli…
-
The item `https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-1-grd/items/S1B_IW_GRDH_1SDV_20211221T183044_20211221T183109_030127_0398F3` crosses the antimeridian. The geometry is…
-
pointpats predates geopandas and was originally designed around (n,2) arrays of coordinates. It hasnt been updated much over time like the rest of the pysal stack, but today it's much more common to w…
-
#### Is your feature request related to a problem? Please describe.
I have a workflow in which I process a `geopandas` GeoDataFrame in order to draw a map on a dashboard. At some point, I wish to mak…
-
In hydrolib plugin, a few additional functions were needed, such as clip, retype, slice, set new columns and set id_col for geodataframe.
How these new features can be generalised and useful for o…
-
Some things I'd like to fix in gridintersect.py:
- [x] When intersecting linestrings with GridIntersect in structured mode, and those intersections result in GeometryCollections, there are overlappin…