Skip to content

Commit

Permalink
Merge pull request #25 from osm-search/2022-data
Browse files Browse the repository at this point in the history
README adjustments for 2022 data
  • Loading branch information
mtmail authored Oct 4, 2022
2 parents 5d337ea + 2befa82 commit 8bd3633
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ Replace '2021' with the current year throughout.
sudo apt-get install python3-gdal python3-pip unzip
pip3 install -r requirements.txt

2. Get the TIGER 2021 data. You will need the EDGES files
(3,234 zip files, 11GB total).
2. Get the TIGER 2022 data. You will need the EDGES files
(3,235 zip files, 11GB total).

wget -r ftp://ftp2.census.gov/geo/tiger/TIGER2021/EDGES/
wget -r ftp://ftp2.census.gov/geo/tiger/TIGER2022/EDGES/

3. Convert the data into CSV files. Adjust the file paths in the scripts as needed

./convert.sh <input-path> <output-path>

4. Maybe: package the created files

tar -czf tiger2021-nominatim-preprocessed.tar.gz tiger
tar -czf tiger2022-nominatim-preprocessed.csv.tar.gz tiger


US Postocodes
Expand Down

0 comments on commit 8bd3633

Please sign in to comment.