-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cleaning dependencies, remove apache-commons #79
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly whitespace issues. but I hid a few real questions in there as well. 😁
oshdb-api/src/main/java/org/heigit/bigspatialdata/oshdb/api/generic/OSHDBCombinedIndex.java
Outdated
Show resolved
Hide resolved
oshdb-api/src/main/java/org/heigit/bigspatialdata/oshdb/api/generic/OSHDBCombinedIndex.java
Outdated
Show resolved
Hide resolved
oshdb-api/src/main/java/org/heigit/bigspatialdata/oshdb/api/mapreducer/GeometrySplitter.java
Outdated
Show resolved
Hide resolved
oshdb-api/src/main/java/org/heigit/bigspatialdata/oshdb/api/mapreducer/GeometrySplitter.java
Outdated
Show resolved
Hide resolved
oshdb-api/src/main/java/org/heigit/bigspatialdata/oshdb/api/mapreducer/GeometrySplitter.java
Outdated
Show resolved
Hide resolved
oshdb/src/main/java/org/heigit/bigspatialdata/oshdb/index/XYGrid.java
Outdated
Show resolved
Hide resolved
oshdb/src/main/java/org/heigit/bigspatialdata/oshdb/index/XYGrid.java
Outdated
Show resolved
Hide resolved
oshdb/src/main/java/org/heigit/bigspatialdata/oshdb/util/OSHDBFilter.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/heigit/bigspatialdata/oshdb/util/byteArray/FastByteArrayOutputStream.java
Outdated
Show resolved
Hide resolved
oshdb-api/src/main/java/org/heigit/bigspatialdata/oshdb/api/mapreducer/MapAggregator.java
Outdated
Show resolved
Hide resolved
2601470
to
2ff34ae
Compare
and get rid of unnecessary intermediate class "BiIndex"
instead of lists of key/value objects
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a few commits to this: https://github.com/GIScience/oshdb/pull/79/files/2ff34ae5f42173ad218eadb2897b0b5267691e8d..178d4aa09d57b2916f6d65aa2c7d92da082c6cba
The PR now looks good from my side, but maybe you can check these before merging?
I cleaned up the dependency hierarchy and removed the dependency to apache-commons.