-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from nansencenter/syntool_bioargo
Add syntool config for bioargo
- Loading branch information
Showing
5 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...arameters/ingest_erddap_json_3413_profile → ...ters/ingest_erddap_json_3413_argo_profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--input-format argo_profile_erddap_json | ||
--input-options projection=4326 | ||
--output-format argo_profile | ||
--output-options product_name=argo_profiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
geospaas_processing/converters/syntool/parameters/ingest_erddap_json_3413_bioargo_profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--input-format argo_profile_erddap_json | ||
--input-options projection=4326 | ||
--output-format argo_profile | ||
--output-options product_name=bioargo_profiles |
6 changes: 6 additions & 0 deletions
6
geospaas_processing/converters/syntool/parameters/ingest_erddap_json_3413_bioargo_trajectory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--input-format argo_trajectory_erddap_json | ||
--input-options projection=4326 | ||
--output-format geojson_trajectory | ||
--output-options with-shape=no | ||
singleFeature=true | ||
product_name=bioargo_trajectories |