iliatimofeev / gpdvega

gpdvega is a bridge between GeoPandas and Altair that allows to seamlessly chart geospatial data
https://iliatimofeev.github.io/gpdvega/
BSD 3-Clause "New" or "Revised" License
52 stars 5 forks source link

Altair producing a deprication warning #7

Open afonit opened 4 years ago

afonit commented 4 years ago

fyi, Altair is now producing a deprecation warning:

AltairDeprecationWarning: alt.pipe() is deprecated, and will be removed in a future release. Use toolz.curried.pipe() instead.
nickeubank commented 2 years ago
gpdvega/geodata.py:38: FutureWarning: Using short name for 'orient' is deprecated. Only the options: ('dict', list, 'series', 'split', 'records', 'index') will be used in a future version. Use one of the above to silence this warning.
  data.drop(

Is this library still supported? It's a great tool, so I hope so!

iliatimofeev commented 2 years ago

@nickeubank since https://github.com/altair-viz/altair/pull/1664 Altair has support of geopandas - try it.

nickeubank commented 2 years ago

OH! Thanks!