Skip to content

Commit

Permalink
and configuration for remss mw sst syntool conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Sep 30, 2024
1 parent c09cfc5 commit 5258f6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions geospaas_processing/converters/syntool/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ class BasicSyntoolConverter(SyntoolConverter):
matches=lambda d: d.entry_id.startswith('bioargo_trajectory_'),
converter_type=None,
ingest_parameter_files='ingest_erddap_json_3413_bioargo_trajectory'),
ParameterSelector(
matches=lambda d: '-REMSS-L4_GHRSST-SSTfnd-MW_OI-GLOB-' in d.entry_id,
converter_type='remss_l4_mw_sst',
convert_options={'vmin_pal': '273', 'vmax_pal': '298'},
ingest_parameter_files='ingest_geotiff_4326_raster_no_shape'),
)

def __init__(self, **kwargs):
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
--input-format geotiff
--input-options projection=4326
--output-format raster
--output-options with-dataset-info=yes with-shape=no

0 comments on commit 5258f6a

Please sign in to comment.