alex_bn_lee

导航

2023年7月6日 #

【854】通过polygon切取tif栅格数据(rasterio读取与存储)

摘要: 参考:Cutting a polygon from TIFF with Python [closed] import rasterio import rasterio.mask import geopandas as gpd dataset = rasterio.open("wc2.1_10m_el 阅读全文

posted @ 2023-07-06 08:25 McDelfino 阅读(409) 评论(0) 推荐(0)

【853】numpy里面替换值

摘要: 参考:How to Replace Elements in NumPy Array (3 Examples) You can use the following methods to replace elements in a NumPy array: Method 1: Replace Eleme 阅读全文

posted @ 2023-07-06 07:48 McDelfino 阅读(76) 评论(0) 推荐(0)

【852】rasterio用来读取栅格数据

摘要: 参考:使用Rasterio读取栅格数据 参考:rasterio 官方 Tutorial 参考:使用Rasterio读取栅格数据 参考:Rasterio入门 阅读全文

posted @ 2023-07-06 07:46 McDelfino 阅读(55) 评论(0) 推荐(0)