Skip to content

hfu/40992

Repository files navigation

40992

This repository contains data derived from OpenStreetMap. Please make sure we respect all the OpenStreetMap licenses and policies.

Purpose

This project collects building data from the “Download OSM data” section of https://tasks.hotosm.org/projects/40992. Each dataset is stored under a folder named by date (for example, 2026-02-10), converted to PMTiles, and saved as a date-stamped file such as /docs/daily/2026-02-10.pmtiles.

The /docs folder also hosts a web site that references those PMTiles files. The site is hosted with GitHub Pages, and /docs contains the site assets.

Build and hosting notes

  • The site in /docs is generated with Vite.
  • Configure Vite to inline CSS and JS into index.html (for example, via a vite.config.json setup that embeds assets).
  • Use the latest MapLibre GL JS and pmtiles.js, embedded as ESM modules.
  • Use es2022 mode (important for MapLibre).

Data download and conversion notes

Commands

  • Use the Justfile to run tasks. See Justfile for clean and today tasks.
  • Build the static site (inlines CSS/JS into docs/index.html):
    • just build
  • Operational flow:
    • just today downloads the latest Shapefile ZIP, extracts it into a date-named folder, and produces the daily PMTiles.
    • just build regenerates docs/index.html using the current PMTiles list.

Contents

  • 2026-02-10/: OpenStreetMap data of the study area as of 2026-02-10 (includes Shapefile contents extracted from the daily ZIP).

See also

Web site

About

Monitoring files for HOT Task 40992

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors