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
|
Convenience function to initialize a new Maps-object from a CSV file. |
|
Convenience function to initialize a new Maps-object from a GeoTIFF file. |
|
Convenience function to initialize a new Maps-object from a NetCDF file. |
|