The world's oceans and seas boundaries in GeoJSON and TopoJSON formats.
The data is sourced from Marine Regions, licensed under CC-BY 4.0.
Flanders Marine Institute (2018). IHO Sea Areas, version 3. Available online at https://www.marineregions.org/ https://doi.org/10.14284/323
npm install oceans-seas.geojsonimport map from "oceans-seas.geojson";The name of each sea/ocean is in the NAME property of its GeoJSON feature.
For the TopoJSON file:
import map from "oceans-seas.geojson/topojson";- Download the World_Seas_IHO_v3 shapefile from Marine Regions to the root directory of this repository.
- Unzip the file.
- Adjust the scripts in
package.json(e.g. filter other fields or change the simplification level). - Run the build script.
This project is licensed under the MIT License. See the LICENSE file for details.