Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organize files in repository #77

Open
marujore opened this issue Oct 21, 2024 · 0 comments
Open

Organize files in repository #77

marujore opened this issue Oct 21, 2024 · 0 comments

Comments

@marujore
Copy link
Contributor

Há muitos arquivos na raiz do repositório.
Seria interessante organiza-los em pastas.

--- Estrutura de hoje ---
examples
	- identity
		.json
mosaics
	- composed
		.json
	- identity
		.json
	- products
		.json
+ de 60 .json na raiz
--- Reorganizado Sugestão 1---
examples
	- identity
		.json
mosaics -> bdc-mosaics (renomear)
	- composed
		.json
	- identity
		.json
	- products
		.json
data-cubes-bdc
	- composed
		.json
data-cubes-from-providers
	mod13q1.json
	mod22a1.json
data-cubes-processed // data-cubes-partners
	GOES.json
image-collections-from-providers
	- optical
		s2.json
		landsat.json
		cbers.json
	- sar
		s1.json
		s3.json
image-collections-processed
	charter.json
	cb4a_wpm_pca_fused.json
Deprecated
	repete estrutura de fora, move mod 6.0 pra ca
--- Reorganizado Sugestão 2---
datacubes:
  composed:
    ...
  externals:
    - modids1, mods2
  partners:
    - goes...
collections:
  eo (ou optical):
    ...
  sar:
    ...
  partners:
    ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant