/napari-geoscience-viewer

A napari plugin for quick-viewing HDF5 and NetCDF files

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

napari-geoscience-viewer

A napari plugin for visualizing geoscience HDF5 and netCDF data

Notes on this current version:

  1. Xarray is used to visualize netCDF, and h5py is used for HDF5. The dimensions stored in HDF5 doesn't work easily with xarray, so h5py is used instead.

  2. For netCDF, it displays world map as a napari shape layer. This only works well for entire globe domain, not for a regional domain, which will be added in future.

  3. Map projections are not available yet.