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
相关推荐
2601_962293246 小时前
Python自动化统计团队工作量并生成可视化仪表盘的脚本方案【指导】
python·数据分析·自动化·可视化·仪表盘
2601_962293797 小时前
OCRmyPDF批处理脚本:使用Python自动化复杂OCR任务
python·自动化·批处理脚本·ocrmypdf·ocr任务
Java后端的Ai之路9 小时前
20、Python - 备忘录模式
开发语言·人工智能·python·外观模式·备忘录模式
2601_962077719 小时前
基于Python与NLP的新闻事件信息抽取实战:从NER到时空标准化
python·nlp·transformers·spacy·新闻事件抽取
JavaPub-rodert10 小时前
LangChain 从入门到 Agent 实战:用 Python 搭建一个真正能调用工具和知识库的 AI 助手
人工智能·python·langchain
郝学胜-神的一滴10 小时前
Qt 高级编程 045:坐标体系深度实战
开发语言·c++·windows·python·qt·程序人生
m0_3807438711 小时前
给 OpenAI API 调用加上模型切换:GPT-5.1 和 Codex 的配置实践
人工智能·python·gpt
2601_9622974811 小时前
在python3中、下列输出变量a的正确写法是_2020超星大数据Python免费答案
数据结构·python·算法·编程·字符串操作
“AI国潮设计-小江”11 小时前
Python实战 | SDXL精准控制“普宁英歌舞×星空蛋糕”IP落地,附核心Prompt与商用授权思路
开发语言·人工智能·python·prompt·aigc
公爵爱学习11 小时前
无人机视觉识别前序-Linux-YOLO安装
python·yolo·计算机视觉·conda·无人机