GeoTIFFBayern

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Images
Introduced first in SolidGeometry 5.3, Creation date: 2023-08-14, Last change: 2025-09-15

load GeoTIFF Data from the Bayern cloud

Description

Unclear how long this data is available (for free)
Following a suggestion by Robin Schregle, the archive is now stored relative to the SGLibpath: of the data in [SGlibpath filesep 'DGM1 Modelle']


See Also: VLwarpgrid , FLofVLmeshgrid , SGofGeoTIFF , SGshrinktofit , SGdemoulding , SGLibpath

Example Illustration

 missing image of GeoTIFFBayern(L,B,Res)

Syntax

[I,txt,L,B]=GeoTIFFBayern([L,B,Res])

Input Parameter

L: Longitude; default is 737 (Niederaudorf)
B: Latitude; default is 5284 (Niederaudorf)
Res: Resolution default is 1

Output Parameter

I: Image of the selected
txt: complete command used
L: Longitude
B: Latitude

Examples


GeoTIFFBayern(737,5284,1);I=ans; % Geotiff of "Niederaudorf"
GeoTIFFBayern(734:737,5283:5285);I=ans % Geotiff of "Wildbarren"
VLwarpgrid(I,'','','',true); VL=ans;
[I,~,L,B]=GeoTIFFBayern(631,5268,1); % Geotiff of Neuschwanstein

Additional Hyperlinks





Copyright 2023-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Last html export of this page out of FM database by TL: 2025-09-21