@e-marshall you have mentioned that plotting of vector data cubes is a bit cumbersome. I have to admit I never thought about including some plotting features as I assumed you just go via a GeoDataFrame and use its plot/explore methods but if you have ideas how we could improve plotting experience, I'm all ears.
Just two notes.
- Any plotting should use geopandas machinery as I'm not willing to maintain yet another plotting code. It is painful enough to have two in geopandas already :D.
- GeoPandas static plotting is due for an overhaul, so if we want to link xvec closely to geopandas, it may involve some changes in future.
@e-marshall you have mentioned that plotting of vector data cubes is a bit cumbersome. I have to admit I never thought about including some plotting features as I assumed you just go via a GeoDataFrame and use its plot/explore methods but if you have ideas how we could improve plotting experience, I'm all ears.
Just two notes.