Skip to content

Commit

Permalink
add support for syntool conversion of uni bremen amsr2 sae ice concen…
Browse files Browse the repository at this point in the history
…tration
  • Loading branch information
aperrin66 committed Jan 17, 2024
1 parent 18cce8b commit e5d4aeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions geospaas_processing/converters/syntool/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ class BasicSyntoolConverter(SyntoolConverter):
matches=lambda d: d.entry_id.startswith('nrt_global_allsat_phy_l4_'),
converter_type='current_cmems_l4',
ingest_parameter_files='ingest_geotiff_4326_vectorfield'),
ParameterSelector(
matches=lambda d: d.entry_id.startswith('asi-AMSR2-'),
converter_type='amsr_sea_ice_conc',
ingest_parameter_files='ingest_geotiff_3411_raster'),
)

def __init__(self, **kwargs):
Expand Down

0 comments on commit e5d4aeb

Please sign in to comment.