TUW-GEO / ascat

Read and visualize data from the Advanced Scatterometer (ASCAT) on-board the series of Metop satellites
https://ascat.readthedocs.io/
MIT License
23 stars 16 forks source link

Reading h101 product (.nc version) #38

Closed ninadel closed 4 years ago

ninadel commented 4 years ago

Hi, I have h101 files in .nc format (from the EUMETSAT data center (https://navigator.eumetsat.int/product/EO:EUM:DAT:METOP:SOMO12) and I noticed this reader only reads h101 files in .bufr--is there a way to read this format either by modifying the h101 reader or using one of the other nc format readers?

https://github.com/TUW-GEO/ascat/blob/27f43293fab60ec6a81ba24796decd12c2e8f75b/src/ascat/h_saf.py#L388

sebhahn commented 4 years ago

The .nc format can be read using the netCDF4 package in python