From f506032a3fefeab814e4bbb9d7fcc479c286afcd Mon Sep 17 00:00:00 2001 From: Louisa Emmons <33166333+lkemmons@users.noreply.github.com> Date: Thu, 3 Apr 2025 10:08:15 -0600 Subject: [PATCH] Update README_preprocessor.md Add link to "All_countries" file --- README_preprocessor.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README_preprocessor.md b/README_preprocessor.md index b7e1ef6..7f8b4af 100644 --- a/README_preprocessor.md +++ b/README_preprocessor.md @@ -87,6 +87,9 @@ Alternatively `Download ZIP` button is available at https://github.com/NCAR/finn Next, copy your fire detection shapefile(s) into the directory ../finn/preprocessor/data/. These files need to be UNZIPPED. +The "All_countries" shape file (used for assigning global region) can be retrieved from: +https://ftp.acom.ucar.edu/user/emmons/FINN_region_shapefiles/ + ### 4. Building the Docker image The next step is to build the Docker image. To build the Docker image, execute the following command from the terminal, in the directory where `Dockerfile` exists (this project directory): @@ -262,7 +265,7 @@ Once you have edited the first cell, you can go ahead and run the code, as you d NOTE: If running a recent year, the year-specific MODIS LCT and VCF files may not be yet available. This will lead to an error statement in Section 5. If the year-specific data are unavailable, we recommend choosing the most recent year available for your processing. You will have to go back and edit the first cell and restart the kernel. -NOTE: [Minimum in struction to use QGIS](https://github.com/yosukefk/finn_preproc/wiki/Minimum-Instruction-for-using-QGIS-with-FINN-preprocessor) available to visualize burned area and raster dataset stored in PostGIS. +NOTE: [Minimum instructions to use QGIS](https://github.com/yosukefk/finn_preproc/wiki/Minimum-Instruction-for-using-QGIS-with-FINN-preprocessor) available to visualize burned area and raster dataset stored in PostGIS. ### 7 What you'd do day-to-day