Open artemChernitsov opened 4 years ago
Is the tl_2016_47045_addrfeat.zip
file valid? What is the contents of the file?
@missinglink I can't open this file looks like file not valid :( I redownload it right now and I can open this archive. Sorry for the stupid question. I had to check the file itself first.
Can you please help me, how I can continue prepare database, not from scratch?
It's possible to just rerun the TIGER
portion of the build only, as documented in https://github.com/pelias/interpolation
Unfortunately that functionality is not exposed via the pelias
command through docker so you'll have to clone the interpolation repository and run the conflate_tiger.sh
command manually.
I'd recommend you just ensure all the files are valid and rerun it from scratch.
Out of curiosity why did you decide to manually download the data rather than use the Pelias download script?
By "manual" I mean manually changing the "state_code" in pelias.json and run pelias download tiger
command for each state, because from time to time I received a loading network error if I try to download all data in one time.
"interpolation": {
"download": {
"tiger": {
"datapath": "/data/tiger",
"states": [
{
"state_code": 47
}
]
}
}
}
@missinglink Also, I have a question - can I delete already processed datasets and start importing only not enough ones, it will not destroy the database?
related: https://github.com/pelias/docker/issues/115 we should try to catch this error and handle it more gracefully.
Hello guys. I have an issue with preparing Interpolation Tiger Data in the North-America project. I already manually downloaded Tiger data for each US State and run interpolation script 'pelias prepare interpolation' to prepare tiger data, but I have an issue:
I have 2 questions:
I can delete this datasource ‘tl_2016_47045_addrfeat.zip’, but I don’t know how I can finish my interpolation preparation without starting in from 1st datasource.
Thanks in advance.