pelias / docker

Run the Pelias geocoder in docker containers, including example projects.
MIT License
314 stars 217 forks source link

update TIGER download to use the 2023 data #347

Open yagitweb opened 2 months ago

yagitweb commented 2 months ago

Use-cases

Use the latest TIGER data available at https://www2.census.gov/geo/tiger/TIGER2023/ADDRFEAT/

Proposal

Two proposals:

  1. Update the docker interpolation image bin/download to point the FTP download path to the 2023 data.
  2. Create a config key in pelias.json and update the docker interpolation image bin/download to use this key so people can choose which TIGER data to use.

References

missinglink commented 2 months ago

We would accept a PR similar to this one which has been full tested and shown to be working correctly on a countrywide build.

https://github.com/pelias/interpolation/pull/274

missinglink commented 2 months ago

We wouldn't accept a PR to select a version of TIGER as proposed in 2. of this issue description.

Supporting multiple vintages is a maintenance headache with little benefit.