new_layer_from_file

class eomaps.reader.new_layer_from_file(m)

A collection of methods to add a new layer to an existing Maps-object from a file. (see individual reader-functions for details)

Currently supported filetypes are:

  • NetCDF (requires xarray)

  • GeoTIFF (requires rioxarray + xarray)

  • CSV (requires pandas)

Methods

CSV([parameter, x, y, data_crs, plot_crs, ...])

Convenience function to initialize a new Maps-object from a CSV file.

GeoTIFF([data_crs_key, data_crs, sel, isel, ...])

Convenience function to initialize a new Maps-object from a GeoTIFF file.

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

Convenience function to initialize a new Maps-object from a NetCDF file.

__init__(m)