# Installer osmcoastline avec Homebrew, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de osmcoastline pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:osmcoastline
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install osmcoastline
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install osmcoastline
```

  Preuve: Debian stable package indexes: osmcoastline from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Faits du paquet

- **Clé du paquet:** brew:osmcoastline
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/osmcoastline>
- **Version:** 2.5.0
- **Résumé source:** Extracts coastline data from OpenStreetMap planet file
- **Page d'accueil:** <https://osmcode.org/osmcoastline/>
- **Dépôt:** <https://github.com/osmcode/osmcoastline>
- **Docs amont:** <https://osmcode.org/osmcoastline/>
- **Licence:** GPL-3.0-or-later
- **Archive source:** <https://github.com/osmcode/osmcoastline/archive/refs/tags/v2.5.0.tar.gz>
- **Dernière mise à jour:** 2026-06-25T13:38:00+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- osmcoastline (cli)
- osmcoastline_filter (cli)
- osmcoastline_readmeta (cli)
- osmcoastline_segments (cli)
- osmcoastline_ways (cli)
- osmcoastline (alias)
- osmcoastline_filter (alias)
- osmcoastline_readmeta (alias)
- osmcoastline_segments (alias)
- osmcoastline_ways (alias)

## Dépendances

- gdal
- geos
- libspatialite
- lz4

## Dépendances de compilation

- cmake
- libosmium
- protozero

## Bibliothèques fournies par macOS

- bzip2
- expat
- sqlite

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 2.5.0
- gestionnaire mis à jour: 2026-06-25
- données locales: OK
- dépôt amont: https://github.com/osmcode/osmcoastline
- dernière version détectée: v2.5.0 (à jour)
## Historique du projet et usages

osmcoastline extracts OpenStreetMap coastline ways from planet-scale input and assembles them into land and water polygons for renderers and data users. It handles one of OSM's oddest global data problems: editable coastline segments must become valid, usable polygons.

### Historique du projet

Jochen Topf announced the work on March 7, 2012, while explaining the long-standing problem of turning `natural=coastline` ways into proper polygons. The same day, the osmcode/osmcoastline GitHub repository was created.

The blog post frames osmcoastline as a rewrite of an older coastcheck-based workflow that had become slow and difficult to maintain. The new implementation used Osmium to scan OSM files, assemble coastline rings, produce error information, and leave room for output options such as land polygons, water polygons, clipping, and splitting.

### Historique d'adoption

OpenStreetMapData's coastline-processing page says OSMCoastline was developed specifically to assemble coastline data, apply fixes where needed, and create the published coastline datasets on that site. It also feeds detected coastline errors onward to Geofabrik's OSM Inspector so mappers can correct source data.

### Modes d'utilisation

The man page describes `osmcoastline` as reading an input file, usually a planet file or filtered output, and writing coastline polygons to a Spatialite database. Options control overlap, gap-closing distance, warning behavior, output formats, and projection-specific details.

The repository also ships helper commands such as `osmcoastline_filter`; the README says the filter can reduce a planet file to the nodes and ways needed for coastline assembly, producing a file less than one percent of the original planet size.

### Pourquoi les passionnés de paquets s'y intéressent

osmcoastline is a compact example of domain-specific packaging: it depends on OSM parsing, geometry libraries, Spatialite, GDAL, GEOS, zlib, and optional PBF compression details, but exposes a focused CLI for one global map-production job.

### Chronologie

- 2012-03-07: Jochen Topf publishes the OSM Coastlines blog post and releases the osmcoastline code.
- The project grows around libosmium, protozero, GDAL, GEOS, SQLite/Spatialite, and PBF support.
- OpenStreetMapData uses OSMCoastline for published coastline processing and error reporting.

### Related projects

- libosmium provides OSM file handling; OpenStreetMapData publishes derived coastline datasets; Geofabrik OSM Inspector surfaces coastline errors; renderers consume the assembled land and water polygons.

### Sources

- <https://api.github.com/repos/osmcode/osmcoastline>
- <https://blog.jochentopf.com/2012-03-07-osm-coastlines.html>
- <https://docs.osmcode.org/osmcoastline/master/osmcoastline.html>
- <https://formulae.brew.sh/formula/osmcoastline>
- <https://github.com/osmcode/osmcoastline>
- <https://osmcode.org/osmcoastline/>
- <https://osmdata.openstreetmap.de/processing/coastline.html>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour osmcoastline. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** osmcoastline
- **Version Scheme:** 0
- **Revision:** 1
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - osmcoastline - 2.4.1-1: normalized package name match | Debian stable package indexes: osmcoastline from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Extract coastline data from OpenStreetMap planet file | https://osmcode.org/osmcoastline/
- Ubuntu apt - osmcoastline - 2.4.0-2build4: normalized package name match | Ubuntu 24.04 LTS package indexes: osmcoastline from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Extract coastline data from OpenStreetMap planet file | https://osmcode.org/osmcoastline/


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://pkg.so/fr/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [lz4](https://pkg.so/fr/brew/lz4/) - Runtime dependency declared by Homebrew.
- [gdal](https://pkg.so/fr/brew/gdal/) - Runtime dependency declared by Homebrew.
- [geos](https://pkg.so/fr/brew/geos/) - Runtime dependency declared by Homebrew.
- [cmake](https://pkg.so/fr/brew/cmake/) - Build dependency declared by Homebrew.
- [osmium-tool](https://pkg.so/fr/brew/osmium-tool/) - Shares pkgdb curated category or tags: cli, data, geospatial, openstreetmap.
- [osmosis](https://pkg.so/fr/brew/osmosis/) - Shares pkgdb curated category or tags: cli, data, geospatial, openstreetmap.
- [osmfilter](https://pkg.so/fr/brew/osmfilter/) - Shares pkgdb curated category or tags: cli, data, geospatial, openstreetmap.
- [libgeotiff](https://pkg.so/fr/brew/libgeotiff/) - Shares pkgdb curated category or tags: cli, data, geospatial.
- [postgis](https://pkg.so/fr/brew/postgis/) - Shares pkgdb curated category or tags: cli, data, geospatial.
- [pdal](https://pkg.so/fr/brew/pdal/) - Shares pkgdb curated category or tags: cli, data, geospatial.
- [pmtiles](https://pkg.so/fr/brew/pmtiles/) - Shares pkgdb curated category or tags: cli, data, geospatial.
- [mapnik](https://pkg.so/fr/brew/mapnik/) - Shares pkgdb curated category or tags: cli, data, geospatial.

## Combined YAML source

View the package source record on GitHub. [combined/osmcoastline.yml](https://github.com/mxcl/pkgdb/blob/main/combined/osmcoastline.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
