burst2safe下载小范围的哨兵数据

在该网站https://github.com/ASFHyP3/burst2safe学习如何下载并安装

建议用conda装比较好,容易下载数据

先建一个burst2safe的虚拟环境,然后装一下软件

复制代码
(base) wangxin@wangxindeMac-mini ~ % conda activate burst2safe
(burst2safe) wangxin@wangxindeMac-mini ~ % conda install -c conda-forge burst2safe

验证安装是否成功

复制代码
burst2safe) wangxin@wangxindeMac-mini ~ % burst2safe -h            
usage: burst2safe [-h] [--orbit ORBIT] [--extent EXTENT [EXTENT ...]]
                  [--pols POLS [POLS ...]] [--swaths SWATHS [SWATHS ...]]
                  [--mode MODE] [--min-bursts MIN_BURSTS] [--all-anns]
                  [--output-dir OUTPUT_DIR] [--keep-files]
                  [granules ...]

Convert a set of ASF burst SLCs to the ESA SAFE format. You can either provide
a list of burst granules, or define a burst group by providing the absolute
orbit number, extent, and polarizations arguments.

positional arguments:
  granules              List of bursts to convert to SAFE

options:
  -h, --help            show this help message and exit
  --orbit ORBIT         Absolute orbit number of the bursts
  --extent EXTENT [EXTENT ...]
                        Bounds (W S E N in lat/lon) or geometry file
                        describing spatial extent
  --pols POLS [POLS ...]
                        Polarizations to include (i.e., VV VH). Default: VV
  --swaths SWATHS [SWATHS ...]
                        Swaths to include (i.e., IW1 IW2 IW3). Defaults to all
                        swaths.
  --mode MODE           Collection mode to use (IW or EW). Default: IW
  --min-bursts MIN_BURSTS
                        Minimum # of bursts per swath/polarization.
  --all-anns            Include product annotations files for all swaths,
                        regardless of included bursts.
  --output-dir OUTPUT_DIR
                        Output directory to save to
  --keep-files          Keep the intermediate files
(burst2safe) wangxin@wangxindeMac-mini ~ % 

跑一下自己的区域,比如这是柳州区域

复制代码
burst2stack --rel-orbit 157 --start-date 2014-01-01 --end-date 2025-05-25 --swaths IW3   --extent 109.21 24.3 109.31 24.4
相关推荐
小九九的爸爸2 小时前
前端想要入门Agent开发,要具备哪些Python基础?
python·agent·ai编程
阿耶同学3 小时前
手把手教你用 LangGraph 搭建三层嵌套 Agent 架构
python·程序员
花酒锄作田19 小时前
Pydantic校验配置文件
python
hboot20 小时前
AI工程师第四课 - 深度学习入门
pytorch·python·神经网络
ZhengEnCi1 天前
P2M-Matplotlib折线图完全指南-从数据可视化到趋势分析的Python绘图利器
python·matlab·数据可视化
ZhengEnCi1 天前
P2L-Matplotlib饼图完全指南-从数据可视化到图表定制的Python绘图利器
python·matlab
曲幽1 天前
你的REST接口还在“过度投喂”数据吗?——FastAPI + GraphQL实战避坑指南
python·fastapi·web·graphql·route·cors·rest·strawberry
用户8358086187911 天前
基于 Self-RAG 与列表级重排序的进阶 RAG 系统设计与实现
python
Warson_L2 天前
Python `Annotated` 与 LangGraph Reducer 学习笔记
python
韩师傅2 天前
海天线算法的前世今生
python·计算机视觉