It can extract all years of a netcdf to png with a palete
Go to file
Mario Gil 726b68539b Bug fix 2022-06-03 16:54:06 -05:00
ExtractImage.py Bug fix 2022-06-03 16:54:06 -05:00
README.MD Test complete, requirements complete and README 2022-06-01 20:49:36 -05:00
png2gif.py Init 2022-06-01 19:46:56 -05:00
requirements.txt Test complete, requirements complete and README 2022-06-01 20:49:36 -05:00

README.MD

NetcdfToPng

Script to extract png file since Netcdf, It aplicate a color palete.

Installation

Use the package manager pip to install the requirements.

pip install -r requirements.txt

Usage

ssp=("ssp245","ssp370"),#"ssp585",
model=("BCC-CSM2-MR","CESM2")#"CanESM5","EC-Earth3","IPSL-CM6A-LR","MIROC6","MRI-ESM2-0","NorESM2-MM"
Colorpalete=["RdYlBu",'Spectral','ocean',"coolwarm"]
ExportDirectory="images/"
DataDirectory="maps/"
ProcessAllImage(ssp,model,Colorpalete,ExportDirectory,DataDirectory)