To run this project locally, you will need:
To run this project in a web browser, click the icon below to launch the project with Binder:
Binder will open a Jupyter Notebook in the current web browser.
To run this analysis from a terminal, navigate to the folder containing the local repository.
Local instructions assume the user has cloned or forked the GitHub repository.
From the terminal, you can create and activate the project Conda environment.
Create environment:
conda env create -f environment.ymlActivate environment:
conda activate remote-sensing-fusionFrom the terminal, you can run the analysis and produce the project outputs.
Open Jupyter Notebook:
jupyter notebookFollow these steps upon completion of the Binder Setup Instructions or Local Setup Instructions to run the analysis in Jupyter Notebook:
-
Navigate to the
01-code-scriptsfolder; -
Click on the
penn-state-black-marble-radiance.ipynbfile; -
Select the
Kernaltab and then theRestart & Run Alloption from the top of the browser page; and, -
Select the
Restart and Run All Cellsbutton in the pop-up window.
Once the user selects the Restart and Run All Cells button, the workflow will run all code, export figures, and display the results of the analysis.
The project contains folders for all stages of the workflow as well as other files necessary to run the analysis.
Contains all Python scripts and Jupyter Notebooks required to run the analysis.
Contains all original/unprocessed data.
Contains all processed/created data.
Contains all figures.
Contains all paper/report files.
Contains all files for workflow demonstrations.
Contains the information required to create the Conda environment.

