Maps.read_file

class eomaps.eomaps.Maps.read_file

A collection of methods to read data from a file.

More details in the individual reader-functions!

Currently supported filetypes are:

  • NetCDF (requires xarray)

  • GeoTIFF (requires rioxarray + xarray)

  • CSV (requires pandas)

Members

CSV

Read all relevant information necessary to add a CSV-file to the map.

GeoTIFF

Read all relevant information necessary to add a GeoTIFF to the map.

NetCDF

Read all relevant information necessary to add a NetCDF to the map.