Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbif/maps
GBIF mapping service built on HBase and ElasticSearch, supporting Mapbox Vector Tiles and PNGs
https://github.com/gbif/maps
Last synced: 15 days ago
JSON representation
GBIF mapping service built on HBase and ElasticSearch, supporting Mapbox Vector Tiles and PNGs
- Host: GitHub
- URL: https://github.com/gbif/maps
- Owner: gbif
- License: apache-2.0
- Created: 2016-04-16T19:00:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T09:12:31.000Z (24 days ago)
- Last Synced: 2024-10-19T13:14:50.157Z (23 days ago)
- Language: Java
- Homepage:
- Size: 25.1 MB
- Stars: 48
- Watchers: 19
- Forks: 16
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GBIF Maps
GBIF Occurrence Maps in [Mapbox Vector Tile](https://www.mapbox.com/vector-tiles/specification/) (MVT) format and as PNGs.
- Processing from HBase or Parquet files into the tile pyramid, stored in HBase
- Rendering in Mapbox vector tile (MVT) format from HBase or SOLR data sources
- Mapnik as an optional view to convert MVTs into PNGs
- Hexagon binning views
- Fast disaster recovery and batch processing
- Year resolution time series data
The general architecture:![Architecture](./assets/architecture.png)
## Debugging interfaces
There are debug/demo interfaces:
* [Vector tiles](https://api.gbif.org/v2/map/debug/ol/)
* [Vector tiles (Web Mercator only)](https://api.gbif.org/v2/map/debug/)
* [Raster tiles](https://api.gbif.org/v2/map/demo.html)## The result