Data preparation of land subsidence susceptibility mapping analysis in Xuzhou
Introduction
Data Preparing
DEM
An advanced space borne therman emission and reflection radiometer (ASTER) digital elevation model (DEM) was obtained (1 arc second or approximately 30 meter resolution) and processed in the GIS environment to produce topography-related factor layers (altitude, slope angle, slope aspect, plan curvature, profile curvature and TWI).
Download
ASTGTM v003 (ASTER Global Digital Elevation Model 1 arc second) can be accessed using different tools. In this study, we use NASA Earthdata Search tool to download DEM in Xuzhou.
Merging Multiple DEM in ArcGIS pro
Mosaic to New Raster → Select downloaded two DEMs N34E116_dem.tiff and N34E117_dem.tiff → Raster Dataset Name with Extension: elevation_xuzhou.dat → Pixel Type: 32-bot float → Number of Bands: 1 → Run
Export Data
Export DEM to features with clip option.
Surface Parameter
Search surface parameter in ArcGIS pro, set parameters to1:
Slope, aspect, curvature
- Quadratic
- Use adaptive neighborhood
- Degrees
OpenStreetMap
Download road map
Use overpass
tool to download roadmap of a specific city, such as Xuhzou2.
-
Get city ID by overpass-api
-
Insert code in Overpass API Query Form
1 |
|
-
Download file
interprept
, open with Notepad, get city ID in -
Insert code again in Overpass API Query Form
1 |
|
-
Download
interprepter
file, this is the roadmap of Xuzhou city. -
Open with QGIS and convert OSM type file to
shp
file. -
Add
OpenStreetMap
layer in QGIS -
Select
interpreter_lines
to load in QGIS -
Right click on layer and select
Export
→Save feature as
→ESRI shapefile
→ Save to pathD:\Data\Roads\OSM\Roads_xuzhou_OSM.shp
Distance to Roads and Distance to stream
For preparing these two types of data, we use distance accumaluation
tool in ArcGIS pro.
Distance to Roads
-
Search tool
distance accumulation
-
Insert parameter as following fig
-
In
environment
tab, setExtent
as specific layerxuzhou_center_dissolve
-
Run same process for study area
Fengpei
Distance to stream
Same process as Distance to roads
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!