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
相关推荐
大模型码小白9 小时前
【Python零基础教程】继承、多态与魔法函数:面向对象编程三大核心特性详解
java·大数据·开发语言·人工智能·python·ai编程
麻雀飞吧9 小时前
最新量化学习路径,交易认知和技术实现要并行
人工智能·python
C^h13 小时前
python函数学习
人工智能·python·机器学习
Fanta丶13 小时前
4.Python set()集合、dict(字典、映射)、 数据容器的通用功能
python
决战灬13 小时前
langgraph之interrupt(理论篇)
人工智能·python·agent
兜客互动14 小时前
2026年AI关键词拓展挖掘软件,高效助力内容创作精准获流
人工智能·python
weixin_5386019714 小时前
智能体测开Day30pytest测试框架
python
MC皮蛋侠客14 小时前
uv 系列(七):CI/CD、Docker 与私有索引——生产级交付
python·ci/cd·docker·uv
邪神与厨二病14 小时前
牛客周赛 Round 153
python·算法
yaoxin52112314 小时前
470. Java 反射 - Member 接口与 AccessFlag
java·开发语言·python