oshdb icon indicating copy to clipboard operation
oshdb copied to clipboard

OpenStreetMap History Data Analysis Framework

Results 110 oshdb issues
Sort by recently updated
recently updated
newest added

Pascal Neis has published a blog about reverted edits: https://www.openstreetmap.org/user/pitscheplatsch/diary/401668 . One of the comments is a request to show "my reverted edits". While this can already be done in...

question
wontfix

### Problem Description The TagTranslator provides a function to get from `OSMTagKey` or `String` to `OSHDBTagKey` but not the other way around ### Expected Solution Add `lookupTagKey` ### Alternative Solutions...

user experience

### Problem Description Since the switch to Java 17 there are some additional settings required when connecting to Ignite: ``` --add-opens=java.base/jdk.internal.misc=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/com.sun.jmx.mbeanserver=ALL-UNNAMED --add-opens=java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED --add-opens=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED...

documentation

### Problem Description The `TagTranslator` returns `OHSDBTagKey`s while `OSHDBTag.getKey()` returns an integer. ### Expected Solution Use `OSHDBTagKey`-class everywhere. ### Alternative Solutions Use integer everywhere

enhancement

### Problem Description Disclaimer: This issue may be based superseded or incomplete knowledge. AFIK the computation of the `ContributionType.GEOMTRY_CHANGE` is computation intensive. That's why, if you are not interested in...

enhancement

### Bug Description Extraction of deleted elements in Belo Horizonte, Brazil impossible. ### How to Reproduce Check out [this](https://gitlab.gistools.geog.uni-heidelberg.de/giscience/deleted_map) code and replace data/bbox.geojson-content with [bbox.geojson.txt](https://github.com/GIScience/oshdb/files/10070657/bbox.geojson.txt) Results: ``` class org.apache.ignite.compute.ComputeUserUndeclaredException: Failed...

bug

Add proper tests for `OSHDBApplication`. See comment here: https://github.com/GIScience/oshdb/pull/474#pullrequestreview-1177535649

unit tests

Some dokumentation about the current changes for 1.0 are missing. Also an how-to upgrade von 0.7 to 1.0 section should be added.

documentation

related to #424. A valid Polygon with a hole `POLYGON((0 0,0 2,2 2,4 2,4 0,0 0),(2 2,1 1,3 1,2 2))` lat ^ | 2 b --- c --- f |...

bug

### Bug Description slf4j-api version 2.0.0-alpha coming from HIKARICP via oshdb-helper does not match the other slf4j-imple versions (1.7.36) ### How to Reproduce install the project ### Expected behaviour matching...

bug