Skip to content

Commit

Permalink
Reorder outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
glaroc committed Oct 5, 2023
1 parent e31bac4 commit e03ac8c
Showing 1 changed file with 37 additions and 29 deletions.
66 changes: 37 additions & 29 deletions pipelines/SDM/BRT_julia_viewer.json
Original file line number Diff line number Diff line change
Expand Up @@ -660,45 +660,53 @@
}
},
"outputs": {
"pipeline@30": {
"label": "Species name",
"description": "Species for which the distribution model is generated",
"weight": 1
},
"filtering>cleanCoordinates.yml@21|clean_presence": {
"description": "Dataframe, table with clean presence points from GBIF for selected species",
"label": "Presences",
"type": "text/tab-separated-values",
"weight": 2
},
"data>pyLoadObservations>pyLoadObservations.yml@1|total_records": {
"description": "Total number of GBIF occurrences in csv file",
"label": "Total number of occurrences",
"type": "int",
"example": 1234,
"weight": 3
},
"SDM>julia_sdms>pcaLayers.yml@13|predictors": {
"description": "Environmental layers used as predictors in model fitting",
"label": "Environmental predictors",
"type": "image/tiff;application=geotiff[]"
"type": "image/tiff;application=geotiff[]",
"weight": 4
},
"data>loadFromStac.yml@18|rasters": {
"description": "Land cover layer used for masking non terrestrial pixels",
"label": "Land cover map",
"type": "image/tiff;application=geotiff[]",
"weight": 5
},
"SDM>julia_sdms>fitBRT.yml@24|fit_stats": {
"description": "Model fit statistics and threshold",
"label": "Fit statistics",
"type": "text/json",
"weight": 6
},
"SDM>julia_sdms>fitBRT.yml@24|sdm": {
"description": "Map of predicted occurrence probability for selected species using Booster Regression Trees",
"label": "Predictions",
"type": "image/tiff;application=geotiff"
"type": "image/tiff;application=geotiff",
"weight": 7
},
"SDM>julia_sdms>fitBRT.yml@24|sdm_uncertainty": {
"description": "Map of relative uncertainty of predictions",
"label": "Spatial uncertainty",
"type": "image/tiff;application=geotiff"
},
"SDM>julia_sdms>fitBRT.yml@24|fit_stats": {
"description": "Model fit statistics and threshold",
"label": "Fit statistics",
"type": "text/json"
},
"filtering>cleanCoordinates.yml@21|clean_presence": {
"description": "Dataframe, table with clean presence points from GBIF for selected species",
"label": "Presences",
"type": "text/tab-separated-values"
},
"data>loadFromStac.yml@18|rasters": {
"description": "Land cover layer used for masking non terrestrial pixels",
"label": "Land cover map",
"type": "image/tiff;application=geotiff[]"
},
"pipeline@30": {
"label": "Species name",
"description": "Species for which the distribution model is generated"
},
"data>pyLoadObservations>pyLoadObservations.yml@1|total_records": {
"description": "Total number of GBIF occurrences in csv file",
"label": "Total number of occurrences",
"type": "int",
"example": 1234
"type": "image/tiff;application=geotiff",
"weight": 8
}
},
"metadata": {
Expand All @@ -710,7 +718,7 @@
"identifier": "https://orcid.org/0000-0002-6506-6487"
},
{
"name": "Thimothé Poisoit",
"name": "Thimothée Poisot",
"identifier": "https://orcid.org/0000-0002-0735-5184"
}
],
Expand Down

0 comments on commit e03ac8c

Please sign in to comment.