geoviz
v0.7.3
Published
d3-based javascript library for thematic maps
Downloads
35
Readme
Geoviz JavaScript library
Tags #cartography
#maps
#geoviz
#dataviz
#JSspatial
#Observable
#FrontEndCartography
geoviz
is a JavaScript library for designing thematic maps. The library provides a set of d3 compatible functions that you can mix with the usual d3 syntax. The library is designed to be intuitive and concise. It allow to manage different geographic layers (points, lines, polygons) and marks (circles, labels, scale bar, title, north arrow, etc.) to design pretty maps. Its use is particularly well suited to Observable notebooks. Maps deigned with geoviz
are:
🌳 Thematic ✒️ Vectorial 👆 Interactive ♻️ Interoperable 🔎 Zoomable
Installation
In the browser
<script src="https://cdn.jsdelivr.net/npm/geoviz" charset="utf-8"></script>
In Observable
geoviz = require("geoviz")