Version 1 (modified by 3 months ago) (diff) | ,
---|
OpenCell? ID
Ref here
Download and create an sqlite database from the csv data that you can get from opencellid. The thing is that it now requires a login, so the best way is to download it from browser and store it as cells.txt.gz in this folder. If you want to run this on a server then use Firefox Network panel and 'copy as cURL'. Then run that command on the server and store as cells.txt.gz.
Then run:
~]$ cat cells.txt.gz | gunzip - > cells.txt ~]$ cat schema.sql | sqlite3 cells.sqlite ~]$ cat import.sql | sqlite3 cells.sqlite
Attachments (1)
- exSql2.sh (322 bytes) - added by 3 months ago.
Download all attachments as: .zip