Skip to content

Commit

Permalink
Docs - Links do INPE Explore atualizados
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-russo committed Aug 23, 2023
1 parent 0fe26fe commit 890f3b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ from cbers4asat import Cbers4aAPI
from datetime import date

# (Requisito apenas para download)
# Login utilizado no http://www2.dgi.inpe.br/catalogo/explore
# Login utilizado no http://www.dgi.inpe.br/catalogo/explore
# Pode ser adicionado depois com o setter: api.user('[email protected]')
api = Cbers4aAPI('[email protected]')

Expand Down
6 changes: 3 additions & 3 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ imagens do CBERS-04A e AMAZONIA-1.

Dessa forma, cria-se inicialmente uma instância dessa classe e utiliza-se os métodos do objeto.

**É necessário possuir um cadastro na [plataforma Explorer do DGI-INPE](http://www2.dgi.inpe.br/catalogo/explore)**
**É necessário possuir um cadastro na [plataforma Explorer do DGI-INPE](http://www.dgi.inpe.br/catalogo/explore)**

```python
# Importar biblioteca do cbers4asat
Expand Down Expand Up @@ -62,12 +62,12 @@ GERAÇÃO DE IMAGENS - INPE.

Caso não possua login, realize o cadastro no site:

[http://www2.dgi.inpe.br/catalogo/explore](http://www2.dgi.inpe.br/catalogo/explore)
[http://www.dgi.inpe.br/catalogo/explore](http://www2.dgi.inpe.br/catalogo/explore)

## Coleções de imagens

As coleções disponíveis para uso no método `query` pode ser encontrado
no [mesmo site que é feito a autenticação](http://www2.dgi.inpe.br/catalogo/explore). Porém você pode utilizar a colinha
no [mesmo site que é feito a autenticação](http://www.dgi.inpe.br/catalogo/explore). Porém você pode utilizar a colinha
abaixo:

![Image Collections](img/collections.png)

0 comments on commit 890f3b6

Please sign in to comment.