Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BRT #170

Merged
merged 37 commits into from
Oct 17, 2024
Merged

BRT #170

Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
df0a1ef
uh
gottacatchenall Sep 19, 2024
381578f
opening permission for julia depot
jmlord Sep 19, 2024
930d7c4
ArchGDAL.jl needs permissions in /tmp do to save geotiffs
jmlord Sep 20, 2024
3ca6929
Revert "ArchGDAL.jl needs permissions in /tmp do to save geotiffs"
jmlord Sep 20, 2024
0489b5c
ArchGDAL.jl needs permissions in /tmp do to save geotiffs
jmlord Sep 20, 2024
a3e699d
despaghettification 🍝
gottacatchenall Sep 23, 2024
183ba87
using /julia_depot as a global env (for now...)
gottacatchenall Sep 23, 2024
69faac8
Merge remote-tracking branch 'origin/main' into brt_for_real
jmlord Sep 30, 2024
09ae106
removed unused heat map
jmlord Sep 30, 2024
59d99e9
silence "weight matrix" input
jmlord Sep 30, 2024
3eebcec
only one bbox
jmlord Sep 30, 2024
8a76831
IO order
jmlord Sep 30, 2024
8d26319
a bit more space
jmlord Sep 30, 2024
3a218de
using pre-built runner
jmlord Sep 30, 2024
21b06d5
reorg
gottacatchenall Sep 30, 2024
582bf13
:pencil: Starting to add docs
gottacatchenall Oct 4, 2024
9c8501a
minor tweaks
gottacatchenall Oct 8, 2024
9cf4058
refreshing pa output
gottacatchenall Oct 8, 2024
664e9fc
Add resampling and aggregation
glaroc Sep 18, 2024
c87d899
MD in description
glaroc Sep 23, 2024
2599a57
Improve description
glaroc Oct 1, 2024
0a91cdb
Remove resampling
glaroc Oct 3, 2024
2082435
Added loadcube function to other scripts so pipeline works again (#174)
JoryGriffith Oct 1, 2024
96de0ba
CMake necessary for Makurhini installation
jmlord Oct 1, 2024
b03a390
new cmake installation test
jmlord Oct 2, 2024
0654842
Add resampling and aggregation options to loadFromStac (#169)
glaroc Oct 3, 2024
0015630
Revert "Merge pull request #177 from GEO-BON/loadFromStac_resampling"
jmlord Oct 4, 2024
227b584
Revert "Add resampling and aggregation options to loadFromStac (#169)"
jmlord Oct 4, 2024
53b80d3
uh
gottacatchenall Sep 19, 2024
6ea6b3a
opening permission for julia depot
jmlord Sep 19, 2024
0398833
minor tweaks
gottacatchenall Oct 8, 2024
3fe18fb
io fix
gottacatchenall Oct 8, 2024
f32f0a3
:pencil: docs
gottacatchenall Oct 15, 2024
bee76b1
Update SDM_BRT.md
gottacatchenall Oct 15, 2024
715cfb0
Update fitBRT.md
gottacatchenall Oct 15, 2024
7a40b41
Merge remote-tracking branch 'origin/main' into brt_for_real
jmlord Oct 15, 2024
8d015c2
Reorder outputs and add predictors
glaroc Oct 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions compose.env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:

runner-julia:
image: geobon/bon-in-a-box:runner-julia
# build:
# context: ${PIPELINE_REPO_PATH}/runners
# dockerfile: julia-dockerfile
build:
context: ${PIPELINE_REPO_PATH}/runners
dockerfile: julia-dockerfile
command: sh # Avoids launching julia session that will not be used.
tty: true # Needed to keep the container alive, waiting for requests.
27 changes: 27 additions & 0 deletions pipelines/SDM/SDM_BRT-Acer_saccharum.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
SDM>runMaxent.yml@108|partition_type: block
SDM>selectBackground.yml@40|method_background: random
SDM>selectBackground.yml@40|n_background: 10000
data>heatmapFromSTAC.yml@67|taxa: plants
data>loadFromStac.yml@119|collections_items:
- chelsa-clim|bio1
- chelsa-clim|bio2
- chelsa-clim|bio12
- earthenv_landcover|class_12
- earthenv_landcover|class_3
- earthenv_landcover|class_1
data>loadFromStac.yml@119|stac_url: https://io.biodiversite-quebec.ca/stac/
data>loadFromStac.yml@119|weight_matrix_with_ids: ""
data>loadFromStac.yml@119|mask: ""
data>loadFromStac.yml@119|spatial_res: 1000
data>pyLoadObservations>pyLoadObservations.yml@96|data_source: gbif_api
data>pyLoadObservations>pyLoadObservations.yml@96|max_year: 2022
data>pyLoadObservations>pyLoadObservations.yml@96|min_year: 2008
data>pyLoadObservations>pyLoadObservations.yml@96|taxa:
- Acer saccharum
pipeline@46: 4
pipeline@57: EPSG:6623
pipeline@58:
- -2316297
- -800000
- 1015207
- 1511916
Loading