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

Better support for bathymetry rendering #1

Closed
epifanio opened this issue May 2, 2018 · 3 comments
Closed

Better support for bathymetry rendering #1

epifanio opened this issue May 2, 2018 · 3 comments

Comments

@epifanio
Copy link

epifanio commented May 2, 2018

I've tried rendering a bathymetry layer (1m resolution, at an average depth of -70m, referenced to the geoid). I uploaded the GeoTiff (Float64)and after few seconds I had it loaded in a cesium app, which is great!
However, the file is not rendered correctly, no details are visible from the surface. Perhaps it is a scale/Z-exag issue? If you like to debug the issue, the file for testing is available here: https://nextcloud.epinux.com/index.php/s/VYbnFy3X05Gbd0G

@tfili
Copy link

tfili commented May 2, 2018

@epifanio Thanks for giving Cesium ion a try and for the bug report. I'll take a look at it and let you know what I find.

@tfili
Copy link

tfili commented May 3, 2018

@epifanio I'm seeing you terrain show up. Terrain preview uses Natural Earth Imagery which can make it hard to see terrain that doesn't extrude much (or at all) from the globe. We are in the process of fixing this. We will probably end up using Sentinel-2 or something similar. Here is what I see:

image

using the following code example

Cesium.Ion.defaultAccessToken = '<INSERT YOUR TOKEN>';

var viewer = new Cesium.Viewer('cesiumContainer',{
    terrainProvider : new Cesium.CesiumTerrainProvider({
        url: Cesium.IonResource.fromAssetId(4309),
        requestVertexNormals: true
    })
});

viewer.scene.globe.enableLighting = true;

Cesium itself has issues with undersea terrain that we are working on improving. You can follow the following PRs/Issues in Cesium to better handle this use case

CesiumGS/cesium#5665
CesiumGS/cesium#6047

@OmarShehata OmarShehata changed the title no elevation details in bathymetry rendering Better support for bathymetry rendering Jul 16, 2019
@OmarShehata
Copy link

We're migrating the issues in this repository to consolidate questions, Cesium ion feature requests, and bug reports on the Cesium community forum, that way there'll be one place to search for answers.

This is still on the roadmap, and we're tracking it internally as well as in the above linked CesiumJS issues. For any follow-up questions, please use the community forum!

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

No branches or pull requests

3 participants