-
Notifications
You must be signed in to change notification settings - Fork 190
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
Data sets with OGC 3D Tiles #498
Comments
See from the official cesium 3d-tiles repo
Other examples: cesium ion, aerometrex san-francisco, vexcel 3d-cities |
Do you know any data sets available in the OGC 3D Tiles 1.1 format? |
The first link has sample datasets which or 1.1, but made for tests, these are not real data. When you create a cesium ion free account, you do have access to some 3dtiles datasets - where cesium ion handles access/keys a bit differently than the same tilesets which would be hosted on a standard server, with SAS keys or JWTs. But most datasets seem to be 1.0 spec b3dm. Same for the aerometrex and vexcel tilesets, these are b3dm 1.0. What you could do is use CesiumGS/3d-tiles-tools, with the npx 3d-tiles-tools upgrade -i ./specs/data/TilesetOfTilesets/tileset.json -o ./output/upgraded --targetVersion 1.1 I do not have in mind public tilesets which do follow the 1.1 spec, will dig a bit! @bertt did recommend some 1.1 tilesets Rotterdam pg2b3dm pdok.nl/kadaster implicit and explicit. These are not photorealistic ones but can still be useful for testing. |
Unfortunately I am getting the error |
Linked issue for |
Hello Guys, |
Hi @tbenazzi You are very welcome to provide a link to the root tile of your dataset. |
Here are a few other open-data 3dtiles tilesets:
Other:
|
There are actually 16 datasets there (each dataset below contains a link to the root tile): |
I can't open the link for the root tile. |
The link is not correct here. |
Just did a PR to Cesium 3Dtiles repo to include open-data datasets - not more than these listed above, but maybe someone will add more open-data tilesets to that list in the future! |
HI, @vvoovv sorry for the delay, Please find attached the acces to one tile of our city tileset. |
PS If you want to quickly debug/visualize an existing 3dtiles dataset, just prepend this url to the tileset.json: For example here for Strasbourg |
At least it contain 2 files with the name tileset.json: |
Thank you! What is the license of your data? Implicit tiling is not currently supported by the Blosm addon. It may be implemented later. |
@vvoovv our data are licensed under Creative Commons Attribution-NonCommercial (CC BY-NC) 4.0. Feel free to use it for non commercial purposes. |
Implicit tiling has been introduced with v1.1 of 3dtiles, the hierarchy uses quadtree or octree structures (with associated children bitmasks) rather than one bounding volumes per child. A good reference to understand the underlying principles and spec is this notebook by geodan. |
Unfortunately Blender's glTF importer can not import your glTF files: |
Thread to track support of ktx2 support within the blender-gltf-io here, awaiting openimageio to support ktx in this thread Note the |
Also this thread |
Sorry to disturb you. Unfortunately Github does not notify when a message was edited. So I was not aware that you provided a link to the a dataset with the JPEG compressions. The link seems to be expired. Could you please proved a download link again? |
Got the data. Thank you! |
Use #497 for technical discussions.
The text was updated successfully, but these errors were encountered: