Giter VIP home page Giter VIP logo

Comments (10)

kaktus40 avatar kaktus40 commented on June 27, 2024

Hello,
you should use formatArray with the implementation I gave you with one change:
temp = viewerIn.getFloat32(i, false) - offset;
becomes
temp = viewerIn.getUint32(i,false) - offset;
You should check the implementation of dataview here

from cesium-geoserverterrainprovider.

ihor-hrechka avatar ihor-hrechka commented on June 27, 2024

Hi and thanks for your answer!

I tried to made this change but there is no result (globe is still flat). Please see screenshot bellow:

untitled

I made change 1. I also tried to change 2, 3 point but result the same.
Can you tell me where I made a mistake?

from cesium-geoserverterrainprovider.

kaktus40 avatar kaktus40 commented on June 27, 2024

Did you configure bil/DDS plugin in geoserver?

from cesium-geoserverterrainprovider.

ihor-hrechka avatar ihor-hrechka commented on June 27, 2024

Sorry, what do you mean "configure"? It works perfect with test data in Float32 format. Do I need to do some additional configuration for Uint32 data?

from cesium-geoserverterrainprovider.

kaktus40 avatar kaktus40 commented on June 27, 2024

Well in my version of the bill/DDS plugin it seems you can define bil 8, bil 16 or bil 32 format with the endianness.
I think that bil 32 must be float format because I could indicate int 32 format!

from cesium-geoserverterrainprovider.

ihor-hrechka avatar ihor-hrechka commented on June 27, 2024

For this layer (with images in Uint32 format) I'm using following settings:

capture

Is it OK in my case?

from cesium-geoserverterrainprovider.

kaktus40 avatar kaktus40 commented on June 27, 2024

I think that OK. Now can you see something with float32?

from cesium-geoserverterrainprovider.

ihor-hrechka avatar ihor-hrechka commented on June 27, 2024

With images in Float32 format - everything fine, but with images in Uint32 format - globe is flat.

from cesium-geoserverterrainprovider.

kaktus40 avatar kaktus40 commented on June 27, 2024

Sorry I can't help you on this case because it seems being a limitation from geoserver or bil dds plug in. Maybe, it doesn't take unint32 format. You should post a request in the community of geoserver.

from cesium-geoserverterrainprovider.

ihor-hrechka avatar ihor-hrechka commented on June 27, 2024

Understood. Anyway thanks for your answers!

from cesium-geoserverterrainprovider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.