This repository contains the CRAU Review project, which includes data analysis, results, and code for evaluating cloud mask and ET quicklook methods.
Contains various datasets used for the analysis:
- data/
2016_all_models_HUC8_WB.csvet_2016.csvusgs_water_watch_runoff_mm_WY.csv2018_final_combined_HUC8_WB.csv2009_final_combined_HUC8_WB.csv2013_final_combined_HUC8_WB.csvet_2011.csvet_2013.csvet_2009.csv2011_final_combined_HUC8_WB.csvet_2018.csv
Contains the results of the analysis:
- results/
crau/
Contains source code for data processing and analysis:
- src/
review_tools.pyreview_tools_new.py
Contains Jupyter notebooks for testing and analysis:
- testing/
landsat_c2_sr_cloud_mask.ipynbETquicklook.ipynb
Ensure you have the following software installed:
- Python 3.x
- Jupyter Notebook
- Necessary Python packages (listed in
requirements.txtif available)
- Clone the repository:
git clone https://github.com/Open-ET/CRAU-Review.git
cd CRAU-Review- Install the required Python packages:
pip install -r requirements.txtTo explore the datasets, navigate to the data/ directory and open the relevant CSV files.
To run the Jupyter notebooks for analysis:
jupyter notebook testing/landsat_c2_sr_cloud_mask.ipynb
jupyter notebook testing/ETquicklook.ipynbSource code for data processing and analysis can be found in the src/ directory. You can run the Python scripts directly or import the functions in your own scripts.
If you would like to contribute to this project, please follow these steps:
Create a new branch (git checkout -b feature-branch). Make your changes and commit them (git commit -am 'Add new feature'). Push to the branch (git push origin feature-branch). Create a new Pull Request.
AJ Purdy