From b3d11ad3c95af8bc76b500b642b0536321fa190c Mon Sep 17 00:00:00 2001 From: Can Yang Date: Sun, 11 Oct 2020 08:23:13 +0200 Subject: [PATCH] Update readme with h3mm image resize --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f5f9d55..6b0273e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ FMM is an open source map matching framework in C++ and Python. It solves the pr - **Detailed matching information**: traversed path, geometry, individual matched edges, GPS error, etc. More information at [here](https://fmm-wiki.github.io/docs/documentation/output/). - **Multiple algorithms**: [FMM](http://www.tandfonline.com/doi/full/10.1080/13658816.2017.1400548) (for small and middle scale network) and [STMatch](https://dl.acm.org/doi/abs/10.1145/1653771.1653820) (for large scale road network) - **Platform support**: Unix (ubuntu) , Mac and Windows(cygwin environment). -- **Hexagon match**: :tada: Match to the uber's [h3](https://github.com/uber/h3) Hexagonal Hierarchical Geospatial Indexing System. Check the [demo](example/h3). +- **Hexagon match**: :tada: Match to the uber's [h3](https://github.com/uber/h3) Hexagonal Hierarchical Geospatial Indexing System. Check the [demo](example/h3). We encourage contribution with feature request, bug report or developping new map matching algorithms using the framework. @@ -34,10 +34,10 @@ Note that although FMM can directly read OSM file as input, the original OSM fil - [Match to Hexagons](example/h3) - - - - + + + + - [Interactive web demo](example/web_demo)