@@ -20,7 +20,7 @@ Output::
20
20
21
21
To list the available classification systems in a service, use the ``classification-systems `` command and provides a URL to the ``--url `` option::
22
22
23
- lccs --url 'http ://brazildatacube.dpi.inpe.br/dev/lccs/' classification-systems
23
+ lccs --url 'https ://brazildatacube.dpi.inpe.br/dev/lccs/' classification-systems
24
24
25
25
26
26
The above command will return a list of classification system names as::
@@ -32,21 +32,21 @@ The above command will return a list of classification system names as::
32
32
33
33
To get more information about a specific classification system, use the ``classification-systems-describe `` command::
34
34
35
- lccs --url 'http ://brazildatacube.dpi.inpe.br/dev/lccs/' classification-systems-describe --system_name 'PRODES-1.0'
35
+ lccs --url 'https ://brazildatacube.dpi.inpe.br/dev/lccs/' classification-systems-description --system_name 'PRODES-1.0'
36
36
37
37
Output::
38
38
39
39
- authority_name: Projeto de Mapeamento Anual da Cobertura e Uso do Solo no Brasil (MapBiomas)
40
40
- description: O Projeto de Mapeamento Anual da Cobertura e Uso do Solo do Brasil é uma iniciativa que envolve uma rede colaborativa com especialistas nos biomas, usos da terra, sensoriamento remoto, SIG e ciência da computação que utiliza processamento em nuvem e classificadores automatizados desenvolvidos e operados a partir da plataforma Google Earth Engine para gerar uma série histórica de mapas anuais de cobertura e uso da terra do Brasil.
41
41
- id: 32
42
- - links: [{'href': 'http ://brazildatacube.dpi.inpe.br/dev/lccs/classification_system', 'rel': 'parent', 'title': 'Link to this document', 'type': 'application/json'}, ..]
42
+ - links: [{'href': 'https ://brazildatacube.dpi.inpe.br/dev/lccs/classification_system', 'rel': 'parent', 'title': 'Link to this document', 'type': 'application/json'}, ..]
43
43
- name: Mapbiomas5
44
44
- version: 5
45
45
46
46
47
47
List the available classes of a classification system, use the ``classes `` command::
48
48
49
- lccs --url 'http ://brazildatacube.dpi.inpe.br/dev/lccs/' classes --system_name 'PRODES-1.0'
49
+ lccs --url 'https ://brazildatacube.dpi.inpe.br/dev/lccs/' classes --system_name 'PRODES-1.0'
50
50
51
51
The above command will return a list of classes of PRODES as::
52
52
@@ -59,21 +59,21 @@ The above command will return a list of classes of PRODES as::
59
59
60
60
To get more information about a specific class, use the ``class-describe `` command::
61
61
62
- lccs --url 'http ://brazildatacube.dpi.inpe.br/dev/lccs/' class-describe --system_name 'PRODES-1.0' --class_name 'Desflorestamento'
62
+ lccs --url 'https ://brazildatacube.dpi.inpe.br/dev/lccs/' class-describe --system_name 'PRODES-1.0' --class_name 'Desflorestamento'
63
63
64
64
The above command will return a::
65
65
66
66
- classification_system_id: 1
67
67
- code: DESFLORESTAMENTO
68
68
- description:
69
69
- id: 1
70
- - links: [[{'href': 'http ://brazildatacube.dpi.inpe.br/dev/lccs/classification_system/1/classes/1', 'rel': 'self', 'title': 'Link to this document', 'type': 'application/json'},...]
70
+ - links: [[{'href': 'https ://brazildatacube.dpi.inpe.br/dev/lccs/classification_system/1/classes/1', 'rel': 'self', 'title': 'Link to this document', 'type': 'application/json'},...]
71
71
- name: Desflorestamento
72
72
73
73
74
74
Retrieve all available classification system mappings, use the ``available-mappings `` command::
75
75
76
- lccs --url 'http ://brazildatacube.dpi.inpe.br/dev/lccs/' available-mappings --system_name_source 'TerraClass_AMZ'
76
+ lccs --url 'https ://brazildatacube.dpi.inpe.br/dev/lccs/' available-mappings --system_name_source 'TerraClass_AMZ'
77
77
78
78
The above command will return a list of classification systems as::
79
79
@@ -82,15 +82,15 @@ The above command will return a list of classification systems as::
82
82
83
83
To get a mapping between classification systems, use the ``mappings `` command::
84
84
85
- lccs --url 'http ://brazildatacube.dpi.inpe.br/dev/lccs/' mappings --system_id_source 'TerraClass_AMZ' --system_id_target 'PRODES'
85
+ lccs --url 'https ://brazildatacube.dpi.inpe.br/dev/lccs/' mappings --system_id_source 'TerraClass_AMZ' --system_id_target 'PRODES'
86
86
87
87
88
88
Output::
89
89
90
90
Classification Source: TerraClass_AMZ
91
91
Classification Target: PRODES
92
- {'degree_of_similarity': 1.0, 'description': '', 'links': [{'href': 'http ://brazildatacube.dpi.inpe.br/dev/lccs/classification_system/TerraClass_AMZ/classes/Agricultura Anual', 'rel': 'item', 'title': 'Link to the source class', 'type': 'application/json'}, {'href': 'http ://brazildatacube.dpi.inpe.br/dev/lccs/classification_system/TerraClass_AMZ/classes/Desmatamento', 'rel': 'item', 'title': 'Link to target class', 'type': 'application/json'}], 'source': 'Agricultura Anual', 'source_id': 85, 'target': 'Desmatamento', 'target_id': 175}
93
- {'degree_of_similarity': 1.0, 'description': '', 'links': [{'href': 'http ://brazildatacube.dpi.inpe.br/dev/lccs/classification_system/TerraClass_AMZ/classes/Área Não Observada', 'rel': 'item', 'title': 'Link to the source class', 'type': 'application/json'}, {'href': 'http ://brazildatacube.dpi.inpe.br/dev/lccs/classification_system/TerraClass_AMZ/classes/Nuvem', 'rel': 'item', 'title': 'Link to target class', 'type': 'application/json'}], 'source': 'Área Não Observada', 'source_id': 86, 'target': 'Nuvem', 'target_id': 179}
92
+ {'degree_of_similarity': 1.0, 'description': '', 'links': [{'href': 'https ://brazildatacube.dpi.inpe.br/dev/lccs/classification_system/TerraClass_AMZ/classes/Agricultura Anual', 'rel': 'item', 'title': 'Link to the source class', 'type': 'application/json'}, {'href': 'https ://brazildatacube.dpi.inpe.br/dev/lccs/classification_system/TerraClass_AMZ/classes/Desmatamento', 'rel': 'item', 'title': 'Link to target class', 'type': 'application/json'}], 'source': 'Agricultura Anual', 'source_id': 85, 'target': 'Desmatamento', 'target_id': 175}
93
+ {'degree_of_similarity': 1.0, 'description': '', 'links': [{'href': 'https ://brazildatacube.dpi.inpe.br/dev/lccs/classification_system/TerraClass_AMZ/classes/Área Não Observada', 'rel': 'item', 'title': 'Link to the source class', 'type': 'application/json'}, {'href': 'https ://brazildatacube.dpi.inpe.br/dev/lccs/classification_system/TerraClass_AMZ/classes/Nuvem', 'rel': 'item', 'title': 'Link to target class', 'type': 'application/json'}], 'source': 'Área Não Observada', 'source_id': 86, 'target': 'Nuvem', 'target_id': 179}
94
94
95
95
.. note ::
96
96
0 commit comments