Satellite image spatial references?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Gamliel Roos
el 2 de Sept. de 2019
Comentada: Gamliel Roos
el 18 de Sept. de 2019
Hi i have two question: - When i use geotiffread for satellite image georeference's how can i have access to it's spatial references to be able to compare them with an other satellite image of the same place but with a different field ?
- For sentinel 2 image i have or a XML file or all the seperate bands in jp2 in this case how can i have acess to the spatial references ? Thanks very much for your answer.
0 comentarios
Respuesta aceptada
Subhadeep Koley
el 6 de Sept. de 2019
[boston, R] = geotiffread('boston.tif');
Here, R contains the spatial reference object.
R =
MapCellsReference with properties:
XWorldLimits: [764317.995579396 779019.409746063]
YWorldLimits: [2951122.28480912 2960574.36564245]
RasterSize: [2881 4481]
RasterInterpretation: 'cells'
ColumnsStartFrom: 'north'
RowsStartFrom: 'west'
CellExtentInWorldX: 3.28083333333333
CellExtentInWorldY: 3.28083333333333
RasterExtentInWorldX: 14701.4141666667
RasterExtentInWorldY: 9452.08083333332
XIntrinsicLimits: [0.5 4481.5]
YIntrinsicLimits: [0.5 2881.5]
TransformationType: 'rectilinear'
CoordinateSystemType: 'planar'
Más respuestas (0)
Ver también
Categorías
Más información sobre Satellite Mission Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!