Skip to content

Commit 08f389c

Browse files
committed
Initial map testing
1 parent d11cb06 commit 08f389c

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/make_plot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Make Plot
33
on:
44
push:
55
branches: main
6-
#schedule:
7-
# - cron: '*/30 * * * *'
6+
schedule:
7+
- cron: '*/30 * * * *'
88
workflow_dispatch:
99
inputs:
1010
reason:

_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def buildPage(page, template):
4444
os.makedirs(f"{outDir}/phoenix/faq")
4545
os.makedirs(f"{outDir}/phoenix/findings")
4646
shutil.copytree(f"templates/phoenix/{stylesDir}", f"{outDir}/phoenix/{stylesDir}")
47+
shutil.copyfile("phoenix-data/bokeh_plot.html", f"{outDir}/phoenix/map.html")
4748

4849
if args.dummy: shutil.copytree("dummy", f"{outDir}/{dummyDataDir}")
4950

pages/phoenix/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ focused on measuring airborne dust and ash in and around the burned areas of Alt
3838
</nav>
3939
-->
4040
<div style="justify-content: center; align-items: center; width: 100%; margin: 0; padding: 0;">
41-
<iframe src="https://app.quant-aq.com/s/phoenix" width="100%" height="600" style="border: 0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
41+
<iframe src="/phoenix/map.html" width="100%" height="600" style="border: 0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
4242
</div>
4343

4444
:::::

0 commit comments

Comments
 (0)