Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README_preprocessor.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ Alternatively `Download` button is available at [Zenodo](https://doi.org/10.5281
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/


### 3. 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):
Expand Down Expand Up @@ -231,7 +235,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.

### 6 What you'd do day-to-day

Expand Down