-
https://hvplot.pyviz.org/user_guide/Geographic_Data.html
In the Geopandas section you can find two examples displaying Data, but only the second one, with 'Polygon' Geodata intead of 'Points', is p…
-
Hello!
Recently started using trimesh in a purpose of converting geojson polygons into extruded solids for 3d printing.
Tested it on some data and found an issue. Due to some demands of 3d printing…
-
Turf 6.5.0
`turf.cleanCoords(turf.lineString([[0, 0], [0, 1], [0, 0]]))` causes an invalid polygon error to occur though interestingly `turf.lineString([[0, 0], [0, 1], [0, 0]])` is just fine.
E…
-
Mach includes a collection of function to determine if various 2D primitives collides.
(this is related to https://github.com/hexops/mach/issues/1084)
The primitives in the collision module are:
…
-
I think the current supersplat controls are a good start and something you mostly find in small software-products. Here is a table, that shows how other software with 3D-Viewport is handling that.
…
-
From Caleb:
> One thing I noticed is that it is very hard to see where the kenya/rwanda examples in low zoom level. One way to get around this is to generate pmtiles that are centroids at low zoom …
-
We've been planning for a while to build a pip demo that uses index buffer objects and a viewport specified as a polygon for pip culling. This issue describes that project:
A web application is loa…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues.
- [X] This issue is not a question, feature request, or anything other than a…
-
Hi Kyle 👋
Could you please consider adding a function similar to what `mapview::mapview()` does? I.e., a generic one that takes an `sf`/`sfc` object and plots it depending on the geometry. For exam…
-
We need a function that generates a single from a point at different increment buffer distances.
## Signature:
Grid(bbox, country_boundary, cellsize, output_path, crs,buffer_distance, input_point_…