Home / Data: Planet, Coastlines, Buildings, Admins, Roads / Attribution

Daylight Building Footprints

Buildings, before and after

Daylight building footprints is a joint product of Microsoft Building Footprints and Esri Community Maps Program. We combine the positional accuracy of Microsoft’s footprint data creation and authoritative tags such as name and address provided by authoritative sources in collaboration with Esri.

The image above shows Daylight building data, in contrast to the image below showing OpenStreetMap building data alone.

Buildings, before and after

How To Use

Use one of these two workflows to add Daylight Building Footprints to a map using only open source tools.

Use Osmium to merge the ml-buildings PBF with the Daylight Planet PBF before importing them to PostgreSQL database with osm2pgsql. Steps:

  1. Use Osmium to merge the buildings and planet PBF files. Example:

    osmium merge planet.osm.pbf ml-buildings.osm.pbf -o everything.osm.pbf
    

    This will result in an ordered single combined PBF file called everything.osm.pbf.

  2. Use osm2pgsql to import the output PBF from previous steps

Alternatively, import Daylight Planet PBF to PostgreSQL then import the ml-buildings PBF file separately. Steps:

  1. Use osm2pgsql to import the Planet PBF

  2. Use osm2pgsql --append to import the building PBF file

Current Downloads