Skip to content

Commit 4e3fbfc

Browse files
committed
formatting fix
1 parent 96bc7ec commit 4e3fbfc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

processing/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Converts HYDE 3.5 anthrome GeoTIFF files to optimized GeoJSON/TopoJSON for D3 re
66

77
Generally, the processing flow is:
88

9-
Input: GeoTIFF at `data/HYDE-3.5/baseline/anthromes_geotiff`
10-
`processing/1_extract_geojson.py`: resample to geojson features. Option to decrease resolution, dissolve features, sieve small features (such as islands), or simplify features. output to `processing/geojson/` according to name in `--profile`. The contents of this folder are not tracked.
11-
`processing/2_generate_topojson.js`: convert to topojson features (and combine share boundaries). Option to simplify.
12-
Output: TopoJSON per year for rendering at `/Users/akv2118-admin/Documents/GitHub/twosides/public/topojson`. **Contents of this folder are tracked using Git LFS, only push what is necessary.**
9+
- Input: GeoTIFF at `data/HYDE-3.5/baseline/anthromes_geotiff`
10+
- `processing/1_extract_geojson.py`: resample to geojson features. Option to decrease resolution, dissolve features, sieve small features (such as islands), or simplify features. output to `processing/geojson/` according to name in `--profile`. The contents of this folder are not tracked.
11+
- `processing/2_generate_topojson.js`: convert to topojson features (and combine share boundaries). Option to simplify.
12+
- Output: TopoJSON per year for rendering at `/Users/akv2118-admin/Documents/GitHub/twosides/public/topojson`. Contents of this folder are tracked using Git LFS. Changes will not be tracked, but still, **only push data that will be used in production.**
1313

1414
### Testing
1515

0 commit comments

Comments
 (0)