import numpy as np
l3 = {
'SvalbardIce': {
        'iDir': '/WebData/maires.nersc.no/public_html/catalog/radarsat2ice/',
        'oDir': '/WebData/maires.nersc.no/public_html/catalog/radarsat2ice/l3/',
        'nameConvert': '%s_.tif',
        'products': ['ice', 'mask'],
        'backends': {'export_ice': {
                        'thrNameMask': '/WebData/maires.nersc.no/public_html/thredds/svalbard1km_seaice/%s/svalbard1km_seaice_%s_%s.nc',
                        },
                    },
        'domain': { 'srs': '+proj=stere +lon_0=15 +lat_0=80 +datum=WGS84 +ellps=WGS84 +units=m +no_defs',
                    'ext': '-lle -10 74 40 83 -tr 1500 1500'}
},

'SvalbardIceLarge': {
        'iDir': '/WebData/maires.nersc.no/public_html/catalog/radarsat2ice/',
        'oDir': '/WebData/maires.nersc.no/public_html/catalog/radarsat2ice/l3/',
        'nameConvert': '%s_.tif',
        'products': ['ice', 'mask'],
        'backends': {'export_ice': {
                        'thrNameMask': '/WebData/maires.nersc.no/public_html/thredds/barents1km_seaice/%s/barents1km_seaice_%s_%s.nc',
                        },
                    },
        'domain': { 'srs': '+proj=stere +lon_0=20 +lat_0=80 +datum=WGS84 +ellps=WGS84 +units=m +no_defs',
                    'ext': '-lle -13 72 53 82 -tr 1500 1500'}
},

'modis_std_NorthSea': {
        'iDir': '/Data/sat/downloads/MODIS/NorthSea/',
        'oDir': '/WebData/hab.nersc.no/NorthSea/l3/',
        'nameConvert': '%s',
        'products': ['Rrs_412', 'Rrs_555', 'Rrs_667', 'chlor_a', 'cdom_a', 'SST'],
        'threads': 4,
        'backends': {'export': {
                        'thrNameMask': '/WebData/maires.nersc.no/public_html/thredds/northsea1km_color/%s/northsea1km_color_%s_%s.nc',
                        'products': {
                               'mask': {'type': '>i2'},
                            'chlor_a': {'type': '>f4'},
                             'cdom_a': {'type': '>f4'},
                                'SST': {'type': '>f4'},
                            'Rrs_412': {'type': '>f4'},
                            'Rrs_555': {'type': '>f4'},
                            'Rrs_667': {'type': '>f4'},
                            },
                        'metadata': {
                            'title': 'NRT monitoring of water quality in the North Sea',
                            'comment': 'Standard mapped MODIS products',
                            'sensor': 'MODIS',
                            },
                        },
                    },
        'domain': { 'srs': '+proj=latlong +datum=WGS84 +ellps=WGS84 +no_defs',
                    'ext': '-lle -4 51 14 66 -ts 980 1400'}
},

}
