# @geo-maps/earth-seas-10m

> High Quality GeoJSON map of earth's seas and oceans with 10m resolution.

Latest version **0.6.0** (published 2017-11-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install @geo-maps/earth-seas-10m
pnpm add @geo-maps/earth-seas-10m
yarn add @geo-maps/earth-seas-10m
bun add @geo-maps/earth-seas-10m
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.6.0 |
| Published | 2017-11-30 |
| First published | 2017-11-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1351 |
| Author | Simone Primarosa |
| Maintainers | simonepri |
| Keywords | geo-maps, earth-seas, world-seas, world, earth, sea, seas, map, maps, borders, boundary, bounds, bound, confine, confines, OSM, GeoJSON, OpenStreetMap, NaturalEarth |

## Links

- npm: https://www.npmjs.com/package/@geo-maps/earth-seas-10m
- Repository: https://github.com/simonepri/geo-maps
- Homepage: https://github.com/simonepri/geo-maps#readme
- Issues: https://github.com/simonepri/geo-maps/issues
- npm.io page: https://npm.io/package/@geo-maps/earth-seas-10m

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 0.6.0 (latest) — 2017-11-30

## README

<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-seas.md#downloads"><img src="https://img.shields.io/badge/resolution-10m-f1c40f.svg" alt="map resolution" /></a>
  <a href="https://github.com/simonepri/geo-maps/blob/master/info/earth-seas.md#downloads"><img src="http://img.badgesize.io/https://unpkg.com/@geo-maps/earth-seas-10m/map.geo.json" alt="map size" /></a>
  <a href="https://www.npmjs.com/package/@geo-maps/earth-seas-10m"><img src="https://img.shields.io/npm/dm/@geo-maps/earth-seas-10m.svg" alt="npm downloads" /></a>
  <a href="https://www.npmjs.com/package/@geo-maps/earth-seas-10m"><img src="https://img.shields.io/npm/v/@geo-maps/earth-seas-10m.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 seas and oceans with 10m 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 **10m**.  

<p align="center">
  <a alt="World Boundaries" href="http://mapshaper.org/?files=https://unpkg.com/@geo-maps/earth-seas-10m/map.geo.json">
    <img src="https://raw.githubusercontent.com/simonepri/geo-maps/master/media/geo-maps-earth-seas-shape.png" width ="49%"/>
  </a>
  <a alt="World Boundaries" href="http://geojson.io/#data=data:text/x-url,https://unpkg.com/@geo-maps/earth-seas-10m/map.geo.json">
    <img src="https://raw.githubusercontent.com/simonepri/geo-maps/master/media/geo-maps-earth-seas-hover.png" width ="49%"/>
  </a>
</p>

## Install
```bash
$ npm install --save @geo-maps/earth-seas-10m
```

## Usage
```javascript
// Just require it and you are done!
const geoWorldSeas = require('@geo-maps/earth-seas-10m');
```

## 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.

---
_Source: https://npm.io/package/@geo-maps/earth-seas-10m · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
