Skip to content

EarthDigitalTwin/FireAlarm-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fire Alarm Demonstration Notebooks

The notebooks in this repo highlight some of the analytics and visualization capabilities of the Fire Alarm: Science Data Platform for Wildfire and Air Quality system with the following example use cases:

Requirements

  • conda >= 22.9.0

  • OS: Mac (more OS options to come)

Running the notebook

To run the notebooks, run the following commands that create a conda environment called firealarm_notebook using the environment.yml file to include all required dependencies, and install the environment as a kernelspec:

conda env create -f environment.yml
conda activate firealarm_notebook
pip install notebook
pip install ipykernel
python -m ipykernel install --user --name=firealarm_notebook
jupyter notebook

From the localhost page that opens, you can run the notebooks. Make sure you change the kernel by selecting the option at the top Kernel -> Change kernel -> ideas_notebook (see here for more information).

Adding a new notebook

To add a new notebook, duplicate the stub_notebook.ipynb file, name it with the following convention: <notebook number>. <title>.ipynb. With the notebook implemented in this new file, add a link to it in the list at the top of this file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6