osm_boundaries_utils

Crates.ioosm_boundaries_utils
lib.rsosm_boundaries_utils
version0.12.0
sourcesrc
created_at2018-03-20 17:13:12.271426
updated_at2023-09-26 14:21:15.189141
descriptionutilities to help reading OpenStreetMap boundaries in rust.
homepage
repositoryhttps://github.com/Qwant/osm_boundaries_utils_rs
max_upload_size
id56577
size30,931
Hove - CoreTools team crate publisher (cratesio-kisio-coretools)

documentation

README

osm_boundaries_utils_rs

misc utilities for OpenStreetMap boundary reading in rust

This library provides mainly a method to compute the boundary of an OSM relation (as a geo::MultiPolygon).

It also provides as osm_builder utility to create osm datasets, mainly to write osm tests easily.

Build

cargo build

Test

cargo test

Licence

This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.

Commit count: 65

cargo fmt