From 0bef08074cddd175ee17347b6ed051a443d9e358 Mon Sep 17 00:00:00 2001 From: Kevin Webb Date: Sun, 15 Apr 2018 15:45:14 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3858be9..881c45b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ The SharedStreets Builder application converts OpenStreetMap data to [SharedStreets protocol buffer tiles](https://github.com/sharedstreets/sharedstreets-ref-system). -SharedStreets uses this tool to generate and maintain a complete global tile set. Users can operate the tool directly on their OSM or GIS data to develop references for internally maintained data sets. +SharedStreets uses this tool to generate and maintain a complete global OSM-dervied tile set. Users can operate the tool directly on their OSM or use a pregenerated global tileset provided by SharedStreets. + +Support for non-OSM data sources has been moved to the [sharedstreets-conflator](https://github.com/sharedstreets/sharedstreets-conflator) tool. **Example use** @@ -12,11 +14,10 @@ SharedStreets uses this tool to generate and maintain a complete global tile set **Notes** The builder application is built on Apache Flink. If memory requirements exceed available space, Flink uses a disk-based cache for processing. Processing large OSM data sets may require several hundred gigabytes of free disk space. - **Roadmap** - [*v0.1:*](https://github.com/sharedstreets/sharedstreets-builder/releases/tag/0.1-preview) OSM support -- *v0.2:* Shapefile support -- *v0.3:* Compute SharedStreets reference deltas between various input sources. \ No newline at end of file +- *v0.2:* Add OSM metadata support for support ways per [#9](https://github.com/sharedstreets/sharedstreets-builder/issues/9) +- [*v0.3:*]() add heirarchical filterfing for roadClass per [sharedstreets-ref-system/#20](https://github.com/sharedstreets/sharedstreets-ref-system/issues/20#issuecomment-381010861) From 92dbce39d4e3f5994d79c8cea444b296e1b1a046 Mon Sep 17 00:00:00 2001 From: Kevin Webb Date: Sun, 15 Apr 2018 15:46:07 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 881c45b..521e8ee 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ The builder application is built on Apache Flink. If memory requirements exceed - [*v0.1:*](https://github.com/sharedstreets/sharedstreets-builder/releases/tag/0.1-preview) OSM support - *v0.2:* Add OSM metadata support for support ways per [#9](https://github.com/sharedstreets/sharedstreets-builder/issues/9) -- [*v0.3:*]() add heirarchical filterfing for roadClass per [sharedstreets-ref-system/#20](https://github.com/sharedstreets/sharedstreets-ref-system/issues/20#issuecomment-381010861) +- [*v0.3:*](https://github.com/sharedstreets/sharedstreets-builder/releases/tag/0.3) add heirarchical filterfing for roadClass per [sharedstreets-ref-system/#20](https://github.com/sharedstreets/sharedstreets-ref-system/issues/20#issuecomment-381010861)