From 3c87f3c36d8a27cb106e3ff3225b12997346004d Mon Sep 17 00:00:00 2001 From: Xing Liu <31298876+xingyzt@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:12:02 -0800 Subject: [PATCH] Usage instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79d0e5e..b8ce24c 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,9 @@ The fires sometimes disappear from view due to cloud cover. The code combines the two satellites' data for increased resolution. It currently measures the areas of hotspots. If I have more time I might try doing some other measurements, -but I also wrote this to demonstrate the accessibility of citizen science. +but I also wrote in a hurry this to demonstrate the accessibility of citizen science. + +If you want to play with the code online, +one way is to import this repository onto [Google Colab](https://colab.research.google.com/). +Change the parameters of `download.py` to import new data, +and perform the analysis with `analysis.ipynb`.