Skip to content

Commit

Permalink
add idf conversion config for argo profiles from ERDDAP
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Mar 5, 2024
1 parent 137c062 commit 8a8a417
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@ -156,6 +156,11 @@ class BasicSyntoolConverter(SyntoolConverter):
matches=lambda d: d.entry_id.startswith('asi-AMSR2-'),
converter_type='amsr_sea_ice_conc',
ingest_parameter_files='ingest_geotiff_3411_raster'),
ParameterSelector(
matches=lambda d: d.source.platform.short_name == 'Argo float',
converter_type=None,
ingest_parameter_files=('ingest_erddap_json_3413_profile',
'ingest_erddap_json_3413_trajectory')),
)

def __init__(self, **kwargs):
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--input-format argo_profile_erddap_json
--input-options projection=4326
--output-format argo_profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--input-format argo_trajectory_erddap_json
--input-options projection=4326
--output-format geojson_trajectory
--output-options with-shape=no
singleFeature=true

0 comments on commit 8a8a417

Please sign in to comment.