文章分类 - GIS
摘要:1 Kernel Functions Used in GWR Definitions \(d_{ij}\) : 位置 \(i\) 到位置 \(j\) 的距离 \(w_{ij}\) : \(b\) : a parameter describing bandwidth 1.1 Fixed Kernel
阅读全文
摘要:Kernel Estimation 核估计 1 Kernel Function 1.1 General Kernel Functions Triangular \[\kappa(u) = (1 - |u|), \quad |u| < 1 \] Epanechnikov (parabolic) \[\
阅读全文
摘要:rasterio 库:raster 文件操作 # 1. 读写 ```python import rasterio # path = r'land_cover/land_cover.tif' # 读取 zip 中的文件 path = r'zip+file:data.zip!/land_cover/la
阅读全文
摘要:Spatial Regression 1. Motivation Spatial Heterogeneity: means that parts of the model may vary systematically with geography, change in different plac
阅读全文
摘要:# Spatial Autocorrelation > Tobler's First Law of Geography: > > Everything is usually related to all else but those which are near to each other are
阅读全文
摘要:Spatial Weights 空间矩阵 Spatial Weights, site 1. 概念 空间权重矩阵(Spatial Weight): \([w_{ij}]\) 用于描述(地理)空间中位置之间的的邻近关系或相似性(similarity) 二元矩阵:\(w_{ij}=1\) 表示位置 \(i
阅读全文
摘要:NetCDF (network Common Data Form) 文件处理 Reference 气象数据处理——nc文件, 知乎, site
阅读全文
摘要:空间差值法的用途 1. kernel density estimation (Heatmap) 2. IDW Interpolation 2.1 计算公式 Inverse Distance Weighting (IDW) Interpolation $$ x_j = \frac{\sum_{i=1}
阅读全文
摘要:Vector Layers 1. Loading Layers 1.1 读取 from qgis.core import QgsVectorLayer QgsVectorLayer(data_source, layer_name, provider_name) Parameters: data_so
阅读全文
摘要:1. OsmPoisPbf 工具:提取 POI 1.1 简介 OsmPoisPbf 工具,从 OSM 文件(需为 .pbf 格式)提取 POI 数据,保存为 .csv 文件:github 需要安装 jre,以及设置 jre 的路径 1.2 主要参数 主要参数: -of <file>:输出的 .csv
阅读全文
摘要:Map Display 地图展示 GeoPandas matplotlib, contextily add base maps, such as OpenStreetMap Folium create interactive maps
阅读全文
摘要:QGIS 常用插件 QuickOSM homapage OSM 路网解析 本站教程,site ORS Tool homapage 计算最短路;Isochorne;使用 OSM 本站入门教程,site QNEAT3 - QGIS Network Analysis Toolbox 3 homapage
阅读全文
摘要:Geometry 常用工具 常用库 shapely GeoPandas scikit-geometry Voronoi Diagram Delaunay Triangulation 1. Polygon Skeleton 原理:Li et al. (2014) Section 2.1 Constra
阅读全文
摘要:OSM 路网提取 highway=* tag Osmosis 工具 Python 库: OSMnx Python 库: OSM2GMNS 1. OSM 中道路元素信息 通过 highway=* 指示 2. Osmosis 工具 过滤标签 2.1 Osmosis 工具简介 Osmosis: Osmos
阅读全文
摘要:Spatial Analysis http://documentation.sas.com/doc/en/etscdc/14.2/etsug/etsug_spatialreg_details.htm
阅读全文
摘要:1 2 个路网优化库 1.1 Python 库:OSMnx 简介 将 OSM 路网优化为 NetworkX 中的 Graph 官网 建议 先使用 osmosis 工具从原始 OSM 文件中提取路网标签,即:highway=* 注意:OSMnx 库遇到缺失点会报错 预设路网过滤条件 提取路网的 6 种
阅读全文

浙公网安备 33010602011771号