Crates.io | nc_explorer |
lib.rs | nc_explorer |
version | 0.3.0 |
source | src |
created_at | 2022-03-13 18:35:01.76945 |
updated_at | 2023-03-04 14:18:43.889447 |
description | Desktop app for viewing georeferenced netcdf files |
homepage | |
repository | https://gitlab.com/samoylovfp/ncexplorer |
max_upload_size | |
id | 549332 |
size | 466,005 |
Tool to visualize geo-referenced data from NetCDF files.
Either download the binary for Windows and Linux from the Releases page
Or if you have cargo
installed:
cargo install nc_explorer
Requires at least rust 1.59
Drag-and-drop files you want to plot onto the nc_explorer window, or use "open with" dialog.
Variables that have latitude and longitude in dimensions will have a Plot
button next to them. Click it to see the data.
This is in a proof-of-concept stage. Please do not hesitate to create issues if something does not work or if you want to add something.
The code is in a pretty rough shape and will be re-organized, I will be accepting merge requests after that.