Skip to content
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

Merged
merged 5 commits into from
Jun 4, 2024
Merged

Create a simple Overture example #862

merged 5 commits into from
Jun 4, 2024

Conversation

Drabble
Copy link
Contributor

@Drabble Drabble commented Jun 2, 2024

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.

image
image
image

@Drabble Drabble requested a review from bchapuis June 2, 2024 10:00
@Drabble Drabble changed the base branch from main to 849-nested-type-and-jsonb June 2, 2024 10:02
@bchapuis
Copy link
Member

bchapuis commented Jun 2, 2024

@Drabble Awesome, this is a nice start!


// Iterate over all the files in the path
for (FileStatus file : fileSystem.globStatus(globPath)) {
files.put(file, buildFileInfo(file));
Copy link
Member

@bchapuis bchapuis Jun 3, 2024

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.

Copy link
Contributor Author

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.

Base automatically changed from 849-nested-type-and-jsonb to main June 3, 2024 19:06
@Drabble Drabble marked this pull request as ready for review June 4, 2024 16:00
Copy link

sonarcloud bot commented Jun 4, 2024

Quality Gate Passed Quality Gate passed

Issues
5 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Member

@bchapuis bchapuis left a 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.

@Drabble Drabble merged commit a2475fd into main Jun 4, 2024
9 checks passed
@bchapuis bchapuis deleted the 849-overture-example branch June 4, 2024 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants