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.tiffRaster Dataset Name with Extension: elevation_xuzhou.datPixel Type: 32-bot floatNumber of Bands: 1Run

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.

  1. Get city ID by overpass-api

  2. Insert code in Overpass API Query Form

1
2
3
4
5
6
<osm-script>
<query type="relation">
<has-kv k="boundary" v="administrative"/>
<has-kv k="name:zh" v="徐州市"/>
</query>
<print/></osm-script>
  1. Download file interprept, open with Notepad, get city ID in

  2. Insert code again in Overpass API Query Form

1
2
3
4
5
6
7
8
9
10
11
12
13
<osm-script timeout="1800" element-limit="100000000">
<union>
<area-query ref="3603218572"/>
<recurse type="node-relation" into="rels"/>
<recurse type="node-way"/>
<recurse type="way-relation"/>
</union>
<union>
<item/>
<recurse type="way-node"/>
</union>
<print mode="body"/>
</osm-script>
  1. Download interprepter file, this is the roadmap of Xuzhou city.

  2. Open with QGIS and convert OSM type file to shp file.

  3. Add OpenStreetMap layer in QGIS

  4. Select interpreter_lines to load in QGIS

  5. Right click on layer and select ExportSave feature asESRI shapefile → Save to path D:\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

  1. Search tool distance accumulation

  2. Insert parameter as following fig

Parameters in distance accumulation

  1. In environment tab, set Extent as specific layer xuzhou_center_dissolve

  2. Run same process for study area Fengpei

Distance accumulation

Distance to stream

Same process as Distance to roads