Skip to content

rokuk/NetSeeDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetSeeDF

NetSeeDF is a simple, lightweight tool for exploring and visualizing data in NetCDF files.

Inspired by Panoply, NetSeeDF is designed to be simpler and more limited tool that does not require a Java installation. Designed with students and researchers in mind, it lets you quickly explore available variables, their shapes, and visualize grid point values on a map.

NetSeeDf is developed by Rok Kuk rokuk.org

Animation

Data display Map

Main window

Features

  • List variables in a NetCDF file.
  • View variable values in a table (supports 1D, 2D, and 3D variables)
  • Visualize gridded variable values on an interactive map (supports slicing 3D variables, e.g. in time)
  • Export timeseries for a selected grid point, export tabular data

Limitations

  • The software is still in development and currently supports only a limited number of NetCDF file structures.
  • Limited coordinate systems are implemented. Rotated pole grid (rlat, rlon) and grid reference systems (easting, northing) are not supported yet.
  • Showing map background (OpenStreetMap tiles) requires an internet connection

Development

NetSeeDF is written in Python 3.13.

  • Install the required packages in requirements/base.txt
  • Run downloadfolium.py
  • Run src/main/python/netseedf/main.py

License

This project is released under the GPL v3 license.

This projects includes the following third party software:

About

A simple NetCDF file viewer

Resources

Stars

Watchers

Forks