From 4d1d53e3437bd66dde28e40e52ff790c1be9b93e Mon Sep 17 00:00:00 2001 From: Maciej Sikorski Date: Fri, 26 Aug 2022 09:59:15 +0200 Subject: [PATCH] [docs]Update EXPERIMENTAL_PUBLIC_TRANSPORT_SUPPORT.md (#3258) * Update EXPERIMENTAL_PUBLIC_TRANSPORT_SUPPORT.md Updated docs as Open Mobility Data doesn't need API key whereas Transitland does. * [docs] Replaced "Enjoy MAPS.ME with Organic Maps" Just as the title says. Signed-off by: Maciej Sikorski --- docs/EXPERIMENTAL_PUBLIC_TRANSPORT_SUPPORT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/EXPERIMENTAL_PUBLIC_TRANSPORT_SUPPORT.md b/docs/EXPERIMENTAL_PUBLIC_TRANSPORT_SUPPORT.md index 88b4f222c7..1dca16b817 100644 --- a/docs/EXPERIMENTAL_PUBLIC_TRANSPORT_SUPPORT.md +++ b/docs/EXPERIMENTAL_PUBLIC_TRANSPORT_SUPPORT.md @@ -32,13 +32,13 @@ Most of the data collisions between OSM and GTFS sources are excluded, because w Example: ``` -python3 download_gtfs.py --path=dir_for_storing_feeds --mode=fullrun --source=all --omd_api_key=YOUR_KEY_FOR_OPEN_MOBILITY_DATA_API +python3 download_gtfs.py --path=dir_for_storing_feeds --mode=fullrun --source=all --transitland_api_key=YOUR_KEY_FOR_TRANSITLAND_API ``` -In this example all accessible feeds from Transitland and OpenMobilityData will be downloaded to the `dir_for_storing_feeds` directory. But if you don't want to create key for OpenMobilityData API you can run this tool for crawling Transitland only: +In this example all accessible feeds from Transitland and OpenMobilityData will be downloaded to the `dir_for_storing_feeds` directory. But if you don't want to create key for Transitland API you can run this tool for crawling OpenMobilityData only: ``` -python3 download_gtfs.py --path=dir_for_storing_feeds --mode=fullrun --source=transitland +python3 download_gtfs.py --path=dir_for_storing_feeds --mode=fullrun --source=mobilitydb ``` After completing this step you will have directory containing subdirectories with GTFS feeds. @@ -71,7 +71,7 @@ TRANSIT_URL: file:///home/result_json_dir Run generator tool [as usual](../tools/python/maps_generator) with this ini config. After it is done you'll have mwms with transit section in experimental GTFS format. -:checkered_flag: Use the resulting mwms in your app. Enjoy the experimental public transport in MAPS.ME! +:checkered_flag: Use the resulting mwms in your app. Enjoy the experimental public transport in Organic Maps! ## If you have questions