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
Python v3.9.x recommended
Using conda
conda install -c conda-forge satpy
or
pip install satpy h5netcdf netcdf4 rasterio
Run MainWindow.py
python MainWidnow.py
NetCDF files with format:
S_NWC_CTTH_MSG4_MSG-N-VISIR_T_Z.nc
In the output directory, those will show up:
- A log.csv file shows up with the history of previously executed files in order to not export them again
- The exported file will show up as a folder with the the csv, GeoTIFF and images
User can select a rectagle area in order to export only a Region of Intrest
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.
User can put an execution timer, putting app in sleep on the background