briefercloud / briefer

Dashboards and notebooks in a single place. Create powerful and flexible dashboards using code, or build beautiful Notion-like notebooks and share them with your team.
https://briefer.cloud
GNU Affero General Public License v3.0
3.34k stars 184 forks source link

[feature] WKT geometries #73

Open gustavoalcantara opened 1 month ago

gustavoalcantara commented 1 month ago

hello guys! thanks for the support. this issue fits more like a new feature than a warning or bug. Is it possible to insert geometry into WKT in the future and create maps? On Bigquery we have Geoviz that allows this creation, but does not integrate with any other service... If you need help, send me a message. Greetings!

marquesine commented 4 weeks ago

matplotlib can visualize raw geometries, but a dedicated geo viewer would be useful. geopandas has an explore method in GeoDataFrame that generates interactive Leaflet maps (HTML + JS widgets), which could be a potential solution for integrating cartographic visualization.