Giter Club home page Giter Club logo

Comments (11)

dg3feiko avatar dg3feiko commented on July 18, 2024

image

My case is like this, the edges are spikes

from cesium-terrain-builder.

mrgloom avatar mrgloom commented on July 18, 2024

@dg3feiko I have such problem when zero values in DEM were not equal to zero.

from cesium-terrain-builder.

mingweiLIU avatar mingweiLIU commented on July 18, 2024

Thanks for reply. yes, it is, especially at the eage of each raster. This could be fixed through raster calculator in ArcToolbox.

from cesium-terrain-builder.

helmi03 avatar helmi03 commented on July 18, 2024

I use http://www.gdal.org/gdal_fillnodata.html

from cesium-terrain-builder.

gaolizhou avatar gaolizhou commented on July 18, 2024

@helmi03 could you share the details. It seems lots of guys suffers from this issue.

from cesium-terrain-builder.

helmi03 avatar helmi03 commented on July 18, 2024

For my use case, I only interested with data above sea level. I have same 'spike' issue as @dg3feiko , and found out error caused by DEM value < 0, same as mentioned by @mrgloom.

My first try, reprocess the geotiff with http://www.gdal.org/gdal_fillnodata.html. But have issue with nodata on sea surface.

Since I don't care below sea level, reprocessed the geotiff using "set values of zero and below to null" as http://www.gdal.org/gdal_calc.html

from cesium-terrain-builder.

mrgloom avatar mrgloom commented on July 18, 2024

Is there any smart way to process DEM with no-value and zero values (not setting no-value to zero)?

from cesium-terrain-builder.

emrebayramc avatar emrebayramc commented on July 18, 2024

I have a fix for this problem:
#49

from cesium-terrain-builder.

mrgloom avatar mrgloom commented on July 18, 2024

Before my DEM.tif have NoData Value=0 and now NoData Value=-100 and it doesn't work.

@helmi03
gdal_fillnodata.py DEM.tif DEM_2.tif not hepled, can you specify full example? Also maybe with gdalinfo before and after applying gdal_fillnodata.py?

@kazanture
How to apply this fix? Just git clone https://github.com/kazanture/cesium-terrain-builder ?

from cesium-terrain-builder.

emrebayramc avatar emrebayramc commented on July 18, 2024

The best way is the repo owner to accept my pull request. Until that time you can either clone my fork or apply my small fix manually.

from cesium-terrain-builder.

ajinra020307 avatar ajinra020307 commented on July 18, 2024

image

My case is like this, the edges are spikes

iam having this same issue, did you find any fix?

from cesium-terrain-builder.

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.