matplotlib / basemap

Plot on map projections (with coastlines and political boundaries) using matplotlib
MIT License
774 stars 392 forks source link

how do i calculate/generate monthly maximum (tmax) and minimum (tmin) data from a hourly netdcf data file with several years data values #517

Closed Hometown11 closed 3 years ago

Hometown11 commented 3 years ago

I have the attached data format which contains hourly temperature values . And I want to split the data into maximum temperature (tmax) and minimum temperature (tmin) data sets. Although I have attached one year my data runs several years and I would like to have two data sets; one showing maximum and another showing minimum monthly values. How do I go about this in python.?

data.pdf

Thank you