Plugins: add geogrid.js (ISEA3H geodetic grids) (#6078)

This commit is contained in:
Franz-Benjamin Mocnik 2018-03-04 19:04:55 +01:00 committed by Iván Sánchez Ortega
parent 018bac0e9e
commit 05ba52e0ee

View File

@ -1829,6 +1829,15 @@ These plugins create heatmaps and heatmap-like visualizations from vector data.
Powerful multi-purpose libraries for data visualization.
<table class="plugins"><tr><th>Plugin</th><th>Description</th><th>Maintainer</th></tr>
<tr>
<td>
<a href="https://github.com/giscience/geogrid.js">geogrid.js</a>
</td><td>
Displays data aggregated by the ISEA3H discrete global grid system. The data can, e.g., be delived by using <a href="https://github.com/giscience/measures-rest">Measures REST</a> (a framework to deliver data aggregated by the grid) or <a href="https://github.com/giscience/geogrid">geogrid</a> (a library for handling the grid in case that you want to aggregate data manually).
</td><td>
<a href="http://www.mocnik-science.net">F.-B. Mocnik,</a><br><a href="http://www.geog.uni-heidelberg.de/gis/index_en.html">GIScience Research Group, Heidelberg University</a>
</td>
</tr>
<tr>
<td>
<a href="http://dynmeth.github.com/RaphaelLayer/">RaphaelLayer</a>