Skip to content
Snippets Groups Projects
Commit 23463f2e authored by ranchodeluxe's avatar ranchodeluxe
Browse files

upgrade everything to 1.0.0 anticipating release

parent a347e269
No related branches found
No related tags found
2 merge requests!68Changes to get BigCreek working with preprocess on ADE,!61Additions: primary keys, speed ups (preprocessing and postprocessing), tests, scalene, reorg entire fireatlas
Pipeline #9712 passed with stage
in 7 seconds
...@@ -32,6 +32,7 @@ dps-run:data-update-checker: ...@@ -32,6 +32,7 @@ dps-run:data-update-checker:
QUEUE: maap-dps-worker-32gb QUEUE: maap-dps-worker-32gb
PARAMS: '{}' PARAMS: '{}'
dps-run:fire-atlas-conus: dps-run:fire-atlas-conus:
extends: .run_dps_job_base extends: .run_dps_job_base
only: only:
...@@ -40,11 +41,11 @@ dps-run:fire-atlas-conus: ...@@ -40,11 +41,11 @@ dps-run:fire-atlas-conus:
variables: variables:
MAAP_IMAGE_ENV: ubuntu MAAP_IMAGE_ENV: ubuntu
IMAGE_TAG: fire-atlas-${CI_COMMIT_SHORT_SHA} IMAGE_TAG: fire-atlas-${CI_COMMIT_SHORT_SHA}
ALGO_NAME: eis-fire-feds-dps-main-v3test ALGO_NAME: eis-fire-feds-dps-main-v3
VERSION: 0.99.6 VERSION: 1.0.0
USERNAME: gcorradini USERNAME: gcorradini
QUEUE: maap-dps-worker-32gb QUEUE: maap-dps-worker-32gb
PARAMS: '{"regnm": "CONUS_ARCHIVE_P_KEY", "bbox": "[-126.401171875,24.071240929282325,-61.36210937500001,49.40003415463647]", "tst": "[2022, 1, 1, \"AM\"]", "ted": "[2022, 12, 31, \"PM\"]"}' PARAMS: '{"regnm": "CONUS_ARCHIVE_P_KEY", "bbox": "[-126.401171875,24.071240929282325,-61.36210937500001,49.40003415463647]", "tst": "[2022, 1, 1, \"AM\"]", "ted": "[2022, 12, 31, \"PM\"]", "export":"true"}'
dps-run:fire-atlas-conus-manual: dps-run:fire-atlas-conus-manual:
...@@ -61,8 +62,7 @@ dps-run:fire-atlas-conus-manual: ...@@ -61,8 +62,7 @@ dps-run:fire-atlas-conus-manual:
QUEUE: maap-dps-worker-32gb QUEUE: maap-dps-worker-32gb
PARAMS: | PARAMS: |
$PARAMS_STRING $PARAMS_STRING
#PARAMS: '{"regnm": "CaliTestRun", "bbox": "[-125,36,-117,42]", "tst": "[2023,6,1,\"AM\"]", "ted": "[2023,9,1,\"AM\"]"}' # EXAMPLE: '{"regnm": "CaliTestRun", "bbox": "[-125,36,-117,42]", "tst": "[2023,6,1,\"AM\"]", "ted": "[2023,9,1,\"AM\"]", "export": "true"}'
dps-run:fire-atlas-boreal-automate-snapshot: dps-run:fire-atlas-boreal-automate-snapshot:
extends: .run_dps_job_base extends: .run_dps_job_base
...@@ -102,8 +102,8 @@ dps-run:fire-atlas-lf-archive: ...@@ -102,8 +102,8 @@ dps-run:fire-atlas-lf-archive:
variables: variables:
MAAP_IMAGE_ENV: ubuntu MAAP_IMAGE_ENV: ubuntu
IMAGE_TAG: fire-atlas-lf-archive-${CI_COMMIT_SHORT_SHA} IMAGE_TAG: fire-atlas-lf-archive-${CI_COMMIT_SHORT_SHA}
ALGO_NAME: eis-fire-feds-combine-largefire-archive-v3test ALGO_NAME: eis-fire-feds-combine-largefire-archive-v3
VERSION: 0.99.6 VERSION: 1.0.0
USERNAME: gcorradini USERNAME: gcorradini
QUEUE: maap-dps-worker-32gb QUEUE: maap-dps-worker-32gb
PARAMS: '{"folder_name": "WesternUS_REDO", "start": 2013, "end": 2021}' PARAMS: '{"folder_name": "WesternUS_REDO", "start": 2013, "end": 2021}'
...@@ -116,8 +116,8 @@ dps-run:fire-atlas-lf-nrt: ...@@ -116,8 +116,8 @@ dps-run:fire-atlas-lf-nrt:
variables: variables:
MAAP_IMAGE_ENV: ubuntu MAAP_IMAGE_ENV: ubuntu
IMAGE_TAG: fire-atlas-lf-archive-nrt-${CI_COMMIT_SHORT_SHA} IMAGE_TAG: fire-atlas-lf-archive-nrt-${CI_COMMIT_SHORT_SHA}
ALGO_NAME: eis-fire-feds-combine-largefire-nrt-v3test ALGO_NAME: eis-fire-feds-combine-largefire-nrt-v3
VERSION: 0.99.6 VERSION: 1.0.0
USERNAME: gcorradini USERNAME: gcorradini
QUEUE: maap-dps-worker-32gb QUEUE: maap-dps-worker-32gb
PARAMS: '{"folder_name": "CONUS_NRT_DPS"}' PARAMS: '{"folder_name": "CONUS_NRT_DPS"}'
algorithm_description: "Combine FEDS Largefire data into a single file." algorithm_description: "Combine FEDS Largefire data into a single file."
algorithm_name: eis-fire-feds-combine-largefire-archive-v3test algorithm_name: eis-fire-feds-combine-largefire-archive-v3test
algorithm_version: 0.99.6 algorithm_version: 1.0.0
environment: ubuntu environment: ubuntu
repository_url: https://repo.maap-project.org/gcorradini/fireatlas_nrt.git repository_url: https://repo.maap-project.org/gcorradini/fireatlas_nrt.git
docker_container_url: "mas.dit.maap-project.org/root/maap-workspaces/base_images/eis_feds:42644eb" docker_container_url: "mas.dit.maap-project.org/root/maap-workspaces/base_images/eis_feds:42644eb"
......
algorithm_description: "Combine FEDS Largefire data into a single file." algorithm_description: "Combine FEDS Largefire data into a single file."
algorithm_name: eis-fire-feds-combine-largefire-nrt-v3test algorithm_name: eis-fire-feds-combine-largefire-nrt-v3test
algorithm_version: 0.99.6 algorithm_version: 1.0.0
environment: ubuntu environment: ubuntu
repository_url: https://repo.maap-project.org/gcorradini/fireatlas_nrt.git repository_url: https://repo.maap-project.org/gcorradini/fireatlas_nrt.git
docker_container_url: "mas.dit.maap-project.org/root/maap-workspaces/base_images/eis_feds:42644eb" docker_container_url: "mas.dit.maap-project.org/root/maap-workspaces/base_images/eis_feds:42644eb"
......
algorithm_name: eis-fire-feds-dps-main-v3test algorithm_name: eis-fire-feds-dps-main-v3test
algorithm_description: "Map active fire perimeters." algorithm_description: "Map active fire perimeters."
algorithm_version: 0.99.9 algorithm_version: 1.0.0
environment: ubuntu environment: ubuntu
repository_url: https://repo.maap-project.org/gcorradini/fireatlas_nrt.git repository_url: https://repo.maap-project.org/gcorradini/fireatlas_nrt.git
docker_container_url: "mas.dit.maap-project.org/root/maap-workspaces/base_images/eis_feds:42644eb" docker_container_url: "mas.dit.maap-project.org/root/maap-workspaces/base_images/eis_feds:42644eb"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment