Skip to content
Snippets Groups Projects
README.md 1.92 KiB

FACT Buildings Footprint and Height

ML detected building footprints and height open database. Bing Maps open building footprints. with partial global coverage, only US and Europe included here. https://github.com/microsoft/GlobalMLBuildingFootprints


Use

  1. Pull the image:

docker pull registry.git.nilu.no/fact/data/fact_bldgs:latest

  1. Run this data service:

docker run -t -i --name fact_bldgs -e MARIADB_DATABASE=FACT_bldgs -e MYSQL_ROOT_PASSWORD=devops -p 3315:3306 -d registry.git.nilu.no/fact/data/fact_bldgs:0.1

The container makes available a MariaDB instance with the full database on airports and traffic FACT_bldgs. It is reachable on port 3315 of the localhost and the root password is 'devops'.