#openstreetmap #osm #boundaries

osm_boundaries_utils

utilities to help reading OpenStreetMap boundaries in rust

15 releases (breaking)

Uses old Rust 2015

0.12.0 Sep 26, 2023
0.11.0 Feb 20, 2023
0.10.0 Dec 1, 2021
0.9.0 May 21, 2021
0.2.0 Mar 20, 2018

#73 in Geospatial

Download history 104/week @ 2023-12-11 71/week @ 2023-12-18 17/week @ 2023-12-25 25/week @ 2024-01-01 54/week @ 2024-01-08 49/week @ 2024-01-15 132/week @ 2024-01-22 102/week @ 2024-01-29 2/week @ 2024-02-05 38/week @ 2024-02-12 73/week @ 2024-02-19 109/week @ 2024-02-26 18/week @ 2024-03-04 27/week @ 2024-03-11 14/week @ 2024-03-18 10/week @ 2024-03-25

71 downloads per month
Used in 2 crates

WTFPL license

30KB
764 lines

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.

Dependencies

~8MB
~142K SLoC