dart_osmpbf 0.0.1 copy "dart_osmpbf: ^0.0.1" to clipboard
dart_osmpbf: ^0.0.1 copied to clipboard

A parser for the OpenStreetMap PBF format.

dart_osmpbf #

A parser for the OpenStreetMap PBF format.

Example usage:

final file = File('./test.osm.pbf');
var data = file.readAsBytesSync();
final osmData = OsmData.fromBytes(data);

print('Nodes: ${osmData.nodes.length}');
print('Ways: ${osmData.ways.length}');
print('Relations: ${osmData.relations.length}');
1
likes
130
points
24
downloads

Publisher

verified publisherjoranmulderij.com

Weekly Downloads

A parser for the OpenStreetMap PBF format.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

archive, fixnum, protobuf

More

Packages that depend on dart_osmpbf