You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be the first implementation of a to_geopandas() method in earthkit-data. Things to consider:
BUFR data extraction is based onpdbufr, which can extract the geometry and crs columns required by geopandas. So the conversion should be straightforward.
geopandas will bring in new (binary) dependencies, they should be optional
The text was updated successfully, but these errors were encountered:
This will be the first implementation of a
to_geopandas()
method in earthkit-data. Things to consider:pdbufr
, which can extract thegeometry
andcrs
columns required by geopandas. So the conversion should be straightforward.The text was updated successfully, but these errors were encountered: