Maps.new_layer_from_file#

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

Members

CSV

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

GeoTIFF

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

NetCDF

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