From 67a172923882c5d83da65a7b1798304b310b421e Mon Sep 17 00:00:00 2001 From: Riccardo Klinger Date: Mon, 27 Aug 2018 15:29:55 +0200 Subject: [PATCH] added some explanation/description --- OSMQuery.pyt.xml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OSMQuery.pyt.xml b/OSMQuery.pyt.xml index d3d9e21..0deeb27 100644 --- a/OSMQuery.pyt.xml +++ b/OSMQuery.pyt.xml @@ -1,2 +1,2 @@ -20180822145135001.0TRUE201808271509331500000005000ItemDescriptionc:\program files\arcgis\pro\Resources\Help\gpOSMQueryThis Toolbox provide tools for OSM<DIV STYLE="text-align:Left;"><DIV><P><SPAN>OSMQuery allows to download OSM data as needed with a spatial extent</SPAN></P></DIV></DIV>Riccardo KlingerOSMOpenstreetmapPythonToolboxArcToolbox Toolbox +20180822145135001.0TRUE201808271523401500000005000ItemDescriptionc:\program files\arcgis\pro\Resources\Help\gpOSMQueryThis Toolbox provide tools for OSM<DIV STYLE="text-align:Left;"><DIV><P><SPAN>OSMQuery allows to download OSM data as needed with a spatial extent</SPAN></P></DIV></DIV>Riccardo KlingerOSMOpenstreetmapPythonToolboxArcToolbox Toolbox diff --git a/README.md b/README.md index e551824..aa00a31 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Query OSM data and add results to your ArcGIS project. The tool is supposed to w ## Installation Download this repo and place it somewhere. Either add it using the "connect to folder" function in ArcCatalog or add it using the "Add Toolbox" function. -![Toolbox in ArcMAP](https://i.imgur.com/dpVzy3g.png) +![Toolbox in ArcGIS Pro](https://i.imgur.com/UU2S2QU.png) ## Usage -Select a tag and key pair and define a bounding box using coordinates given in the [EPSG 4326](https://epsg.io/4326). +Select a tag and key pair. YOu can either enter an area name (which will be geocoded using [Nominatim](https://nominatim.openstreetmap.org/search)) or define a bounding box using coordinates given in the [EPSG 4326](https://epsg.io/4326). -After geoprocessing finished, the results will be drawn on the map and two feature classes will be stored in the scratch workspace! If you need them later on, store them separately. +After the finished geoprocessing, the results will be drawn on the map and three feature classes will be stored. ![results in ArcGIS Pro](https://i.imgur.com/voTjY0S.png)