Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/watergis/19d
Open Buildings data introduced by Google for 19d tile grid data which can cover the whole Rwanda.
https://github.com/watergis/19d
Last synced: 23 days ago
JSON representation
Open Buildings data introduced by Google for 19d tile grid data which can cover the whole Rwanda.
- Host: GitHub
- URL: https://github.com/watergis/19d
- Owner: watergis
- License: cc-by-4.0
- Created: 2021-08-02T08:00:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T10:34:07.000Z (over 3 years ago)
- Last Synced: 2024-10-30T05:43:05.533Z (about 2 months ago)
- Language: HTML
- Homepage: https://19d-open-buildings.netlify.app
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 19d
Open Buildings data introduced by Google for 19d tile grid data which can cover the whole Rwanda.
## License of Vector Tiles Data
Shield: [![CC BY 4.0][cc-by-shield]][cc-by]
This work is licensed under a [Creative Commons Attribution 4.0 International
License][cc-by].[![CC BY 4.0][cc-by-image]][cc-by]
[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svgPlease put the following attribution when you use this vector tiles of land parcels.
```bash
Copyright (c) Google
```Vector tile URL
```bash
https://19d.netlify.app/tiles/{z}/{x}/{y}.pbf
```## copy 19d_buildings.mbtiles under data folder
the mbtiles can be generated by [watergis/open-building-vt-generator](https://github.com/watergis/open-building-vt-generator).
## extract pbf files from mbtiles
```bash
tile-join --force --no-tile-size-limit --no-tile-compression -e public/tiles data/19d_buildings.mbtiles
```## deploy to Netlify
```bash
npm install -g netlify-cli
netlify -v
netlify login
netlify deploy
```