Skip to content

Commit d2e8cd9

Browse files
author
ranchodeluxe
committed
v3: primary keys, speed ups (preprocessing and postprocessing), tests, scalene, reorg entire fireatlas
1 parent 0465168 commit d2e8cd9

98 files changed

Lines changed: 102700 additions & 4479 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/manual-v3.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
steps:
3737
- name: checkout repository
3838
uses: actions/checkout@v2
39-
with:
40-
ref: primarykeyv2
4139

4240
- name: pip install fireatlas
4341
run: |

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
steps:
1212
- name: checkout
1313
uses: actions/checkout@v2
14-
with:
15-
ref: primarykeyv2
1614

1715
- name: python setup
1816
uses: actions/setup-python@v2
@@ -47,7 +45,7 @@ jobs:
4745
# TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
4846

4947
- name: kick off the DPS job
50-
uses: Earth-Information-System/fireatlas/.github/actions/release@primarykeyv2
48+
uses: Earth-Information-System/fireatlas/.github/actions/release@conus-dps
5149
with:
5250
maap_pgt_secret: ${{ secrets.MAAP_PGT }}
5351

.github/workflows/schedule-alert-failed-dps-jobs.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
steps:
1313
- name: checkout
1414
uses: actions/checkout@v2
15-
with:
16-
ref: primarykeyv2
1715

1816
- name: python setup
1917
uses: actions/setup-python@v2
@@ -34,7 +32,7 @@ jobs:
3432
echo "User UID: $UID"
3533
3634
- name: filter DPS failed jobs and alert
37-
uses: Earth-Information-System/fireatlas/.github/actions/alert-on-failed-dps-jobs@primarykeyv2
35+
uses: Earth-Information-System/fireatlas/.github/actions/alert-on-failed-dps-jobs@conus-dps
3836
with:
3937
maap_pgt_secret: ${{ secrets.MAAP_PGT }}
4038
email_pw_secret: ${{ secrets.EMAIL_PW }}

.github/workflows/schedule-borealna-nrt-v3.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
steps:
1717
- name: checkout repository
1818
uses: actions/checkout@v2
19-
with:
20-
ref: primarykeyv2
2119

2220
- name: pip install fireatlas
2321
run: |

.github/workflows/schedule-conus-nrt-v3.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
steps:
1717
- name: checkout repository
1818
uses: actions/checkout@v2
19-
with:
20-
ref: primarykeyv2
2119

2220
- name: pip install fireatlas
2321
run: |

.github/workflows/schedule-hawaii-nrt-v3.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- name: checkout repository
1515
uses: actions/checkout@v2
16-
with:
17-
ref: primarykeyv2
1816

1917
- name: pip install fireatlas
2018
run: |

.github/workflows/schedule-russia-east-nrt-v3.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
steps:
1717
- name: checkout repository
1818
uses: actions/checkout@v2
19-
with:
20-
ref: primarykeyv2
2119

2220
- name: pip install fireatlas
2321
run: |

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ __pycache__/
66
bk/
77
running.log
88
.conda/
9+
import/
10+
.coverage
11+
_version.py
12+
./data/
13+
fireatlas.egg-info/
14+
running.log

.gitlab-ci.yml

Lines changed: 0 additions & 96 deletions
This file was deleted.

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)