Code Monkey home page Code Monkey logo

Comments (5)

akkana avatar akkana commented on July 18, 2024

I haven't yet found a working source for newer SRTM data, but I tried it with Copernicus data from https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/elevation/copernicus-dem/elevation (10_DEM_y30x-110.tif) and got the same error.

from pyflwdir.

mgf-unige avatar mgf-unige commented on July 18, 2024

I get the same error using NASADEM data (https://www.earthdata.nasa.gov/esds/competitive-programs/measures/nasadem).

from pyflwdir.

mgf-unige avatar mgf-unige commented on July 18, 2024

Maybe it's caused by DEMs that are of type Integer. I tried with a DEM in Float32 that worked, then after conversion into Int16 it failed with this error. I say maybe because as the data is altered, maybe there are also artifacts created during the conversion that cause the issue.

EDIT: just to confirm that after converting the Int16 raster into Float32, it works again (even with rounded values).

from pyflwdir.

DirkEilander avatar DirkEilander commented on July 18, 2024

Thanks for posting the issue and a workaround.

It seems z1 in the line below somehow (not sure why) is of a different dtype than the elevation grid causing the issue. Forced it to be the same dtype will probably solve it.

heapq.heappush(q, (z1, np.uint8(0), np.uint32(r), np.uint32(c)))

from pyflwdir.

DirkEilander avatar DirkEilander commented on July 18, 2024

This should be fixed in PR #41 and will be added to the next release. For now you can install the latest development version from the main branch of the github repos. Feel free to reopen in case the issue is not solved.

from pyflwdir.

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.