ckanext-solr-heatmap
This extension is no longer maintained.
A CKAN view plugin for Solr heatmaps that provides map-based visualization using Leaflet. The extension renders heatmap layers based on Solr’s spatial heatmap faceting capabilities. It depends on ckanext-datasolr for Solr integration.
Features
- Heatmap view for resources with geospatial data indexed in Solr
- Configurable grid level parameters
- Log scale visualization support
- Filter integration for heatmap views
- Leaflet-based map rendering
Requirements
- CKAN ~2.8
- Solr with heatmap faceting support
- ckanext-datasolr
Installation
- Install the extension:
pip install -e git+https://github.com/NaturalHistoryMuseum/ckanext-solr-heatmap.git#egg=ckanext-solr-heatmap
- Install requirements:
pip install -r requirements.txt
- Add
solr_heatmap to ckan.plugins in your CKAN config file.
Note: This repository was archived on November 26, 2019.
License
MIT