Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yannforget committed Jun 18, 2018
1 parent f19b29a commit 2d894d6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mv GHS_BUILT_LDSMT_GLOBE_R2015B_3857_38_v1_0 ghsl

# Code

The code of the analysis in divided in two parts: the Python scripts and modules used to support the analysis, and the notebooks where the outputs of the analysis has been produced.
The code of the analysis in divided in two parts: the Python scripts and modules used to support the analysis, and the notebooks where the outputs of the analysis have been produced.

## Notebooks

Expand All @@ -70,6 +70,15 @@ The code of the analysis in divided in two parts: the Python scripts and modules
* `notebooks/06-Urban_Distance.ipynb` : Assessment of OSM-based urban distance as non-built-up training samples.
* `notebooks/07-Comparative_Analysis.ipynb` : Supervised classification of built-up areas.

To run the notebooks, `input` and `intermediary` data must have been downloaded (see above). Additionnaly, the following pre-processing scripts must be executed:

``` sh
python src/preprocess_reference.py
python src/preprocess_osm.py
```

The outputs of the other pre-processing scripts are already included in the `intermediary` zenodo archive.

## Scripts

* `src/download_osm.py` : script used for the acquisition of OSM data.
Expand Down

0 comments on commit 2d894d6

Please sign in to comment.