Highlights
- Arctic Code Vault Contributor
Pinned
833 contributions in the last year
Activity overview
Contributed to
GIScience/oshdb,
openstreetmap/stateofthemap-2020,
GIScience/ohsome-api
and 5 other
repositories
Contribution activity
December 2020
Created 43 commits in 4 repositories
Created 1 repository
- tyrasd/OSM_Events Java
Created a pull request in GIScience/ohsome-api that received 7 comments
🚧 upgrade OSHDB to version 0.6.0
see https://github.com/GIScience/oshdb/blob/master/CHANGELOG.md#060 "fix" tests after upstream changes: improve accuracy of built-in geometry he…
+259
−297
•
7
comments
Opened 14 other pull requests in 3 repositories
GIScience/oshdb
12
merged
- release notes for 0.6.1 and 0.5.11
- fix crash when relation references redacted way
- fix javadoc links to method anchors
- make ohsome filters work with groupByEntity queries
- simplify included maven repository
- start working on 0.7
- integrate ohsome filter
- release notes and final doc updates for 0.6.0
- upgrade to ohsome filter version 1.4.1
- make example in first-steps tutorial actually compile by fixing imports
- release notes for 0.6.0-RC1
- remove references to repo.heigit.org as this is not needed anymore
GIScience/ohsome-api
1
merged
GIScience/whosthat
1
merged
Reviewed 14 pull requests in 3 repositories
GIScience/oshdb 12 pull requests
- improve and align GitHub templates
- fix javadoc links to method anchors
- add static function to convert coordinates to long/double and vice versa
- removing resource sql/grid.sql
- resolves #288 moving polygon-feature.json & uninterestingTags.json
- maxzoom is 14 not 15
- Update views.md
- change paths from org/heigit/bigspatialdata to org/heigit/ohsome
- java 1.8 version in installation.md fixed
- remove java 8 references from documentation
- Remove java 8 properties from first-steps example
- fix checkstyle issues and other in oshdb-util
GIScience/ohsome-api 1 pull request
GIScience/ohsome-examples 1 pull request
Created an issue in GIScience/oshdb that received 1 comment
integrate "ohsome filter" library (as oshdb-filter module), deprecate "old" filters
see corresponding gitlab issue.
import code as new module (oshdb-filter) in this repository
deprecate osmTag, osmType filters
update documentat…
•
1
comment
Opened 15 other issues in 1 repository
GIScience/oshdb
13
open
2
closed
- clean OSHEntities class (get*Timestamps methods)
- race condition when redacted deleted way is referenced by relations
- [oshdb-api] drop deprecated mapreducer methods
- ohsome filters don't work with groupByEntity queries
- [oshdb-filter] filter tags by numerical comparisons with units
- [oshdb-filter] filter tags by numerical values
- [oshdb-filter] filter tags by regular expression
- [oshdb-filter] allow value/id lists to be empty?
- [oshdb-filter] allow specifying ranges without parentheses?
- [oshdb-filter] add more geometry filters
- drop deprecated (e.g. "where") methods of MapReducer
- make module naming scheme more consistent (e.g. etl -> oshdb-util-etl)
- documentation: clarify how OSMContribution objects are created
- add aggregateByGeometry method with callback function
- use PreparedGeometry.intersects to speed up CellIterator