JetBrains / JetBrains/lets-plot

Breaking of polygons that cross the 180th meridian

Open
#771 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
1.8k
Forks
60
PR merge metrics
No merged PRs in 30d

Description

Example:

```python
world = geopandas.read_file(geopandas.datasets.get_path("naturalearth_lowres"))
europe = world[world.continent == "Europe"]
ggplot() + geom_map(map=europe)
```

Output:

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.