JetBrains / JetBrains/lets-plot
Breaking of polygons that cross the 180th meridian
Open
- 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.