-
As we talked about with @janehwu and Michelle, the segment anything model v2 has a lot of potential to be used for tree detection. It would be helpful to integrate it into this framework as an additio…
-
The _openego group_ uses `oemof.db` to instantiate a DB connection to OEDB. The installation of packages dependent on `oemof.db` is sometimes hard due to its dependencies.
Therefore, we propose to ma…
-
> Created by bitbucket user **Former user** on 2017-07-27 09:48
> Last updated on 2017-07-27 10:04
I'm getting test failures under Debian 9:
```
====================================================…
FDiot updated
4 years ago
-
Make is to the point objects themselves can produce shapes (linestrings, points, polygons etc)
-
Utiliser https://shapely.readthedocs.io/en/stable/reference/shapely.voronoi_polygons.html#shapely.voronoi_polygons pour créer une carte
-
from shapely import wkt
# Works as expected with LINESTRING Z's
g = wkt.loads('LineString Z (1 2 3, 4 5 6)')
g
list(g.coords)
[(1.0, 2.0, 3.0), (4.0, 5.0, 6.0)]
# Returns a LineString M …
-
Right now, `Dataset.dggs.cell_centers` returns a `Dataset` containing the geographical coordinates. However, since we return a `Dataset` we have to use the lengthy `ds.pipe(lambda ds: ds.merge(ds.dggs…
-
The first polygon does not cross the antimeridian, the second does:
![screenshot-2018-5-8 talk 3](https://user-images.githubusercontent.com/316517/39751885-fa557e04-52b9-11e8-8945-6c480c65c896.png)…
-
I notice Shapely is listed in the dependencies of Prez.
One big issue with having Shapely as a dependency is shapely subsequently depends on Numpy, which is a very large dependency and often needs …
-
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of geopandas.
- [ ] (optional) I have confirmed this bug exists o…