microsoft / microsoft/PlanetaryComputerExamples
Customizable RTC with Sentinel-1
Ninguém assumiu esta issue ainda.
- Linguagem predominante
- Jupyter Notebook
- Estrelas
- 455
- Forks
- 225
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Direção de pesquisa
Comece pelo tutorial Customizable RTC em In 13 e compare sua chamada a apps.terrain_correction com a API sarsen v0.9.3. A tarefa estará concluída quando o tutorial for executado sem o argumento de palavra-chave inesperado e documentar a invocação equivalente atual.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- jupyter-notebook, python
- Domínio
- documentation
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 35/100