gh-BertoldVdb-ZoneDetect/database
Otto Sievert 1f2b964626 build: fix builder compilation on macOS
- assert() is already defined, so rename this assert() to assert_()
- std::tie is a c++11 feature; on macOS, g++ maps to clang and clang
    defaults to c++old, so explicitly declare the c++ version
- these changes should be benign on other platforms (e.g., Linux)
2022-01-27 06:34:45 -08:00
..
builder build: fix builder compilation on macOS 2022-01-27 06:34:45 -08:00
country_DATA_LICENSE Initial commit 2018-03-06 00:20:13 +01:00
README.md Add builder instructions to the database README.md 2020-01-24 16:17:18 -05:00
timezone_DATA_LICENSE Initial commit 2018-03-06 00:20:13 +01:00

Database files

Please download the database files here or create them using the builder.

To use the builder, first install shapelib, then:

cd database/builder
./makedb.sh

This will create database files in out and out_v1, as well as a db.zip containing both directories.

The files in the folder out_v1/ use a newer format and use less space to encode the same information.