摘要:To remove holes within polygons in a shapefile, you can use the geopandas library in Python. Here's how you can do it: import geopandas as gpd # Read
阅读全文
摘要:ref: Layer to KML Change the display field in Layer Properties > Display.
阅读全文
摘要:参考:python中scale的用法_在netCDF4和Python中使用scale_factor和add_offset的示例? 参考代码: import netCDF4 as nc dir_path = "./2m_temperature/03_TIFF/" files = os.listdir(
阅读全文
摘要:参考:How to convert NetCDF to GeoTIFF? 参考:利用Python(netCDF4库)读取.nc文件(NetCDF气象数据文件)的基本操作 参考:经度转换0°-360°与-180°-180°之间的相互转换 参考:https://blog.csdn.net/weixin_
阅读全文
摘要:ref: Get started with PostGIS and QGIS in 4 minutes
阅读全文
摘要:ref: tm_polygons: Draw polygons Arguments alpha transparency number between 0 (totally transparent) and 1 (not transparent). By default, the alpha val
阅读全文
摘要:参考:Cutting a polygon from TIFF with Python [closed] import rasterio import rasterio.mask import geopandas as gpd dataset = rasterio.open("wc2.1_10m_el
阅读全文
摘要:参考:使用Rasterio读取栅格数据 参考:rasterio 官方 Tutorial 参考:使用Rasterio读取栅格数据 参考:Rasterio入门
阅读全文
摘要:参考:皮尔逊相关系数(Pearson Correlation Coefficient) 参考:空间相关系数 通过计算每个象元的相关性,然后把整个象元再描绘出来,就形成一幅地图! 参考:A&C分区|两变量相关系数空间分布图(空间演变及影响因子分析第三集:空间相关性分析) 参考:Python气象数据处理
阅读全文
摘要:参考:Mapping and Plotting Tools 参考:geopandas.GeoDataFrame.plot 参考:Choosing Colormaps 参考:geopandas,用python分析地理空间数据原来这么简单! 参考:「GIS教程」Python-GeoPandas地图、专题
阅读全文
摘要:参考:Emerging Hot Spot Analysis(前半部分是static hotspot analysis) 参考:dplyr 说明文档 运行例子里面的数据集可以,但是自己的数据集死活不行,开始以为是数据的问题,也就是计算中出错,各种修改数据都是无法运行,后面我就想,我制作一个跟例子数据集
阅读全文
摘要:参考:Qgis操作之创建和编辑矢量图层 参考:Can't move polygons in QGIS 包括矢量修改、矢量移动等 下面的一些工具,需要通过邮件勾选选项卡打开
阅读全文
摘要:Ref: Emerging Hot Spot Analysis Ref: Ref: Static hotspot analysis library (tidyverse) library (sf) library (openxlsx) library (ggplot2) library (tmap)
阅读全文
摘要:参考: 白话空间统计十九:热点分析(上) 白话空间统计十九:热点分析(中) 白话空间统计十九:热点分析(下):结果解读以及用R语言实现
阅读全文
摘要:参考:在 GeoPandas 或 Shapely 中合并多边形(形成单个几何)
阅读全文
摘要:代码: #WebMercator-wgs84 def webMercator2wgs84(x,y): lon = x/20037508.34*180 lat = y/20037508.34*180 lat= 180/math.pi*(2*math.atan(math.exp(lat*math.pi/
阅读全文
摘要:参考:ArcGIS中实现地理坐标转换为投影坐标操作流程 通过 Project 工具来实现
阅读全文
摘要:参考:GeoPackage在QGIS与ArcGIS Pro中的使用
阅读全文
摘要:参考:The Shapely User Manual Geometric Objects General Attributes and Methods Points LineStrings LinearRings Polygons Collections Collections of Points
阅读全文