当前位置: 首页 > news >正文

手机网站幻灯片wordpress中修改html

手机网站幻灯片,wordpress中修改html,化妆品公司网站设计,电商型网站开发多少钱使用deepwatermap生成的水体二值掩码中有部分区域由于被云挡住无法识别,造成水体不连续是使用jrc离线数据进行修正,jrc数据下载连接如下:https://global-surface-water.appspot.com/download 选择指定区域的数据集合下载如图: 使…

   使用deepwatermap生成的水体二值掩码中有部分区域由于被云挡住无法识别,造成水体不连续是使用jrc离线数据进行修正,jrc数据下载连接如下:https://global-surface-water.appspot.com/download

选择指定区域的数据集合下载如图:

使用开源项目deepwatermap生成tiff格式的水体二值掩码图(需要把原本的png水体图进行转成tiff格式使用gdal把原始的坐标迁移过去)弄好之后开始对水体中非连续的水体使用jrc文件补全。

修正的代码如下:

import numpy as np
import rioxarray as rxr
from rasterio.enums import Resamplingdef update_water_classification(target_path, output_path, water_threshold=2.5,jrc_path='occurrence_90E_30Nv1_4_2021.tif'):# 加载目标影像(含水体掩膜)ZB_target = rxr.open_rasterio(target_path, masked=True).squeeze()# 加载JRC水体发生频率数据作为ZBZB = rxr.open_rasterio(jrc_path, masked=True).squeeze()# 将ZB重新投影到目标影像的CRS,并重采样以匹配空间分辨率ZB_resampled = ZB.rio.reproject_match(ZB_target, resampling=Resampling.bilinear)#生成临时文件 仅用来测试jrc是否依据水体掩码进行重采样到相同大小# ZB_resampled = genTempTiffFile(ZB_resampled)# 创建一个新的掩码用于保存更新后的数据updated_mask = ZB_target.copy()  # 复制原始掩码作为基础# 找出需要更新的非水体像素位置(即值为0的位置)non_water_pixels = ZB_target.values == 0# 更新非水体区域:如果对应的ZB_resampled值大于等于water_threshold,则设为1(水体)# 使用布尔索引避免在同一数组上读写updated_mask.values[non_water_pixels] = np.where(ZB_resampled.values[non_water_pixels] >= water_threshold,1,0)# 保存最终结果updated_mask.rio.to_raster(output_path)print("Process completed.")def genTempTiffFile(ZB_resampled):# 保存重采样后的JRC数据到临时文件# 设置一个新的数据类型和默认的nodata值new_dtype = 'float32'  # 或者其他适当的数据类型if np.issubdtype(new_dtype, np.floating):default_nodata = -9999.0  # 浮点类型的默认nodata值else:default_nodata = np.iinfo(new_dtype).min  # 整数类型的默认nodata值# 确保nodata值在新的数据类型范围内if 'nodata' in ZB_resampled.attrs:original_nodata = ZB_resampled.attrs['nodata']if not np.issubdtype(type(original_nodata), np.number) or not (np.iinfo(new_dtype).min <= original_nodata <= np.iinfo(new_dtype).max):print(f"Warning: nodata value {original_nodata} out of range for dtype {new_dtype}. Adjusting nodata value.")original_nodata = default_nodataelse:original_nodata = default_nodataprint("No nodata value found. Using default nodata value.")# 设置新的nodata值并转换数据类型ZB_resampled = ZB_resampled.rio.write_nodata(original_nodata)ZB_resampled = ZB_resampled.astype(new_dtype)ZB_resampled.rio.to_raster("resampled_jrc.tiff", dtype=new_dtype, nodata=original_nodata)print(f"Resampled JRC data saved to resampled_jrc")return ZB_resampled# if __name__ == '__main__':
#     jrc_file = "occurrence_90E_30Nv1_4_2021.tif"
#     target_tiff = "D:/s2/L2A_T46RFS_A026142_20220309T042244_merged_cropped_binary_watermask.tiff"
#     output_tiff = target_tiff.replace('_merged_cropped_binary_watermask.tiff',
#                                       '_merged_cropped_binary_watermask_jrc.tiff')
#     update_water_classification(target_tiff, output_tiff)
#     print("影像处理完成并已保存")

 在此记录一下!希望可以帮到需要的朋友!

http://www.yayakq.cn/news/330856/

相关文章:

  • 主体备案与网站备案江苏水利工程建设局网站
  • 网站仿站是啥wordpress 评论 图片不显示
  • 天河网站建设优化热点营销案例
  • 做网站应该注意哪些方面专业购物网站定制
  • 哪个网站做网站好晋江市住房建设局网站
  • 什么是 网站的逻辑结构seo关键词排名教程
  • 网站形式的具体例子官方网站建设需要做哪些东西
  • 中国建设银行员工学习网站网站可以用什么做
  • 成都新都建设银行网站wordpress上传图片不占用id
  • 网站建设技术发展趋势预测北京高端设计公司有哪些
  • ftp免费注册网站店铺logo一键生成器
  • 微网站注意事项太原网站搜索优化
  • 潍坊高密网站建设漳州网络推广
  • 做网站代码编辑工具免费设计签名在线生成
  • 中国网站排名查询网站设计的目的和任务
  • 园林设计网站大全wordpress 固定链接 无法访问
  • 企业网站建设发展平台怎么做一个自己的网站
  • 微网站好制作吗查电商软件下载
  • 网站加alt属性对优化有影响吗赣州seo培训
  • 网站建设补充范本南宁cms建站
  • 北京网站建设z亿玛酷1订制网站盈利了
  • 昆明seo建站如何用word做网站地图
  • wordpress建站需要学什么意思射阳网站开发
  • 做外贸网站卖什么好小城建设的网站
  • 做景观设计比赛的网站上海板块做企业优化的公司
  • 如何做360搜索网站深圳市建设交易中心官网
  • 外贸站外推广wordpress内存要求
  • 响应式网站的服务写作网站都有哪些
  • 软文新闻发布网站智能模板网站建设哪家好
  • 川畅咨询 网站建设河南做网站推广