UNPKG

@geo-maps/earth-rivers-1m

Version:

High Quality GeoJSON map of earth's rivers with 1m resolution.

58 lines (49 loc) 3.2 kB
<h1 align="center"> <a href="https://github.com/simonepri/geo-maps"><img src="https://raw.githubusercontent.com/simonepri/geo-maps/master/media/geo-maps.jpg" alt="geo-maps" /></a> </h1> <p align="center"> <a href="https://github.com/tmcw/awesome-geojson"><img src="https://awesome.re/mentioned-badge.svg" alt="awesome-geojson" /></a> <a href="https://github.com/simonepri/geo-maps/blob/master/info/earth-rivers.md#downloads"><img src="https://img.shields.io/badge/resolution-1m-f1c40f.svg" alt="map resolution" /></a> <a href="https://github.com/simonepri/geo-maps/blob/master/info/earth-rivers.md#downloads"><img src="http://img.badgesize.io/https://unpkg.com/@geo-maps/earth-rivers-1m/map.geo.json" alt="map size" /></a> <a href="https://www.npmjs.com/package/@geo-maps/earth-rivers-1m"><img src="https://img.shields.io/npm/dm/@geo-maps/earth-rivers-1m.svg" alt="npm downloads" /></a> <a href="https://www.npmjs.com/package/@geo-maps/earth-rivers-1m"><img src="https://img.shields.io/npm/v/@geo-maps/earth-rivers-1m.svg" alt="npm version" /></a> <a href="http://geojson.org/"><img src="https://img.shields.io/badge/format-GeoJSON-e67e22.svg" alt="maps format" /></a> <a href="http://www.openstreetmap.org/"><img src="https://img.shields.io/badge/source-OSM-2ecc71.svg" alt="map source" /></a> <a href="LICENSE"><img src="https://img.shields.io/github/license/simonepri/geo-maps.svg" alt="software license" /></a> <a href="https://opendatacommons.org/licenses/odbl/1.0/"><img src="https://img.shields.io/badge/license-ODbL-2980b9.svg" alt="data license" /></a> </p> <br /> <p align="center"> 🗺 High Quality GeoJSON map of earth's rivers with 1m resolution. </p> <p align="center"> <sub> The only GeoJSON maps of the world you will ever need! </sub> </p> ## Preview Click on the images below to see a live preview of the map with an absolute error of **1m**. <p align="center"> <a alt="World Boundaries" href="http://mapshaper.org/?files=https://unpkg.com/@geo-maps/earth-rivers-1m/map.geo.json"> <img src="https://raw.githubusercontent.com/simonepri/geo-maps/master/media/geo-maps-earth-rivers-shape.png" width ="49%"/> </a> <a alt="World Boundaries" href="http://geojson.io/#data=data:text/x-url,https://unpkg.com/@geo-maps/earth-rivers-1m/map.geo.json"> <img src="https://raw.githubusercontent.com/simonepri/geo-maps/master/media/geo-maps-earth-rivers-hover.png" width ="49%"/> </a> </p> ## Install ```bash $ npm install --save @geo-maps/earth-rivers-1m ``` ## Usage ```javascript // Just require it and you are done! const geoWorldRivers = require('@geo-maps/earth-rivers-1m'); ``` ## Authors * **Simone Primarosa** - [simonepri](https://github.com/simonepri) See also the list of [contributors](https://github.com/simonepri/geo-maps/contributors) who participated in this project. ## License All data of this project is licensed under the [Open Data Commons Public Domain Dedication and License](https://opendatacommons.org/licenses/odbl/1.0/) as stated in [OpenStreetMap License](http://www.openstreetmap.org/copyright) All source code of this project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.