I have downloaded .nc
files (you can see here the .csv format of it RCP4.5 CLOUD COVER ---see image1) from
https://cds.climate.copernicus.eu/
(both historical files and RCP scenarios --RCP 4.5, 6 AND 8.5
). I have browsed the net about how to preprocess them (looked for some tutorials and more direct answers and approach online) but I am still not sure of it. I uploaded the .nc
files (1 or 2 files) in QGIS and used gdal2xyz
and found out that each .nc
file consists of several bands (see image2--.
I really want to understand .nc
file component so I will be able to preprocess it using programming languages like python (maybe)----or if not, be able to understand .nc
file's components (at least).
All I want to do is be able to have a time series data
of the average of the whole square grid
or location
I need with variables such as:
Precipitation Time
and other variables available in the https://cds.climate.copernicus.eu/
like temperature, cloud cover etc
Will anyone enlighten me about .nc
files and how I can pre-process it?
**To download my sample .nc file, please go to this link: https://drive.google.com/file/d/1Ok2tVD_iCXe93Q1HYGv1jtyaTIc7wY2N/view?usp=sharing
PS. The image of .csv
file above is for variable: "cloud cover"
(RCP4.5 CLOUD COVER)