microsoft / microsoft/PlanetaryComputerExamples
Customizable RTC with Sentinel-1
Nessuno ha ancora preso questa issue.
- Lingua principale
- Jupyter Notebook
- Stelle
- 455
- Fork
- 225
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia con il tutorial Customizable RTC in In 13 e confronta la sua chiamata a apps.terrain_correction con l’API sarsen v0.9.3. Il lavoro è completato quando il tutorial viene eseguito senza l’argomento con parola chiave imprevisto e documenta l’invocazione equivalente attuale.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- jupyter-notebook, python
- Ambito
- documentation
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100