Skip to content

aggelosmots/NWCSAF-CTTH-Exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

NWCSAF CTTH Exporter

This is a small project for exporting data of ctth files in csv, png and tif format fast and easy.

This app was developed with satpy package

Installation

Python v3.9.x recommended

Using conda

conda install -c conda-forge satpy

or

pip install satpy h5netcdf netcdf4 rasterio 

Execution

Run MainWindow.py

python MainWidnow.py

Input

NetCDF files with format:

S_NWC_CTTH_MSG4_MSG-N-VISIR_T_Z.nc

Output

In the output directory, those will show up:

  1. A log.csv file shows up with the history of previously executed files in order to not export them again
  2. The exported file will show up as a folder with the the csv, GeoTIFF and images

Features

Selecting Area

User can select a rectagle area in order to export only a Region of Intrest

Waiting for new files in background

CTTH products are used in Nowcasting and new CTTH files can be received anytime in an input folder. This application is ready to export those new files whenever they show up.

Sleep Mode

User can put an execution timer, putting app in sleep on the background

About

Exporting data of ctth files in csv format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages