SlideShare a Scribd company logo
Center for Research and Application for Satellite Remote Sensing
Yamaguchi University
Data Processing Using IRS Satellite Imagery for
Disaster Monitoring (Case Study: Earthquake in
Indonesia)
IRS
• India's remote sensing programme under the Indian Space Research
Organization (ISRO) started off in 1988 with the IRS-1A, the first of the
series of indigenous state-of-art operating remote sensing
satellites,which was successfully launched into a polar sun-synchronous
orbit on March 17, 1988 from the Soviet Cosmodrome at Baikonur.
• IRS is the integrated LEO (Low Earth Orbit) element of India's NNRMS
(National Natural Resources Management System) with the objective to
provide a long-term spaceborne operational capability to India for the
observation and management of the country's natural resources
(applications in agriculture, hydrology, geology, drought and flood
monitoring, marine studies, snow studies, and land use)[1].
[1] National Remote Sensing Centre, “IRS Data Products” 2019. https://www.nrsc.gov.in/IRS_Data_Products
Earthquake in Indonesia
• On 28 September 2018, a shallow, large earthquake struck in
the neck of the Minahasa Peninsula, Indonesia, with
its epicentre located in the mountainous Donggala
Regency, Central Sulawesi.
• The magnitude 7.5 quake was located 77 km (48 mi) away
from the provincial capital Palu and was felt as far away
as Samarinda on East Kalimantan and also
in Tawau, Malaysia.
• This event was preceded by a sequence of foreshocks, the
largest of which was a magnitude 6.1 tremor that occurred
earlier that day[2].
[2] BBC, “Indonesia earthquake: Hundreds dead in Palu quake and tsunami”, Sept. 29, 2016.
https://www.bbc.com/news/world-asia-45683630
Affected areas by the
earthquake and tsunami:
Center Sulawesi, Sulawesi Island,
Indonesia[2]
Sentinel Asia website
( https://sentinel.tksc.jaxa.jp/sentinel2/emobSelect.jsp )
Data collection
Study area: Center Sulawesi, Sulawesi
Island, Indonesia
Available Post-Disaster IRS Data for
Indonesia Earthquake:
Post-Disaster THEOS Data in the Reported Damaged Areas (2018/10/04)
• INSRisis0001201810030006
Satellite ID IRS-R2
Repeat Coverage 5-24 Days
Sensors High Resolution Linear
Imaging Self-Scanning
System IV (LISS-IV)
Resolution (m) 5.8
Swath Width (km) 24 – 70
Sensor Channels LISS-IV-2
LISS-IV-3
LISS-IV-4
Spectral bands Raw images
BAND2_RPC
Green (G)
0.52 – 0.59 μm
BAND3_RPC
Red (R)
0.62 – 0.68 m
BAND4_RPC
Near-Infrared (NIR)
0.77 – 0.86 μm
• Product ID 1850681410
Spectral bands TIFF format image
Band 123 (Red,
Green, Blue)
Method of the Data Processing
Data processing is conducted using an open-source GIS application of QGIS[3].
Post-disaster IRS
optical data
NDVI calculation
Thresholding and segmentation
Georeferencing
Pre-disaster Landsat 8
optical data
Plan curvature
Re-segmentation by masking two clusters image with five
clusters image
Refinement of damaged areas classification
Extracted damaged areas due to earthquake and tsunami
Color compositing
Two clusters image
of damaged and non
damaged areas
Pre-processing
Color compositing
Visualization
of pre-disaster
image
Image comparison
[3]QGIS, “QGIS Tutorials and Tips”
Apr. 30, 2018.
https://www.qgistutorials.com/en
/docs/
Visualization
of post-disaster
image
Five clusters image
of land cover
classes
Assigning Coordinate Reference System
Set an appropriate Coordinate Reference System (CRS) for the project as well as adjust it for the image layers.
• CRS for the study area is
Makassar EPSG:4257
• Project → Project Properties…
→ CRS → Tick on “Enable ‘on
the fly’ CRS transformation
(OTF)” → Type on “Filter” to
search a coordinate reference
system “Makassar EPSG:4257”
→ Apply → OK
Georeferencing
Process of assigning real-world coordinates to each pixel of the raster..
• Georeferencing is conducted using 6 GCP points.
• Raster → Georeferencer → Add Point → Transformation Settings → Transformation type “Thin
Plate Spline” and Resampling method “Nearest neighbour” → Start Georeferencing
• Georeferencing for Green (BAND2_RPC) band:
1
2
• Georeferencing for Red and
Near-Infrared bands using the
collected points.
• Raster → Georeferencer →
Load GCP Points →
Transformation Settings →
Transformation type “Thin
Plate Spline” and Resampling
method “Nearest neighbor”
→ Start Georeferencing
• Georeferencing for Red
(BAND3_RPC) band:
• Georeferencing for Near-
Infrared (BAND4_RPC) band:
Band Set
Combining or merging several bands for color compositing, i.e., RGB bands.
• Raster → Build Virtual Raster (Catalog)… → Output file “Name of the output file” →
Source No Data “0” → Target SRS “Selected CRS” → Separate → OK
1
2
Image Resizing
Change the size of the image to the intended area, in this case, the area suspected of being damaged.
• Raster → Extraction → Clipper…
• Input file (raster) “Virtual raster image” → Output file “Name of the image clip” →
No data value”0” → Extent → Select the extent by drag on canvas → OK
1
2
Natural Color Composite
A natural or true color composite is an image displaying a combination of the visible red, green and blue bands that
resulting composite resembles what would be observed naturally by the human eye.
• The natural color composite is produced using the combination of Red, Green, and Blue bands as red, green, and
blue components of the display.
• Right click on the layer → Properties → Band rendering → Render type “Multiband color” → RGB 123
False color composite
False color images are a representation of a multispectral image that allow us to visualize wavelengths that the
human eye can not see (i.e. near-infrared and beyond).
• The false color composite is produced using the combination of Near-Infrared, Red, and Green bands as red,
green, and blue components of the display.
• Right click on the layer → Properties → Band rendering → Render type “Multiband color” → RGB 432
NDVI Calculation
Normalized Difference Vegetation Index (NDVI) is a simple graphical indicator that can be used to analyze remote
sensing measurements, and quantify vegetation by measuring the difference between near-infrared and red light.
• NDVI = N (NIR) band – V (R) band / N (NIR) band + V (R) band
• Raster → Raster Calculator → NDVI = “(Band N – Band R) / (Band N + Band R)”
• Histogram of the NDVI value can be generated from the NDVI image result
• Right click on the layer → Properties → Histogram
• NDVI value ranges from -0.154832 to 0.633683
0.633683
NDVI values
-0.154832
NDVI values
• Band rendering type
Singleband gray
• Band rendering type
Singleband pseudocolor
0.633683
-0.154832
Image Segmentation Into Two
Clusters
Divided an image into flooded and non-flooded
areas by using a threshold based on NDVI values
• Processing → Toolbox → SAGA → Image
analysis → K-means clustering for grids →
Grids “Select NDVI raster layer” → Method
“[2] Combined Minimum Distance/ Hill-
climbing → Clusters “2” → Maximum
Iterations “1000” → Resampling method
“Nearest Neighbour”
Two clusters image result
Clusters ID Elements Std. Dev. NDVI Values Image Clusters
0 4109472 0.535937 0.007828 1
1 7121328 0.545083 0.402636 2
• Band rendering type Singleband
pseudocolor
• Band rendering type Singleband gray
Image Classification
Classified an image into clusters that represent
land cover, i.e., water, vegetation, built-up area,
bare land, as well as determining a class beside
the land cover classes as flooded areas.
• Processing → Toolbox → SAGA → Image
analysis → K-means clustering for grids → Grids
“Select NDVI raster layer” → Method “[2]
Combined Minimum Distance/ Hill-climbing →
Clusters “5” → Maximum Iterations “1000” →
Resampling method “Nearest Neighbour”
Five clusters image result
Clusters ID Elements Std. Dev. NDVI Values Image Clusters
0 1878310 0.226205 0.570192 1
1 2596146 0.187728 0.409741 2
2 2790744 0.181486 0.272822 3
3 1828890 0.216425 0.117686 4
4 2136710 0.195385 -0.099162 5
• Band rendering type Singleband gray
• Band rendering type Singleband
pseudocolor
The difference between two clusters and five clusters image results
• Damaged areas obtained in cluster 1 ( ) of the two clusters image and cluster 3 ( ) of the
five clusters image
• Nevertheless, flooded areas in the two clusters image result contain areas that are classified as land
cover classes. For instance, an area classified as water ( ) in the five clusters image is classified as
damaged areas ( ) in the two clusters image.
Image Masking
Subtracting two clusters image of damaged and non-damaged areas with five clusters image of land cover classification.
• Raster → Raster Calculator… → Raster calculator expression “(Clusters 2) – (Clusters 5)”
Rendering the image color of the masked image into singleband pseudocolor
• Right click on the layer → Properties → Style → Render type “Singleband pseudocolor” → Color
“ “ → Classify → Apply → OK
• According to the masked image classes of the two clusters and five clusters images, values of damaged
areas are in class “-1” that is 0.007828 and 0.117686.
Extracting damaged areas
Determine a range value that indicates damaged area both in two and five clusters images from the masked image result.
• Extracting values of damaged areas that is ≤ class 0
• Raster → Raster Calculator… → Raster calculator expression “(Clusters 2 – Clusters 5) ≤
0
• ” ” is non-damaged areas;
• “ ” is damaged areas
Polygonize
Conversion of raster layer into vector layer.
• Convert image result of the extracted
damaged areas in raster format to
vector format.
• Raster → Conversions → Polygonize
(Raster to vector) → Input file (raster)
“Clusters 2 – Clusters 5)” → Output file
for polygons (shapefile) “Damaged
areas” → Field name “DN” → OK
• Right click on the layer → Properties →
Style → Fill “Transparent” → Outline
“Yellow” → →Fill style “Bold” →Outline
style “Solid Line” → Outline width
“0.26” → Apply → OK
Combining Raster and Vector Layers
Overlaying image in vector layer on raster layer image to visualize the intended area distribution.
• Overlaying extracted damaged areas in vector layer on color composite raster image to visualize the damaged
areas distribution.
• Layer Panel → Activate “Vector layer of extracted damaged areas” and “Raster layer of color composite image”
Map Creation
Produce a map with necessary attributes as a final result of the image processing.
• Create a map of damaged area distribution obtained from the data processing with legend and the other necessary
information.
• Project → New Print Composer → Input “Name of the map”
Add new map
“Processed image
result”
Add image “Direction
symbol”
Add new label “Data
information”
Add new legend
“Extracted damaged
area information”
Add new scale bar
“Line” and “Numeric”
Add rectangle
“Boundary for the
map in rectangle”
Data Processing of Pre-Disaster Image of Landsat 8
In particular for Landsat 8, data processing includes atmospheric correction, band set, resizing, and color compositing.
• SCP → Preprocessing → Landsat → “Apply DOS1 atmospheric
correction” and “Create Band set and use Band set tools”
• Raster → Miscellaneous → Build Virtual
Raster (Catalog)… → Input files “Band
RGBN 2345 → OK
• Raster → Extraction → Clipper…
• Right click on the layer → Properties → Band rendering → Render type
“Multiband color” → Select “RGB“ → Apply → OK
“RGB 432
(False color
composite)”
“RGB 123
(Natural color
composite)”
Pre- and Post-Disaster Images of Landsat 8 and IRS
False color composite
• Pre-Disaster Landsat 8 (2017/10/06) • Post-Disaster IRS (2018/10/04)
False color composite
Thank you

More Related Content

Similar to Data Processing Using IRS Satellite Imagery for Disaster Monitoring (Case Study: Earthquake in Indonesia)

Normalized Difference Vegetation Index (NDVI)
Normalized Difference Vegetation Index (NDVI)Normalized Difference Vegetation Index (NDVI)
Normalized Difference Vegetation Index (NDVI)
Somenath Goswami
 
Automated features extraction from satellite images.
Automated features extraction from satellite images.Automated features extraction from satellite images.
Automated features extraction from satellite images.
HimanshuGupta1081
 
PCA and Classification
PCA and ClassificationPCA and Classification
PCA and Classification
Fatwa Ramdani
 
F05843238
F05843238F05843238
F05843238
IOSR-JEN
 
RECAP Horizon 2020 Project - 1st RECAP Webinar
RECAP Horizon 2020 Project - 1st RECAP WebinarRECAP Horizon 2020 Project - 1st RECAP Webinar
RECAP Horizon 2020 Project - 1st RECAP Webinar
RECAP_H2020_Project
 
Platforms of Remote sensing and GIS
Platforms of Remote sensing and GISPlatforms of Remote sensing and GIS
Platforms of Remote sensing and GIS
Mouna Guru
 
Improvement of Anomaly Detection Algorithms in Hyperspectral Images Using Dis...
Improvement of Anomaly Detection Algorithms in Hyperspectral Images Using Dis...Improvement of Anomaly Detection Algorithms in Hyperspectral Images Using Dis...
Improvement of Anomaly Detection Algorithms in Hyperspectral Images Using Dis...
sipij
 
Co-Registration of Small-Scale Satellite Data
Co-Registration of Small-Scale Satellite DataCo-Registration of Small-Scale Satellite Data
Co-Registration of Small-Scale Satellite Data
NopphawanTamkuan
 
LiDER ACTIVE MICROWACE REMOTE SENSING
LiDER ACTIVE MICROWACE REMOTE SENSINGLiDER ACTIVE MICROWACE REMOTE SENSING
LiDER ACTIVE MICROWACE REMOTE SENSING
SyedSamiulHaque
 
The Matsu Project - Open Source Software for Processing Satellite Imagery Data
The Matsu Project - Open Source Software for Processing Satellite Imagery DataThe Matsu Project - Open Source Software for Processing Satellite Imagery Data
The Matsu Project - Open Source Software for Processing Satellite Imagery Data
Robert Grossman
 
Unit 1 introduction to remote sensing
Unit  1 introduction to remote sensing Unit  1 introduction to remote sensing
Unit 1 introduction to remote sensing
Dhanalakshmi Dasari
 
Vicarious Radiometric Calibration
Vicarious Radiometric CalibrationVicarious Radiometric Calibration
Vicarious Radiometric Calibration
Betsy Kenaston
 
Scrdet++ analysis
Scrdet++ analysisScrdet++ analysis
Scrdet++ analysis
NEHA Kapoor
 
Remote sensing
Remote sensingRemote sensing
Remote sensing
YaminiPurohit1
 
Presentation: Fee & Brigley
Presentation: Fee & BrigleyPresentation: Fee & Brigley
Presentation: Fee & Brigley
COGS Presentations
 
Resolution.pptx remote sensing resolution
Resolution.pptx remote sensing resolutionResolution.pptx remote sensing resolution
Resolution.pptx remote sensing resolution
aaravpatel29
 
IRSP6
IRSP6IRSP6
Airborne Laser Scanning Remote Sensing with LiDAR.ppt
Airborne Laser Scanning Remote Sensing with LiDAR.pptAirborne Laser Scanning Remote Sensing with LiDAR.ppt
Airborne Laser Scanning Remote Sensing with LiDAR.ppt
ssuser6358fd
 
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
CSCJournals
 
Landuse Landcover mapping and Comparative analysis of deM from TerraSAR-X and...
Landuse Landcover mapping and Comparative analysis of deM from TerraSAR-X and...Landuse Landcover mapping and Comparative analysis of deM from TerraSAR-X and...
Landuse Landcover mapping and Comparative analysis of deM from TerraSAR-X and...
Kamal Shahi
 

Similar to Data Processing Using IRS Satellite Imagery for Disaster Monitoring (Case Study: Earthquake in Indonesia) (20)

Normalized Difference Vegetation Index (NDVI)
Normalized Difference Vegetation Index (NDVI)Normalized Difference Vegetation Index (NDVI)
Normalized Difference Vegetation Index (NDVI)
 
Automated features extraction from satellite images.
Automated features extraction from satellite images.Automated features extraction from satellite images.
Automated features extraction from satellite images.
 
PCA and Classification
PCA and ClassificationPCA and Classification
PCA and Classification
 
F05843238
F05843238F05843238
F05843238
 
RECAP Horizon 2020 Project - 1st RECAP Webinar
RECAP Horizon 2020 Project - 1st RECAP WebinarRECAP Horizon 2020 Project - 1st RECAP Webinar
RECAP Horizon 2020 Project - 1st RECAP Webinar
 
Platforms of Remote sensing and GIS
Platforms of Remote sensing and GISPlatforms of Remote sensing and GIS
Platforms of Remote sensing and GIS
 
Improvement of Anomaly Detection Algorithms in Hyperspectral Images Using Dis...
Improvement of Anomaly Detection Algorithms in Hyperspectral Images Using Dis...Improvement of Anomaly Detection Algorithms in Hyperspectral Images Using Dis...
Improvement of Anomaly Detection Algorithms in Hyperspectral Images Using Dis...
 
Co-Registration of Small-Scale Satellite Data
Co-Registration of Small-Scale Satellite DataCo-Registration of Small-Scale Satellite Data
Co-Registration of Small-Scale Satellite Data
 
LiDER ACTIVE MICROWACE REMOTE SENSING
LiDER ACTIVE MICROWACE REMOTE SENSINGLiDER ACTIVE MICROWACE REMOTE SENSING
LiDER ACTIVE MICROWACE REMOTE SENSING
 
The Matsu Project - Open Source Software for Processing Satellite Imagery Data
The Matsu Project - Open Source Software for Processing Satellite Imagery DataThe Matsu Project - Open Source Software for Processing Satellite Imagery Data
The Matsu Project - Open Source Software for Processing Satellite Imagery Data
 
Unit 1 introduction to remote sensing
Unit  1 introduction to remote sensing Unit  1 introduction to remote sensing
Unit 1 introduction to remote sensing
 
Vicarious Radiometric Calibration
Vicarious Radiometric CalibrationVicarious Radiometric Calibration
Vicarious Radiometric Calibration
 
Scrdet++ analysis
Scrdet++ analysisScrdet++ analysis
Scrdet++ analysis
 
Remote sensing
Remote sensingRemote sensing
Remote sensing
 
Presentation: Fee & Brigley
Presentation: Fee & BrigleyPresentation: Fee & Brigley
Presentation: Fee & Brigley
 
Resolution.pptx remote sensing resolution
Resolution.pptx remote sensing resolutionResolution.pptx remote sensing resolution
Resolution.pptx remote sensing resolution
 
IRSP6
IRSP6IRSP6
IRSP6
 
Airborne Laser Scanning Remote Sensing with LiDAR.ppt
Airborne Laser Scanning Remote Sensing with LiDAR.pptAirborne Laser Scanning Remote Sensing with LiDAR.ppt
Airborne Laser Scanning Remote Sensing with LiDAR.ppt
 
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
 
Landuse Landcover mapping and Comparative analysis of deM from TerraSAR-X and...
Landuse Landcover mapping and Comparative analysis of deM from TerraSAR-X and...Landuse Landcover mapping and Comparative analysis of deM from TerraSAR-X and...
Landuse Landcover mapping and Comparative analysis of deM from TerraSAR-X and...
 

More from NopphawanTamkuan

Application of OpenStreetMap in Disaster Risk Management
Application of OpenStreetMap in Disaster Risk ManagementApplication of OpenStreetMap in Disaster Risk Management
Application of OpenStreetMap in Disaster Risk Management
NopphawanTamkuan
 
Unmanned Aerial Vehicle Application
Unmanned Aerial Vehicle ApplicationUnmanned Aerial Vehicle Application
Unmanned Aerial Vehicle Application
NopphawanTamkuan
 
Visualizing CDR Data
Visualizing CDR DataVisualizing CDR Data
Visualizing CDR Data
NopphawanTamkuan
 
Disaster Damage Assessment and Recovery Monitoring Using Night-Time Light on GEE
Disaster Damage Assessment and Recovery Monitoring Using Night-Time Light on GEEDisaster Damage Assessment and Recovery Monitoring Using Night-Time Light on GEE
Disaster Damage Assessment and Recovery Monitoring Using Night-Time Light on GEE
NopphawanTamkuan
 
Introduction to Synthetic Aperture Radar (SAR)
Introduction to Synthetic Aperture Radar (SAR)Introduction to Synthetic Aperture Radar (SAR)
Introduction to Synthetic Aperture Radar (SAR)
NopphawanTamkuan
 
Differential SAR Interferometry Using Sentinel-1 Data for Kumamoto Earthquake
Differential SAR Interferometry Using Sentinel-1 Data for Kumamoto EarthquakeDifferential SAR Interferometry Using Sentinel-1 Data for Kumamoto Earthquake
Differential SAR Interferometry Using Sentinel-1 Data for Kumamoto Earthquake
NopphawanTamkuan
 
SAR Data Applications for Disasters
SAR Data Applications for DisastersSAR Data Applications for Disasters
SAR Data Applications for Disasters
NopphawanTamkuan
 
Color Composite in ENVI (Case Study: Flood in Vietnam)
Color Composite in ENVI (Case Study: Flood in Vietnam)Color Composite in ENVI (Case Study: Flood in Vietnam)
Color Composite in ENVI (Case Study: Flood in Vietnam)
NopphawanTamkuan
 
Earthquake Damage Detection Using SAR Interferometric Coherence
Earthquake Damage Detection Using SAR Interferometric CoherenceEarthquake Damage Detection Using SAR Interferometric Coherence
Earthquake Damage Detection Using SAR Interferometric Coherence
NopphawanTamkuan
 
How to better understand SAR, interpret SAR products and realize the limitations
How to better understand SAR, interpret SAR products and realize the limitationsHow to better understand SAR, interpret SAR products and realize the limitations
How to better understand SAR, interpret SAR products and realize the limitations
NopphawanTamkuan
 
SAR Interferometry Technique
SAR Interferometry TechniqueSAR Interferometry Technique
SAR Interferometry Technique
NopphawanTamkuan
 
Flood Detection Using ALOS-2 Images in SNAP
Flood Detection Using ALOS-2 Images in SNAPFlood Detection Using ALOS-2 Images in SNAP
Flood Detection Using ALOS-2 Images in SNAP
NopphawanTamkuan
 
Differential SAR Interferometry Using ALOS-2 Data for Nepal Earthquake
Differential SAR Interferometry Using ALOS-2 Data for Nepal EarthquakeDifferential SAR Interferometry Using ALOS-2 Data for Nepal Earthquake
Differential SAR Interferometry Using ALOS-2 Data for Nepal Earthquake
NopphawanTamkuan
 
Flood Detection Using During-Flood SAR Image in QGIS
Flood Detection Using During-Flood SAR Image in QGISFlood Detection Using During-Flood SAR Image in QGIS
Flood Detection Using During-Flood SAR Image in QGIS
NopphawanTamkuan
 
Color Composite in ENVI (Case Study: Flood in Myanmar)
Color Composite in ENVI (Case Study: Flood in Myanmar)Color Composite in ENVI (Case Study: Flood in Myanmar)
Color Composite in ENVI (Case Study: Flood in Myanmar)
NopphawanTamkuan
 
Play with Vector and Make Map
Play with Vector and Make MapPlay with Vector and Make Map
Play with Vector and Make Map
NopphawanTamkuan
 
Image Classification
Image ClassificationImage Classification
Image Classification
NopphawanTamkuan
 
Useful Tools in QGIS
Useful Tools in QGISUseful Tools in QGIS
Useful Tools in QGIS
NopphawanTamkuan
 
Understanding Basic of Python
Understanding Basic of PythonUnderstanding Basic of Python
Understanding Basic of Python
NopphawanTamkuan
 
Introduction to Geospatial Data
Introduction to Geospatial DataIntroduction to Geospatial Data
Introduction to Geospatial Data
NopphawanTamkuan
 

More from NopphawanTamkuan (20)

Application of OpenStreetMap in Disaster Risk Management
Application of OpenStreetMap in Disaster Risk ManagementApplication of OpenStreetMap in Disaster Risk Management
Application of OpenStreetMap in Disaster Risk Management
 
Unmanned Aerial Vehicle Application
Unmanned Aerial Vehicle ApplicationUnmanned Aerial Vehicle Application
Unmanned Aerial Vehicle Application
 
Visualizing CDR Data
Visualizing CDR DataVisualizing CDR Data
Visualizing CDR Data
 
Disaster Damage Assessment and Recovery Monitoring Using Night-Time Light on GEE
Disaster Damage Assessment and Recovery Monitoring Using Night-Time Light on GEEDisaster Damage Assessment and Recovery Monitoring Using Night-Time Light on GEE
Disaster Damage Assessment and Recovery Monitoring Using Night-Time Light on GEE
 
Introduction to Synthetic Aperture Radar (SAR)
Introduction to Synthetic Aperture Radar (SAR)Introduction to Synthetic Aperture Radar (SAR)
Introduction to Synthetic Aperture Radar (SAR)
 
Differential SAR Interferometry Using Sentinel-1 Data for Kumamoto Earthquake
Differential SAR Interferometry Using Sentinel-1 Data for Kumamoto EarthquakeDifferential SAR Interferometry Using Sentinel-1 Data for Kumamoto Earthquake
Differential SAR Interferometry Using Sentinel-1 Data for Kumamoto Earthquake
 
SAR Data Applications for Disasters
SAR Data Applications for DisastersSAR Data Applications for Disasters
SAR Data Applications for Disasters
 
Color Composite in ENVI (Case Study: Flood in Vietnam)
Color Composite in ENVI (Case Study: Flood in Vietnam)Color Composite in ENVI (Case Study: Flood in Vietnam)
Color Composite in ENVI (Case Study: Flood in Vietnam)
 
Earthquake Damage Detection Using SAR Interferometric Coherence
Earthquake Damage Detection Using SAR Interferometric CoherenceEarthquake Damage Detection Using SAR Interferometric Coherence
Earthquake Damage Detection Using SAR Interferometric Coherence
 
How to better understand SAR, interpret SAR products and realize the limitations
How to better understand SAR, interpret SAR products and realize the limitationsHow to better understand SAR, interpret SAR products and realize the limitations
How to better understand SAR, interpret SAR products and realize the limitations
 
SAR Interferometry Technique
SAR Interferometry TechniqueSAR Interferometry Technique
SAR Interferometry Technique
 
Flood Detection Using ALOS-2 Images in SNAP
Flood Detection Using ALOS-2 Images in SNAPFlood Detection Using ALOS-2 Images in SNAP
Flood Detection Using ALOS-2 Images in SNAP
 
Differential SAR Interferometry Using ALOS-2 Data for Nepal Earthquake
Differential SAR Interferometry Using ALOS-2 Data for Nepal EarthquakeDifferential SAR Interferometry Using ALOS-2 Data for Nepal Earthquake
Differential SAR Interferometry Using ALOS-2 Data for Nepal Earthquake
 
Flood Detection Using During-Flood SAR Image in QGIS
Flood Detection Using During-Flood SAR Image in QGISFlood Detection Using During-Flood SAR Image in QGIS
Flood Detection Using During-Flood SAR Image in QGIS
 
Color Composite in ENVI (Case Study: Flood in Myanmar)
Color Composite in ENVI (Case Study: Flood in Myanmar)Color Composite in ENVI (Case Study: Flood in Myanmar)
Color Composite in ENVI (Case Study: Flood in Myanmar)
 
Play with Vector and Make Map
Play with Vector and Make MapPlay with Vector and Make Map
Play with Vector and Make Map
 
Image Classification
Image ClassificationImage Classification
Image Classification
 
Useful Tools in QGIS
Useful Tools in QGISUseful Tools in QGIS
Useful Tools in QGIS
 
Understanding Basic of Python
Understanding Basic of PythonUnderstanding Basic of Python
Understanding Basic of Python
 
Introduction to Geospatial Data
Introduction to Geospatial DataIntroduction to Geospatial Data
Introduction to Geospatial Data
 

Recently uploaded

HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
deepaannamalai16
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
 
How to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in useHow to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in use
Celine George
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
David Douglas School District
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
zuzanka
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGHKHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
shreyassri1208
 
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptxBIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
RidwanHassanYusuf
 
How to Manage Reception Report in Odoo 17
How to Manage Reception Report in Odoo 17How to Manage Reception Report in Odoo 17
How to Manage Reception Report in Odoo 17
Celine George
 
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
ImMuslim
 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
nitinpv4ai
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
Mohammad Al-Dhahabi
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
RamseyBerglund
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
TechSoup
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
Steve Thomason
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
Nguyen Thanh Tu Collection
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
سمير بسيوني
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
Jyoti Chand
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
Prof. Dr. K. Adisesha
 

Recently uploaded (20)

HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
 
How to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in useHow to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in use
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGHKHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
 
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptxBIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
 
How to Manage Reception Report in Odoo 17
How to Manage Reception Report in Odoo 17How to Manage Reception Report in Odoo 17
How to Manage Reception Report in Odoo 17
 
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
 

Data Processing Using IRS Satellite Imagery for Disaster Monitoring (Case Study: Earthquake in Indonesia)

  • 1. Center for Research and Application for Satellite Remote Sensing Yamaguchi University Data Processing Using IRS Satellite Imagery for Disaster Monitoring (Case Study: Earthquake in Indonesia)
  • 2. IRS • India's remote sensing programme under the Indian Space Research Organization (ISRO) started off in 1988 with the IRS-1A, the first of the series of indigenous state-of-art operating remote sensing satellites,which was successfully launched into a polar sun-synchronous orbit on March 17, 1988 from the Soviet Cosmodrome at Baikonur. • IRS is the integrated LEO (Low Earth Orbit) element of India's NNRMS (National Natural Resources Management System) with the objective to provide a long-term spaceborne operational capability to India for the observation and management of the country's natural resources (applications in agriculture, hydrology, geology, drought and flood monitoring, marine studies, snow studies, and land use)[1]. [1] National Remote Sensing Centre, “IRS Data Products” 2019. https://www.nrsc.gov.in/IRS_Data_Products
  • 3. Earthquake in Indonesia • On 28 September 2018, a shallow, large earthquake struck in the neck of the Minahasa Peninsula, Indonesia, with its epicentre located in the mountainous Donggala Regency, Central Sulawesi. • The magnitude 7.5 quake was located 77 km (48 mi) away from the provincial capital Palu and was felt as far away as Samarinda on East Kalimantan and also in Tawau, Malaysia. • This event was preceded by a sequence of foreshocks, the largest of which was a magnitude 6.1 tremor that occurred earlier that day[2]. [2] BBC, “Indonesia earthquake: Hundreds dead in Palu quake and tsunami”, Sept. 29, 2016. https://www.bbc.com/news/world-asia-45683630
  • 4. Affected areas by the earthquake and tsunami: Center Sulawesi, Sulawesi Island, Indonesia[2]
  • 5. Sentinel Asia website ( https://sentinel.tksc.jaxa.jp/sentinel2/emobSelect.jsp ) Data collection
  • 6. Study area: Center Sulawesi, Sulawesi Island, Indonesia Available Post-Disaster IRS Data for Indonesia Earthquake:
  • 7. Post-Disaster THEOS Data in the Reported Damaged Areas (2018/10/04) • INSRisis0001201810030006 Satellite ID IRS-R2 Repeat Coverage 5-24 Days Sensors High Resolution Linear Imaging Self-Scanning System IV (LISS-IV) Resolution (m) 5.8 Swath Width (km) 24 – 70 Sensor Channels LISS-IV-2 LISS-IV-3 LISS-IV-4 Spectral bands Raw images BAND2_RPC Green (G) 0.52 – 0.59 μm BAND3_RPC Red (R) 0.62 – 0.68 m BAND4_RPC Near-Infrared (NIR) 0.77 – 0.86 μm • Product ID 1850681410 Spectral bands TIFF format image Band 123 (Red, Green, Blue)
  • 8. Method of the Data Processing Data processing is conducted using an open-source GIS application of QGIS[3]. Post-disaster IRS optical data NDVI calculation Thresholding and segmentation Georeferencing Pre-disaster Landsat 8 optical data Plan curvature Re-segmentation by masking two clusters image with five clusters image Refinement of damaged areas classification Extracted damaged areas due to earthquake and tsunami Color compositing Two clusters image of damaged and non damaged areas Pre-processing Color compositing Visualization of pre-disaster image Image comparison [3]QGIS, “QGIS Tutorials and Tips” Apr. 30, 2018. https://www.qgistutorials.com/en /docs/ Visualization of post-disaster image Five clusters image of land cover classes
  • 9. Assigning Coordinate Reference System Set an appropriate Coordinate Reference System (CRS) for the project as well as adjust it for the image layers. • CRS for the study area is Makassar EPSG:4257 • Project → Project Properties… → CRS → Tick on “Enable ‘on the fly’ CRS transformation (OTF)” → Type on “Filter” to search a coordinate reference system “Makassar EPSG:4257” → Apply → OK
  • 10. Georeferencing Process of assigning real-world coordinates to each pixel of the raster.. • Georeferencing is conducted using 6 GCP points. • Raster → Georeferencer → Add Point → Transformation Settings → Transformation type “Thin Plate Spline” and Resampling method “Nearest neighbour” → Start Georeferencing • Georeferencing for Green (BAND2_RPC) band: 1 2
  • 11. • Georeferencing for Red and Near-Infrared bands using the collected points. • Raster → Georeferencer → Load GCP Points → Transformation Settings → Transformation type “Thin Plate Spline” and Resampling method “Nearest neighbor” → Start Georeferencing • Georeferencing for Red (BAND3_RPC) band: • Georeferencing for Near- Infrared (BAND4_RPC) band:
  • 12. Band Set Combining or merging several bands for color compositing, i.e., RGB bands. • Raster → Build Virtual Raster (Catalog)… → Output file “Name of the output file” → Source No Data “0” → Target SRS “Selected CRS” → Separate → OK 1 2
  • 13. Image Resizing Change the size of the image to the intended area, in this case, the area suspected of being damaged. • Raster → Extraction → Clipper… • Input file (raster) “Virtual raster image” → Output file “Name of the image clip” → No data value”0” → Extent → Select the extent by drag on canvas → OK 1 2
  • 14. Natural Color Composite A natural or true color composite is an image displaying a combination of the visible red, green and blue bands that resulting composite resembles what would be observed naturally by the human eye. • The natural color composite is produced using the combination of Red, Green, and Blue bands as red, green, and blue components of the display. • Right click on the layer → Properties → Band rendering → Render type “Multiband color” → RGB 123
  • 15. False color composite False color images are a representation of a multispectral image that allow us to visualize wavelengths that the human eye can not see (i.e. near-infrared and beyond). • The false color composite is produced using the combination of Near-Infrared, Red, and Green bands as red, green, and blue components of the display. • Right click on the layer → Properties → Band rendering → Render type “Multiband color” → RGB 432
  • 16. NDVI Calculation Normalized Difference Vegetation Index (NDVI) is a simple graphical indicator that can be used to analyze remote sensing measurements, and quantify vegetation by measuring the difference between near-infrared and red light. • NDVI = N (NIR) band – V (R) band / N (NIR) band + V (R) band • Raster → Raster Calculator → NDVI = “(Band N – Band R) / (Band N + Band R)”
  • 17. • Histogram of the NDVI value can be generated from the NDVI image result • Right click on the layer → Properties → Histogram • NDVI value ranges from -0.154832 to 0.633683 0.633683 NDVI values -0.154832 NDVI values • Band rendering type Singleband gray • Band rendering type Singleband pseudocolor 0.633683 -0.154832
  • 18. Image Segmentation Into Two Clusters Divided an image into flooded and non-flooded areas by using a threshold based on NDVI values • Processing → Toolbox → SAGA → Image analysis → K-means clustering for grids → Grids “Select NDVI raster layer” → Method “[2] Combined Minimum Distance/ Hill- climbing → Clusters “2” → Maximum Iterations “1000” → Resampling method “Nearest Neighbour”
  • 19. Two clusters image result Clusters ID Elements Std. Dev. NDVI Values Image Clusters 0 4109472 0.535937 0.007828 1 1 7121328 0.545083 0.402636 2 • Band rendering type Singleband pseudocolor • Band rendering type Singleband gray
  • 20. Image Classification Classified an image into clusters that represent land cover, i.e., water, vegetation, built-up area, bare land, as well as determining a class beside the land cover classes as flooded areas. • Processing → Toolbox → SAGA → Image analysis → K-means clustering for grids → Grids “Select NDVI raster layer” → Method “[2] Combined Minimum Distance/ Hill-climbing → Clusters “5” → Maximum Iterations “1000” → Resampling method “Nearest Neighbour”
  • 21. Five clusters image result Clusters ID Elements Std. Dev. NDVI Values Image Clusters 0 1878310 0.226205 0.570192 1 1 2596146 0.187728 0.409741 2 2 2790744 0.181486 0.272822 3 3 1828890 0.216425 0.117686 4 4 2136710 0.195385 -0.099162 5 • Band rendering type Singleband gray • Band rendering type Singleband pseudocolor
  • 22. The difference between two clusters and five clusters image results • Damaged areas obtained in cluster 1 ( ) of the two clusters image and cluster 3 ( ) of the five clusters image • Nevertheless, flooded areas in the two clusters image result contain areas that are classified as land cover classes. For instance, an area classified as water ( ) in the five clusters image is classified as damaged areas ( ) in the two clusters image.
  • 23. Image Masking Subtracting two clusters image of damaged and non-damaged areas with five clusters image of land cover classification. • Raster → Raster Calculator… → Raster calculator expression “(Clusters 2) – (Clusters 5)”
  • 24. Rendering the image color of the masked image into singleband pseudocolor • Right click on the layer → Properties → Style → Render type “Singleband pseudocolor” → Color “ “ → Classify → Apply → OK • According to the masked image classes of the two clusters and five clusters images, values of damaged areas are in class “-1” that is 0.007828 and 0.117686.
  • 25. Extracting damaged areas Determine a range value that indicates damaged area both in two and five clusters images from the masked image result. • Extracting values of damaged areas that is ≤ class 0 • Raster → Raster Calculator… → Raster calculator expression “(Clusters 2 – Clusters 5) ≤ 0 • ” ” is non-damaged areas; • “ ” is damaged areas
  • 26. Polygonize Conversion of raster layer into vector layer. • Convert image result of the extracted damaged areas in raster format to vector format. • Raster → Conversions → Polygonize (Raster to vector) → Input file (raster) “Clusters 2 – Clusters 5)” → Output file for polygons (shapefile) “Damaged areas” → Field name “DN” → OK • Right click on the layer → Properties → Style → Fill “Transparent” → Outline “Yellow” → →Fill style “Bold” →Outline style “Solid Line” → Outline width “0.26” → Apply → OK
  • 27. Combining Raster and Vector Layers Overlaying image in vector layer on raster layer image to visualize the intended area distribution. • Overlaying extracted damaged areas in vector layer on color composite raster image to visualize the damaged areas distribution. • Layer Panel → Activate “Vector layer of extracted damaged areas” and “Raster layer of color composite image”
  • 28. Map Creation Produce a map with necessary attributes as a final result of the image processing. • Create a map of damaged area distribution obtained from the data processing with legend and the other necessary information. • Project → New Print Composer → Input “Name of the map” Add new map “Processed image result” Add image “Direction symbol” Add new label “Data information” Add new legend “Extracted damaged area information” Add new scale bar “Line” and “Numeric” Add rectangle “Boundary for the map in rectangle”
  • 29. Data Processing of Pre-Disaster Image of Landsat 8 In particular for Landsat 8, data processing includes atmospheric correction, band set, resizing, and color compositing. • SCP → Preprocessing → Landsat → “Apply DOS1 atmospheric correction” and “Create Band set and use Band set tools” • Raster → Miscellaneous → Build Virtual Raster (Catalog)… → Input files “Band RGBN 2345 → OK
  • 30. • Raster → Extraction → Clipper… • Right click on the layer → Properties → Band rendering → Render type “Multiband color” → Select “RGB“ → Apply → OK “RGB 432 (False color composite)” “RGB 123 (Natural color composite)”
  • 31. Pre- and Post-Disaster Images of Landsat 8 and IRS False color composite • Pre-Disaster Landsat 8 (2017/10/06) • Post-Disaster IRS (2018/10/04) False color composite