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
相关推荐
阿童木写作几秒前
跨境电商图片翻译工具推荐:跨马翻译批量处理视频字幕与抠图
python·音视频
怪奇云呼军1 小时前
G.711、Opus 和重采样会拖慢识别吗?闪电智能VoiceAgent 的音频入口怎么选
java·人工智能·python·算法·云计算·音视频
ZC跨境爬虫1 小时前
LeetCode 27. 移除元素(双指针详解 + Java Python 多解法对比)
java·python·leetcode
路溪非溪1 小时前
Python语言的执行流程总结
开发语言·python
宋均浩2 小时前
AI 生成代码质量防线实战:5 个 CI/CD 配置,把 8% 的逻辑错拦在线上之前0
python
树码小子2 小时前
Pycharm解释器配置问题解决
ide·python·pycharm
国雪2 小时前
python-协程
python
一木 之林2 小时前
Python.六.(一)--1.标准库、常用工具与基础操作(进阶)
python·rpc·dubbo
月光船幽幽3 小时前
铁牌协议卡:节流与重构
python·重构
骇客野人3 小时前
Linux 服务器 Python 版 MCP 服务部署整体方案(适配 Claude/Cursor/自研Agent)
linux·服务器·python