Artem Moiseev
Artem Moiseev
# Problem I'm trying to write a mapper for the model data (OpenDAP, netCDF files #394 ). The data are provided in polar stereographic projection. The projection specification from the...
MET Norway operates high-resolution ocean model ROMS Norkyst-800. Hourly forecasts of Sea temperature, Salinity, Current, Sea ice concentration and thickness, etc. for Norwegian coastal zone is available in open access...
MET provides data (both archive and latest) from MEPS (MetCoOp Ensemble Prediction System) in open access via OpenDAP [[link]](http://thredds.met.no/thredds/metno.html) . MEPS is a convection-permitting atmosphere ensemble model covering Scandinavia and...
@akorosov Could you say me please, which GCMD keywords I should use for `Platform` and `Instrument` while working with model data?
I am trying to write a mapper for an S1 IW data provided in NetCDF files. A part of code from the mapper: ```python def __init__(self, filename, gdal_dataset, gdal_metadata, *args,...
I can see several cases where to get max/min/ lat/lon values method `get_corners` (with max() min()) was used. According to the code (Domain) get_corners and get_min_max_lat_lon methods work by the...
We need a mapper for Sentinel-3 OLCI data available from [Sentinel-3 Pre-Operations Data Hub](https://scihub.copernicus.eu/s3/#/home)
PR: https://github.com/nansencenter/nansat/pull/350