-
Notifications
You must be signed in to change notification settings - Fork 6
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
OGC Tiles API- Actual Tiles Onboarding Process #192
Comments
|
Tiles Onboarding Process The tiles onboarding process is to facilitate the optimisation aspect of serving feature data in an efficient manner through visualization. If the collection already exists as a feature, the expected process flow begins with the feature onboarding process, followed by the tiles metadata onboarding process, and then the actual tiles onboarding process. However, if the collection is a brand-new tile collection (i.e., it hasn't been onboarded as a feature previously), the tiles metadata onboarding process should occur first, followed by the tiles onboarding process. There are total two main work flows for tiles onboarding process:
The input json for tiles onboarding process can be same as feature onboarding process, something like this: Onboarding a Tile Collection when the Collection Already Exists as a Feature
Onboarding a Brand-New Tile Collection (No Existing Feature)
There are two interdependencies of processes for tile onboarding process
Given the current time frame, the plan is to integrate these two processes into the tiles onboarding flow at a later stage because we still need to figure out how to integrate multiple processes. |
A few open questions-
ogr2ogr
directly on the geopackage to generate the tiles)ogr2ogr
directly on the source geopackage remotely and generate the tiles on S3 to avoid downloading and uploading?The text was updated successfully, but these errors were encountered: