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