juba / pyobsplot

Observable Plot in Jupyter notebooks and Quarto documents
https://juba.github.io/pyobsplot/
MIT License
184 stars 8 forks source link

Investigate topojson "frame" issue #8

Closed juba closed 1 year ago

juba commented 1 year ago

When converting topojson data to geojson in Python there seems to be a global "frame" object that hides everything when filled.

juba commented 1 year ago

Documentation has been updated to use geopandas instead of topojson. It's much simpler and there is no "frame" issue.