Customizable RTC with Sentinel-1
還沒有人認領這個 Issue。
評估
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 新手友好度
- 35/100
- Issue 類型
- 缺陷
- 描述清晰度
- 基本清楚
- 活躍度
- 停滯
- 技術堆疊
- jupyter-notebook, python
研究方向
從 In 13 的 Customizable RTC 教學開始,將其中對 apps.terrain_correction 的呼叫與 sarsen v0.9.3 API 進行比較。當教學能在沒有意外關鍵字引數的情況下執行,並記錄目前等效的呼叫方式時,即視為完成。
由索引模型根據 Issue 內容生成。
描述
Following the Customisable RTC tutorial with Sentinel-1, I am facing this issue when it comes to using sarsen v0.9.3:
TypeError Traceback (most recent call last)
Cell 18 line 1
----> gtc = apps.terrain_correction(
product_urlpath=grd_local_path,
measurement_group=measurement_group,
dem_urlpath=dem_path,
output_urlpath=os.path.join(
tmp_dir, os.path.basename(product_folder) + ".10m.GTC.tif"
),
)
TypeError: terrain_correction() got an unexpected keyword argument 'product_urlpath'
This happens when running In 13 of the tutorial which corresponds to the following piece of code:
gtc = apps.terrain_correction(
product_urlpath=grd_local_path,
measurement_group=measurement_group,
dem_urlpath=dem_path,
output_urlpath=os.path.join(
tmp_dir, os.path.basename(product_folder) + ".10m.GTC.tif"
),
)
Looking at the sarsen API, it seems it has changed since the tutorial was made. However, I do not see any equivalent to how to use the new API.
- 主要語言
- Jupyter Notebook
- 星號
- 455
- 分支
- 225
- PR 合併指標
- 30 天內沒有已合併 PR
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
microsoft/PlanetaryComputerExamples 的其他 Issue
-
難度 1/5 1 小時以內 新手友好度 68/100
-
難度 3/5 1-2 天 新手友好度 35/100
-
難度 5/5 一週以上 新手友好度 35/100
-
難度 4/5 3-5 天 新手友好度 30/100
microsoft/PlanetaryComputerExamples#307 · 4 則留言 ·
-
難度 4/5 3-5 天 新手友好度 35/100
microsoft/PlanetaryComputerExamples#303 · 5 則留言 ·
查看 microsoft/PlanetaryComputerExamples 的全部 Issue
相似的 Issue
-
sync-en
難度 1/5 1-3 小時 新手友好度 88/100
-
難度 2/5 1-3 小時 新手友好度 78/100
agilepathway/label-checker#640 ·
-
難度 2/5 1-3 小時 新手友好度 75/100
BasedHardware/omi#15662 · 1 則留言 ·
-
documentation help wanted
難度 2/5 1-3 小時 新手友好度 90/100
-
難度 1/5 1-3 小時 新手友好度 88/100