-
Notifications
You must be signed in to change notification settings - Fork 62
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
Create a simple Overture example #862
Conversation
61b615c
to
4ad9178
Compare
@Drabble Awesome, this is a nice start! |
baremaps-core/src/main/java/org/apache/baremaps/storage/geoparquet/GeoParquetDataStore.java
Outdated
Show resolved
Hide resolved
baremaps-core/src/main/java/org/apache/baremaps/storage/geoparquet/GeoParquetDataTable.java
Outdated
Show resolved
Hide resolved
...maps-core/src/main/java/org/apache/baremaps/storage/geoparquet/GeoParquetTypeConversion.java
Show resolved
Hide resolved
...maps-core/src/main/java/org/apache/baremaps/storage/geoparquet/GeoParquetTypeConversion.java
Show resolved
Hide resolved
baremaps-core/src/main/java/org/apache/baremaps/workflow/tasks/ImportGeoParquet.java
Outdated
Show resolved
Hide resolved
|
||
// Iterate over all the files in the path | ||
for (FileStatus file : fileSystem.globStatus(globPath)) { | ||
files.put(file, buildFileInfo(file)); |
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.
Any reason why buildFileInfo got removed? You may need to rebase the branch.
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 think I was just using an old version and didn't merge correctly. I had to do a few fixes for S3 files to work. I will try to rollback tomorrow.
4ad9178
to
55b2970
Compare
baremaps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/GeoParquetReader.java
Fixed
Show fixed
Hide fixed
baremaps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/data/GeoParquetGroupImpl.java
Fixed
Show fixed
Hide fixed
Quality Gate passedIssues Measures |
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.
This looks good and I think you can squash and merge.
I was surprised to see that getRootUri wasn't necessary and that wildcards are supported out of the box.
This is a work in progress to make a Overture maps example from Geoparquet files. I had to apply various dirty fixes to get it to run. These fixes need to be addressed before merging.
Here are a few examples of the vector tiles rendered in a browser.