Skip to content
Snippets Groups Projects
Commit 5174d6e0 authored by Tom Ohlmeyer's avatar Tom Ohlmeyer
Browse files

Update README.md

parent 4d053d30
Branches
Tags
1 merge request!83GUI is available
Pipeline #151000 passed
......@@ -12,8 +12,7 @@ be harvested, e.g. for inclusion into the TOAR database:
**Valid `SERVICE_NAME`s are:**
`major_road`: returns distance to major roads using the OpenStreetMap Overpass
interface
`major_road`: returns distance to major roads using the OpenStreetMap Overpass interface
`population_density`: returns population density from European Commission Joint
Research Centre
......@@ -64,6 +63,8 @@ _Note:_ You can also write `long` or `longitude` instead of `lon`, or
search and/or aggregation to specified wind sector. If set to all or true, return
result for each wind sector
`description`=True|False works only for ecoregion and landcover
Individual services may have additional optional URL parameters.
## 2. Individual services
......@@ -217,6 +218,8 @@ python manage.py createcachetable
(Note: the tool uses the cache database only for caching OSM query
results)
## 4. Getting started
* Launch application:
`python manage.py runserver`
......@@ -225,10 +228,14 @@ changes in settings.py and a couple more steps will be
necessary. Add 0.0.0.0:8080 to launch the application so
that it can be viewed in browsers on other machines.)
## 4. Authors
* click on the link in the terminal, to open GeoPEAS in your browser
* click on the service you want to use
* to see the map display write `/map` after the service name
`http://127.0.0.1:8000/major_road/map/?lat=50&lon=6`
Lukas H. Leufen, Niklas Selke, Martin G. Schultz, Jan Vogelsang, and Sabine Schröder, Jülich Supercomputing Centre,
Forschungszentrum Jülich, Germany
## 5. Acknowledgements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment