read_file

class eomaps.reader.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)

Methods

CSV(path[, parameter, x, y, crs, set_data])

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

GeoTIFF(path_or_dataset[, crs_key, ...])

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

NetCDF(path_or_dataset[, parameter, coords, ...])

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

__init__()