Add Geopandas support
See original GitHub issueHi,
Thanks for your amazing work, many custom function can now been deprecated and lots of keystroke are saved. If I may have a feature request it would be to support geopandas API for the geo plots.
If you are not familiar with this library, it inherits pd.DataFrame
and embedd a custom geometry
column that stores the geo object (Points, Polygone, Line …).
It would be great if the plots could be done based on the geometry automatically, without casting points, or specifing the that you want polygons…
Tell me if you want more details about this.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:13
- Comments:43 (20 by maintainers)
Top Results From Across the Web
Installation — GeoPandas 0.12.2+0.gefcb367.dirty ...
To install GeoPandas and all its dependencies, we recommend to use the conda package manager. This can be obtained by installing the Anaconda...
Read more >Fastest way to install Geopandas in jupyter notebook on ...
First way- Using Anaconda Navigator. Open Anaconda Navigator,go to Environments section then select the environment,in our case geo_env. Then click on “play” ...
Read more >Geopandas Installation— the easy way for Windows!
Check that GeoPandas has installed properly and explore by importing it and viewing the help option on the module. Note: If the following...
Read more >geopandas - PyPI
GeoPandas is a project to add support for geographic data to pandas objects. The goal of GeoPandas is to make working with geospatial...
Read more >Install Geopandas for Python with Anaconda - YouTube
This tutorial will get you started with Python programming for GIS by installing Anaconda, Geopandas, and a number of other geospatial ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As this is still marked as open I wanted to give it a bump - geopandas support via plotly express would be amazing!
Here’s a complete/simple example (edited to remove the unnecessary
.__geo_interface__
I’d left in for testing 😃