Questions tagged as 'netcdf4'

0
answers

how to edit netCDF file using python? generate another .nc only with a part of the original? [closed]

I am new with python and even more with netCDF. My situation is the next... I must download the .nc files generated by the ASCAT (wind information on the sea). Available at ftp://podaac-ftp.jpl.nasa.gov/allData / ascat / preview / L2 / metop_a...
asked by 19.05.2016 / 21:11
0
answers

open netcdf files in python

I want to open an .nc file in python but I get the following problem, which I do not understand what it means.         from netCDF4 import Dataset           rootgrp = Dataset ("cdd_ACCESS1-3_OND_1979-2005_2.5bilineal.nc", format="NETCDF4")...
asked by 07.11.2018 / 15:55