You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry about that, and thanks for tracking those things down. For the main issue, it looks to be that the documentation has got you to import only the live ONSPD postcodes, but the Scilly line is telling you to also look at postcodes without location or dead postcodes, which then aren't present in the database, hence the error. This would actually be solved better by #219 (which then wouldn't care which postcodes you had imported or not), but for now I think you can just either import those no-location/terminated postcodes in your main import, or not include them in the Scilly line.
Will go and fix the things you raised now :) PR at #265
I have multiple issues trying to do a new import of all the current UK data following this guide. Currently I'm stuck at
Which fails with
mapit.models.DoesNotExist: Postcode matching query does not exist.
On my journey there I already had to fix several issues.
VagrantFile
: Renamed toVagrantfile
and now it works. I also had to increase the memory a bit to be able to run the import.mapit_UK_import_osni
- The argument types for the--*-srid
arguments are all strings. They should be callables. Removing the quotes helped.mapit_UK_import_onspd
is missing the call tosuper().add_arguments()
.The text was updated successfully, but these errors were encountered: