Skip to content

Commit 2db08bb

Browse files
authored
Merge pull request #45 from GIScience/1.1.0-release-notes
updating version to 1.1.0
2 parents 146e46e + f87f675 commit 2db08bb

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
The ohsome API is a generic web API for in-depth analysis of OpenStreetMap (OSM) data with a focus on it's history. It allows to get aggregated statistics about the evolution of OSM data itself and about the contributors behind the data. Furthermore, data extraction methods are provided to access the historic development of individual OSM features.
1111

12-
The functionalities of the ohsome API can be accessed via HTTP requests. As a basis underneath serves the [OSHDB API](https://github.com/GIScience/oshdb). The current stable version is [v1.0.0](https://github.com/GIScience/ohsome-api/releases/tag/1.0.0). Developed and maintained by [HeiGIT](https://heigit.org/).
12+
The functionalities of the ohsome API can be accessed via HTTP requests. As a basis underneath serves the [OSHDB API](https://github.com/GIScience/oshdb). The current stable version is [v1.1.0](https://github.com/GIScience/ohsome-api/releases/tag/1.1.0). Developed and maintained by [HeiGIT](https://heigit.org/).
1313

1414
## Using the ohsome API
1515

@@ -37,8 +37,8 @@ These instructions will get you a copy of the project up and running on your loc
3737
2. move to your Maven project directory in a shell (e.g. Windows PowerShell)
3838
3. enter the command `mvn -DskipTests=true package` to build the project (if you want to build it running the integrated tests too, look at the section [Testing](#testing))
3939
4. to run the jar file enter the following (if no additional keytables file is given, you can assume that it is included):
40-
* keytables included: `java -jar target/ohsome-api-1.0.0.jar --database.db=C:/path-to-your-data/ba-wue.oshdb`
41-
* keytables not included: `java -jar target/ohsome-api-1.0.0.jar --database.db=C:/path-to-your-data/ba-wue.oshdb --database.keytables=C:/path-to-your-keytablesFile/keytables`
40+
* keytables included: `java -jar target/ohsome-api-1.1.0.jar --database.db=C:/path-to-your-data/ba-wue.oshdb`
41+
* keytables not included: `java -jar target/ohsome-api-1.1.0.jar --database.db=C:/path-to-your-data/ba-wue.oshdb --database.keytables=C:/path-to-your-keytablesFile/keytables`
4242

4343
Now you should have a running local API, which is ready for receiving requests under *http://localhost:8080/*.
4444
<br>To check if it is running properly, you should be able to visit the swagger documentation under *http://localhost:8080/swagger-ui.html*.
@@ -49,7 +49,7 @@ Now you should have a running local API, which is ready for receiving requests u
4949
* to enable in-memory-caching: `--database.caching=true` (caution.. enabling this option requires quite some memory, but makes processing much faster)
5050
* if you want to run the maven project in your IDE, you need to set the paths to your data in the run configurations
5151
* in Eclipse: *Run As --> Run Configurations --> (x)= Arguments --> Program arguments: 'enter the parameters here'*
52-
* if you want to get information about the code directly, you can access the [Javadoc](https://docs.ohsome.org/java/ohsome-api/1.0.0/), which gets updated daily.
52+
* if you want to get information about the code directly, you can access the [Javadoc](https://docs.ohsome.org/java/ohsome-api/1.1.0/), which gets updated daily.
5353

5454
## Testing
5555

@@ -96,7 +96,7 @@ Here you see an example response giving the length of residential roads for a bo
9696
"url": "https://ohsome.org/copyrights",
9797
"text": "© OpenStreetMap contributors"
9898
},
99-
"apiVersion": "1.0.0",
99+
"apiVersion": "1.1.0",
100100
"metadata": {
101101
"executionTime": 858,
102102
"description": "Total length of items in meters.",

docs/endpoints.rst

+31-31
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ How big is the area of farmland in the region Rhein-Neckar?
7878
"url" : "https://ohsome.org/copyrights",
7979
"text" : "© OpenStreetMap contributors"
8080
},
81-
"apiVersion" : "1.0.0",
81+
"apiVersion" : "1.1.0",
8282
"result" : [ {
8383
"timestamp" : "2014-01-01T00:00:00Z",
8484
"value" : 1.020940258E7
@@ -92,7 +92,7 @@ How big is the area of farmland in the region Rhein-Neckar?
9292
"url" : "https://ohsome.org/copyrights",
9393
"text" : "© OpenStreetMap contributors"
9494
},
95-
"apiVersion" : "1.0.0",
95+
"apiVersion" : "1.1.0",
9696
"result" : [ {
9797
"timestamp" : "2014-01-01T00:00:00Z",
9898
"value" : 1.020940258E7
@@ -107,7 +107,7 @@ How big is the area of farmland in the region Rhein-Neckar?
107107
"url" : "https://ohsome.org/copyrights",
108108
"text" : "© OpenStreetMap contributors"
109109
},
110-
"apiVersion" : "1.0.0",
110+
"apiVersion" : "1.1.0",
111111
"result" : [ {
112112
"timestamp" : "2014-01-01T00:00:00Z",
113113
"value" : 10209402.58
@@ -121,7 +121,7 @@ How big is the area of farmland in the region Rhein-Neckar?
121121
"url" : "https://ohsome.org/copyrights",
122122
"text" : "© OpenStreetMap contributors"
123123
},
124-
"apiVersion" : "1.0.0",
124+
"apiVersion" : "1.1.0",
125125
"result" : [ {
126126
"timestamp" : "2014-01-01T00:00:00Z",
127127
"value" : 1.020940258E7
@@ -175,7 +175,7 @@ What is the density of restaurants with wheelchair access in Heidelberg?
175175
"url" : "https://ohsome.org/copyrights",
176176
"text" : "© OpenStreetMap contributors"
177177
},
178-
"apiVersion" : "1.0.0",
178+
"apiVersion" : "1.1.0",
179179
"result" : [ {
180180
"timestamp" : "2019-05-07T00:00:00Z",
181181
"value" : 0.79
@@ -189,7 +189,7 @@ What is the density of restaurants with wheelchair access in Heidelberg?
189189
"url" : "https://ohsome.org/copyrights",
190190
"text" : "© OpenStreetMap contributors"
191191
},
192-
"apiVersion" : "1.0.0",
192+
"apiVersion" : "1.1.0",
193193
"result" : [ {
194194
"timestamp" : "2019-05-07T00:00:00Z",
195195
"value" : 0.79
@@ -204,7 +204,7 @@ What is the density of restaurants with wheelchair access in Heidelberg?
204204
"url" : "https://ohsome.org/copyrights",
205205
"text" : "© OpenStreetMap contributors"
206206
},
207-
"apiVersion" : "1.0.0",
207+
"apiVersion" : "1.1.0",
208208
"result" : [ {
209209
"timestamp" : "2019-05-07T00:00:00Z",
210210
"value" : 0.79
@@ -218,7 +218,7 @@ What is the density of restaurants with wheelchair access in Heidelberg?
218218
"url" : "https://ohsome.org/copyrights",
219219
"text" : "© OpenStreetMap contributors"
220220
},
221-
"apiVersion" : "1.0.0",
221+
"apiVersion" : "1.1.0",
222222
"result" : [ {
223223
"timestamp" : "2019-05-07T00:00:00Z",
224224
"value" : 0.79
@@ -276,7 +276,7 @@ How many oneway streets exist within living_street streets in Heidelberg over ti
276276
"url" : "https://ohsome.org/copyrights",
277277
"text" : "© OpenStreetMap contributors"
278278
},
279-
"apiVersion" : "1.0.0",
279+
"apiVersion" : "1.1.0",
280280
"ratioResult" : [ {
281281
"timestamp" : "2016-01-01T00:00:00Z",
282282
"value" : 28660.519999999997,
@@ -303,7 +303,7 @@ How many oneway streets exist within living_street streets in Heidelberg over ti
303303
"url" : "https://ohsome.org/copyrights",
304304
"text" : "© OpenStreetMap contributors"
305305
},
306-
"apiVersion" : "1.0.0",
306+
"apiVersion" : "1.1.0",
307307
"ratioResult" : [ {
308308
"timestamp" : "2016-01-01T00:00:00Z",
309309
"value" : 28660.519999999997,
@@ -331,7 +331,7 @@ How many oneway streets exist within living_street streets in Heidelberg over ti
331331
"url" : "https://ohsome.org/copyrights",
332332
"text" : "© OpenStreetMap contributors"
333333
},
334-
"apiVersion" : "1.0.0",
334+
"apiVersion" : "1.1.0",
335335
"ratioResult" : [ {
336336
"timestamp" : "2016-01-01T00:00:00Z",
337337
"value" : 28660.519999999997,
@@ -357,7 +357,7 @@ How many oneway streets exist within living_street streets in Heidelberg over ti
357357
"url" : "https://ohsome.org/copyrights",
358358
"text" : "© OpenStreetMap contributors"
359359
},
360-
"apiVersion" : "1.0.0",
360+
"apiVersion" : "1.1.0",
361361
"ratioResult" : [ {
362362
"timestamp" : "2016-01-01T00:00:00Z",
363363
"value" : 28660.519999999997,
@@ -436,7 +436,7 @@ How often information about the roof of buildings is present?
436436
"url" : "https://ohsome.org/copyrights",
437437
"text" : "© OpenStreetMap contributors"
438438
},
439-
"apiVersion" : "1.0.0",
439+
"apiVersion" : "1.1.0",
440440
"groupByResult" : [ {
441441
"result" : [ {
442442
"timestamp" : "2018-01-01T00:00:00Z",
@@ -466,7 +466,7 @@ How often information about the roof of buildings is present?
466466
"url" : "https://ohsome.org/copyrights",
467467
"text" : "© OpenStreetMap contributors"
468468
},
469-
"apiVersion" : "1.0.0",
469+
"apiVersion" : "1.1.0",
470470
"groupByResult" : [ {
471471
"result" : [ {
472472
"timestamp" : "2018-01-01T00:00:00Z",
@@ -495,7 +495,7 @@ How often information about the roof of buildings is present?
495495
"url" : "https://ohsome.org/copyrights",
496496
"text" : "© OpenStreetMap contributors"
497497
},
498-
"apiVersion" : "1.0.0",
498+
"apiVersion" : "1.1.0",
499499
"groupByResult" : [ {
500500
"result" : [ {
501501
"timestamp" : "2018-01-01T00:00:00Z",
@@ -524,7 +524,7 @@ How often information about the roof of buildings is present?
524524
"url" : "https://ohsome.org/copyrights",
525525
"text" : "© OpenStreetMap contributors"
526526
},
527-
"apiVersion" : "1.0.0",
527+
"apiVersion" : "1.1.0",
528528
"groupByResult" : [ {
529529
"result" : [ {
530530
"timestamp" : "2018-01-01T00:00:00Z",
@@ -608,7 +608,7 @@ Compare length of different types of streets for two or more regions.
608608
"url" : "https://ohsome.org/copyrights",
609609
"text" : "© OpenStreetMap contributors"
610610
},
611-
"apiVersion" : "1.0.0",
611+
"apiVersion" : "1.1.0",
612612
"groupByResult" : [ {
613613
"result" : [ {
614614
"timestamp" : "2018-01-01T00:00:00Z",
@@ -668,7 +668,7 @@ Compare length of different types of streets for two or more regions.
668668
"url" : "https://ohsome.org/copyrights",
669669
"text" : "© OpenStreetMap contributors"
670670
},
671-
"apiVersion" : "1.0.0",
671+
"apiVersion" : "1.1.0",
672672
"groupByResult" : [ {
673673
"result" : [ {
674674
"timestamp" : "2018-01-01T00:00:00Z",
@@ -727,7 +727,7 @@ Compare length of different types of streets for two or more regions.
727727
"url" : "https://ohsome.org/copyrights",
728728
"text" : "© OpenStreetMap contributors"
729729
},
730-
"apiVersion" : "1.0.0",
730+
"apiVersion" : "1.1.0",
731731
"groupByResult" : [ {
732732
"result" : [ {
733733
"timestamp" : "2018-01-01T00:00:00Z",
@@ -786,7 +786,7 @@ Compare length of different types of streets for two or more regions.
786786
"url" : "https://ohsome.org/copyrights",
787787
"text" : "© OpenStreetMap contributors"
788788
},
789-
"apiVersion" : "1.0.0",
789+
"apiVersion" : "1.1.0",
790790
"groupByResult" : [ {
791791
"result" : [ {
792792
"timestamp" : "2018-01-01T00:00:00Z",
@@ -901,7 +901,7 @@ Show number of users editing buildings before, during and after Nepal earthquake
901901
"url" : "https://ohsome.org/copyrights",
902902
"text" : "© OpenStreetMap contributors"
903903
},
904-
"apiVersion" : "1.0.0",
904+
"apiVersion" : "1.1.0",
905905
"result" : [ {
906906
"fromTimestamp" : "2015-03-01T00:00:00Z",
907907
"toTimestamp" : "2015-04-01T00:00:00Z",
@@ -933,7 +933,7 @@ Show number of users editing buildings before, during and after Nepal earthquake
933933
"url" : "https://ohsome.org/copyrights",
934934
"text" : "© OpenStreetMap contributors"
935935
},
936-
"apiVersion" : "1.0.0",
936+
"apiVersion" : "1.1.0",
937937
"result" : [ {
938938
"fromTimestamp" : "2015-03-01T00:00:00Z",
939939
"toTimestamp" : "2015-04-01T00:00:00Z",
@@ -965,7 +965,7 @@ Show number of users editing buildings before, during and after Nepal earthquake
965965
"url" : "https://ohsome.org/copyrights",
966966
"text" : "© OpenStreetMap contributors"
967967
},
968-
"apiVersion" : "1.0.0",
968+
"apiVersion" : "1.1.0",
969969
"result" : [ {
970970
"fromTimestamp" : "2015-03-01T00:00:00Z",
971971
"toTimestamp" : "2015-04-01T00:00:00Z",
@@ -996,7 +996,7 @@ Show number of users editing buildings before, during and after Nepal earthquake
996996
"url" : "https://ohsome.org/copyrights",
997997
"text" : "© OpenStreetMap contributors"
998998
},
999-
"apiVersion" : "1.0.0",
999+
"apiVersion" : "1.1.0",
10001000
"result" : [ {
10011001
"fromTimestamp" : "2015-03-01T00:00:00Z",
10021002
"toTimestamp" : "2015-04-01T00:00:00Z",
@@ -1142,7 +1142,7 @@ Extract the modifications of the blown up tower of the heidelberg castle over ti
11421142
"url" : "https://ohsome.org/copyrights",
11431143
"text" : "© OpenStreetMap contributors"
11441144
},
1145-
"apiVersion" : "1.0.0",
1145+
"apiVersion" : "1.1.0",
11461146
"type" : "FeatureCollection",
11471147
"features" : [{
11481148
"type" : "Feature",
@@ -1180,7 +1180,7 @@ Extract the modifications of the blown up tower of the heidelberg castle over ti
11801180
"url" : "https://ohsome.org/copyrights",
11811181
"text" : "© OpenStreetMap contributors"
11821182
},
1183-
"apiVersion" : "1.0.0",
1183+
"apiVersion" : "1.1.0",
11841184
"type" : "FeatureCollection",
11851185
"features" : [{
11861186
"type" : "Feature",
@@ -1219,7 +1219,7 @@ Extract the modifications of the blown up tower of the heidelberg castle over ti
12191219
"url" : "https://ohsome.org/copyrights",
12201220
"text" : "© OpenStreetMap contributors"
12211221
},
1222-
"apiVersion" : "1.0.0",
1222+
"apiVersion" : "1.1.0",
12231223
"type" : "FeatureCollection",
12241224
"features" : [{
12251225
"type" : "Feature",
@@ -1257,7 +1257,7 @@ Extract the modifications of the blown up tower of the heidelberg castle over ti
12571257
"url" : "https://ohsome.org/copyrights",
12581258
"text" : "© OpenStreetMap contributors"
12591259
},
1260-
"apiVersion" : "1.0.0",
1260+
"apiVersion" : "1.1.0",
12611261
"type" : "FeatureCollection",
12621262
"features" : [{
12631263
"type" : "Feature",
@@ -1331,7 +1331,7 @@ Get metadata of the underlying OSHDB data
13311331
"url" : "https://ohsome.org/copyrights",
13321332
"text" : "© OpenStreetMap contributors"
13331333
},
1334-
"apiVersion" : "1.0.0",
1334+
"apiVersion" : "1.1.0",
13351335
"extractRegion" : {
13361336
"spatialExtent" : {
13371337
"type" : "Polygon",
@@ -1352,7 +1352,7 @@ Get metadata of the underlying OSHDB data
13521352
"url" : "https://ohsome.org/copyrights",
13531353
"text" : "© OpenStreetMap contributors"
13541354
},
1355-
"apiVersion" : "1.0.0",
1355+
"apiVersion" : "1.1.0",
13561356
"extractRegion" : {
13571357
"spatialExtent" : {
13581358
"type" : "Polygon",
@@ -1373,7 +1373,7 @@ Get metadata of the underlying OSHDB data
13731373
"url" : "https://ohsome.org/copyrights",
13741374
"text" : "© OpenStreetMap contributors"
13751375
},
1376-
"apiVersion" : "1.0.0",
1376+
"apiVersion" : "1.1.0",
13771377
"extractRegion" : {
13781378
"spatialExtent" : {
13791379
"type" : "Polygon",

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<name>ohsome API</name>
1414
<description>A public Web-RESTful-API for "ohsome" OpenStreetMap history data.</description>
1515
<packaging>jar</packaging>
16-
<version>1.0.0-SNAPSHOT</version>
16+
<version>1.2.0-SNAPSHOT</version>
1717

1818
<properties>
1919
<apachecommons-csv.version>1.6</apachecommons-csv.version>

0 commit comments

Comments
 (0)