Project TELLme Erasmus + Virtual Lab tool (shiny app). The app let the user to select and download data from Open Street Map on the basis of the TELLme framework. Concepts expressed in the TELLme Glossary are associated to specific OSM Features. The tool facilitates the operations for obtaining TELLme-framework-related data used to compose maps in the project.
- Select a Concept from the dropdown list.
- Select the bounding box of the zone of interest.
- Download all the OSM features related to the Concept in form of zipped shapefiles.
Build your own docker image
sudo docker build -t tellme-vlab-osmdatafromrelatedconcept .
or pull a ready-to-use image from docker hub registry
sudo docker pull ptagliolato/tellme-vlab-osmdatafromrelatedconcept[:<version>]
Prepare your env file: copy the env.example file in this folder, replace the variable values and save it with the name you prefer (e.g. "env")
Run a new container (exposing the app e.g. on port 8080, or choose a different one)
sudo docker run --env-file=env -p 8080:3838 [ptagliolato/]tellme-vlab-osmdatafromrelatedconcept[:<version>]
OpenStreetMap data relative to TELLme Project Glossary Keywords and Related Concepts, obtained via Overpass API through TELLme Project Virtual Lab tool (DOI: 10.5281/zenodo.3741895)
- Please provide any issue, or email tagliolato.p(at)irea.cnr.it
The software is developed within the TELLme ERASMUS+ project Gran Agreement Number:2017-1-IT02-KA203-036974, output O4.
- The app is being developed by Paolo Tagliolato, Alessandro Oggioni (IREA-CNR),
- This code is released under the GNU General Public License version 3 (GPL‑3).
- Please get citation information for TELLme-vlab-OSMDataFromRelatedConcept at DOI:10.5281/zenodo.3741895
The authors wish to acknowledge Iacopo Neri and Valentina Galiulo (PoliMi) for their insights and contribution. Open Street Map Data downloaded by this app are from © OpenStreetMap contributors and are available under the [ODbL license](www.openstreetmap.org/copyright or www.opendatacommons.org/licenses/odbl). This product is not endorsed by or affiliated with the OpenStreetMap Foundation.
The software depends on the package shinydashboardPlus at its version 0.7.5. More recent version of this library breaks the application UI. We are planning to upgrade the app, until that moment you can use it by trying to force the installation of shinydashboardPlus in your system with the statement
devtools::install_github("RinteRface/shinydashboardPlus@v0.7.5"”)
or by exploiting the docker image.