Skip to content

Commit ac076ed

Browse files
Update README.md
1 parent 109d36a commit ac076ed

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
# osm.ts
2-
OpenStreetMap reader, writer, and merge tool. Written in TypeScript.
2+
Read, inspect, and write OpenStreetMap PBFs in the browser.
3+
4+
## Library
35

46
## Features
57
- [Native Decompression and Compression](https://developer.mozilla.org/en-US/docs/Web/API/Compression_Streams_API)
68
- [@mapbox/pbf](https://github.com/mapbox/pbf) for decoding and encoding protocol buffers.
79
- TypeScript.
810
- Low-level stream reading and writing functions for usage with larger datasets.
9-
- Convert entities to GeoJSON.
11+
- Generate "OSM Changeset"-like patches between two PBFs.
12+
- Merge OSM PBFs.
13+
14+
## Inspector
15+
...
16+
17+
## Merge Tool
18+
One [application](https://conveyal.github.io/osm.ts/merge) of the osm.ts library is a tool that enables merging two OSM PBF files.
19+
20+

0 commit comments

Comments
 (0)