GithubHelp home page GithubHelp logo

DEM download takes a long time about raider HOT 8 CLOSED

dbekaert avatar dbekaert commented on July 23, 2024
DEM download takes a long time

from raider.

Comments (8)

dbekaert avatar dbekaert commented on July 23, 2024

@sssangha can you provide some insight from ARIA-tools experience?
Might first generate a cropped vrt and then do a warp in mem on the cropped vrt?
Recall @bbuzz31 had some similar issue for the nlc map.

from raider.

bbuzz31 avatar bbuzz31 commented on July 23, 2024

I would recommend replacing the gdal.Warp command (and wrpOpt) with:
gdal.BuildVRT(memRaster, inRaster, outputBounds=[minlon, minlat, maxlon, maxlat])
This seems to increase the access speed, but when the array is read in utilFcns.gdal_open() it will still take awhile for a large region.

from raider.

dbekaert avatar dbekaert commented on July 23, 2024

from raider.

jlmaurer avatar jlmaurer commented on July 23, 2024

Thanks @bbuzz31 and @dbekaert I'll implement that change and push it to the repo!

from raider.

piyushrpt avatar piyushrpt commented on July 23, 2024

If you are not transforming map projections, using translate is going to be lot faster than warp

from raider.

jlmaurer avatar jlmaurer commented on July 23, 2024

Thanks @piyushrpt, we implemented the virtual raster and seems to be working well!

I just noticed though that the DEM we download is ellipsoidal heights; should we be doing an ellipsoidal correction as is done in ISCE?

from raider.

dbekaert avatar dbekaert commented on July 23, 2024

@jlmaurer see here for details open topogrpahy
SRTM GL1 (30m Ellipsoidal) is a version of the popular Shuttle Radar Topography Mission dataset where elevation values are WGS84 ellipsoidal height as opposed to the standard orthometric, or geoid-referenced, elevation.

This is correct as input for tropospheric delays estiamtion, and does not need any more correction. @piyushrpt can you confirm my statement?

from raider.

dbekaert avatar dbekaert commented on July 23, 2024

Will close it out, @piyushrpt let us know in care you disagree.

from raider.

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.