GithubHelp home page GithubHelp logo

deltadtm.jl's Introduction

DOI

DeltaDTM.jl

Julia package used to create DeltaDTM

In src there's the source code of the package. More useful are the files in scripts, which make use of the src files. They can be called like so:

  • julia --project scripts/bias_call to process the bias correction
  • julia --project scripts/dtm_call to generate DeltaDTM tiles
  • julia --project scripts/make_release to generate DeltaDTM zips

Prerequisites

To run this as is, one needs at least CopernicusDEM tiles (used both with and without water masked out), the original CopernicusDEM error and mask files. One also need to download ESA-WorldCover 2021 and subtile the dataset into CopernicusDEM tiles. Last but not least, one needs to download all ICESat-2 and GEDI data for their area of interest (can be done with SpaceLiDAR.jl) and save these as GeoParquet (.pq), also tiled to the CopernicusDEM tiles, by saving multiple GeoParquet files (one for each granule) in a folder per tile.

For all these .tif tiles, gdalbuildvrt is run, to include all direct neighbours of such tiles. Each 1 by 1 degree .tif tile thus as a .tif.vrt tile that's 3 by 3 degrees. For the GeoParquet files .pq a similar buffer is made, by making a text (.txt) file containing the paths of all files, including all filepaths in the neighboring tilefolders.

Plots

The plots are made in Python (with the exception of the bias plot in src/bias.jl), and can be found in the plots folder.

Tables

The validation tables can be generated as .csv by calling scripts/validation.jl, once DeltaDTM has been generated for areas with a validation tile, also tiled to the CopernicusDEM specification.

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.