sertit / eoreader

Remote-sensing opensource python library reading optical and SAR sensors, loading and stacking bands, clouds, DEM and spectral indices in a sensor-agnostic way.
https://eoreader.readthedocs.io/en/latest/
Apache License 2.0
278 stars 22 forks source link

ENH: Load metadatas as pandas.DataFrame #1

Closed remi-braun closed 3 years ago

remi-braun commented 3 years ago

Use pandas 1.3.0 to load metadata as pandas dataframe instead of etree._Elements. See this

remi-braun commented 3 years ago

It may not be possible as is, the pandas.read_xml seems very restrictive.