microsoft / microsoft/PlanetaryComputerExamples
Customizable RTC with Sentinel-1
オープン
まだ誰も着手していません。
- 主要言語
- Jupyter Notebook
- スター
- 455
- フォーク
- 225
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
In 13 の Customizable RTC チュートリアルから始め、その apps.terrain_correction の呼び出しを sarsen v0.9.3 API と比較してください。チュートリアルが予期しないキーワード引数なしで実行され、現在の同等の呼び出し方法が文書化されていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- jupyter-notebook, python
- 領域
- documentation
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100