Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Opening 2 GeoTIFF with several time bands #32

Open
ghost opened this issue Dec 5, 2018 · 1 comment
Open

Opening 2 GeoTIFF with several time bands #32

ghost opened this issue Dec 5, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 5, 2018

I'm stuck with this. I have 2 GeoTIFF (one for the 'u' and one for the 'v' component) and each one has 96 rasters representing 1 hour each. I can't figure how can I make the 96 layers, would anyone help me out?

@brentfraser
Copy link

Try using GDAL's gdal_translate command using a hand-crafted VRT file as input. The VRT file allows referencing bands in different files. gdal_translate will read the VRT file and create a GeoTIFF file with one band from each file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants