Spaces:
Runtime error
Runtime error
add app
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +3 -0
- ETL/embeddings_base.ipynb +125 -0
- ETL/faiss_document_store.db +3 -0
- Fontes/QA_Base/final_QA.txt +3 -0
- Fontes/QA_Base/test.parquet +3 -0
- Fontes/QA_Base/train.parquet +3 -0
- Fontes/QA_Base/validation.parquet +3 -0
- Fontes/Wiki_Pages/Amazônia Azul Tecnologias de Defesa.txt +3 -0
- Fontes/Wiki_Pages/Ambiente pelágico.txt +3 -0
- Fontes/Wiki_Pages/Anelídeo.txt +3 -0
- Fontes/Wiki_Pages/Atividade Petrolífera.txt +3 -0
- Fontes/Wiki_Pages/Biologia marinha.txt +3 -0
- Fontes/Wiki_Pages/Cnidaria.txt +3 -0
- Fontes/Wiki_Pages/Colonização do Brasil.txt +3 -0
- Fontes/Wiki_Pages/Conservação das espécies conhecidas.txt +3 -0
- Fontes/Wiki_Pages/Constituição Federal.txt +3 -0
- Fontes/Wiki_Pages/Definição dos Espaços Marinhos.txt +3 -0
- Fontes/Wiki_Pages/Desastres ambientais no ambiente costeiro e marinho.txt +3 -0
- Fontes/Wiki_Pages/Ecossistema marinho.txt +3 -0
- Fontes/Wiki_Pages/Ecossistemas costeiros.txt +3 -0
- Fontes/Wiki_Pages/Erosão e Sedimentação Costeiras.txt +3 -0
- Fontes/Wiki_Pages/Esportes Marítimos.txt +3 -0
- Fontes/Wiki_Pages/Evolução territorial do Brasil.txt +3 -0
- Fontes/Wiki_Pages/Forças Armadas do Brasil.txt +3 -0
- Fontes/Wiki_Pages/Geração de Energia.txt +3 -0
- Fontes/Wiki_Pages/Legislação pesqueira e maricultura.txt +3 -0
- Fontes/Wiki_Pages/Litoral do Brasil.txt +3 -0
- Fontes/Wiki_Pages/Mar Profundo.txt +3 -0
- Fontes/Wiki_Pages/Mar territorial.txt +3 -0
- Fontes/Wiki_Pages/Marinha do Brasil.txt +3 -0
- Fontes/Wiki_Pages/Microbiologia Marinha.txt +3 -0
- Fontes/Wiki_Pages/Mineração no Mar.txt +3 -0
- Fontes/Wiki_Pages/Moluscos.txt +3 -0
- Fontes/Wiki_Pages/Pesca e aquicultura.txt +3 -0
- Fontes/Wiki_Pages/Poluição e contaminação marinha.txt +3 -0
- Fontes/Wiki_Pages/Porifera.txt +3 -0
- Fontes/Wiki_Pages/Portos.txt +3 -0
- Fontes/Wiki_Pages/Produção Primária.txt +3 -0
- Fontes/Wiki_Pages/Produção primária.txt +3 -0
- Fontes/Wiki_Pages/Programa de Desenvolvimento de Submarinos.txt +3 -0
- Fontes/Wiki_Pages/Qualidade das Águas.txt +3 -0
- Fontes/Wiki_Pages/Recursos do Mar.txt +3 -0
- Fontes/Wiki_Pages/Transporte e Navegação.txt +3 -0
- Fontes/Wiki_Pages/Turismo Costeiro.txt +3 -0
- Fontes/Wiki_Pages/Unidades de Conservação.txt +3 -0
- Fontes/Wiki_Pages/Urbanização do Brasil.txt +3 -0
- Fontes/Wiki_Pages/Veículo aéreo não tripulado.txt +3 -0
- Fontes/Wiki_Pages/Zona Costeira Brasileira.txt +3 -0
- Fontes/Wiki_Pages/Zona abissal.txt +3 -0
- Fontes/Wiki_Pages/Zona econômica exclusiva do Brasil.txt +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.db filter=lfs diff=lfs merge=lfs -text
|
37 |
+
*.faiss filter=lfs diff=lfs merge=lfs -text
|
38 |
+
*.txt filter=lfs diff=lfs merge=lfs -text
|
ETL/embeddings_base.ipynb
ADDED
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "markdown",
|
5 |
+
"metadata": {},
|
6 |
+
"source": [
|
7 |
+
"## Imports"
|
8 |
+
]
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"cell_type": "code",
|
12 |
+
"execution_count": null,
|
13 |
+
"metadata": {},
|
14 |
+
"outputs": [],
|
15 |
+
"source": [
|
16 |
+
"import pandas as pd\n",
|
17 |
+
"\n",
|
18 |
+
"from haystack.nodes import PreProcessor, EmbeddingRetriever\n",
|
19 |
+
"from haystack.document_stores import FAISSDocumentStore\n",
|
20 |
+
"from haystack.utils import convert_files_to_docs"
|
21 |
+
]
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"cell_type": "markdown",
|
25 |
+
"metadata": {},
|
26 |
+
"source": [
|
27 |
+
"## Preprocess Documents"
|
28 |
+
]
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"cell_type": "markdown",
|
32 |
+
"metadata": {},
|
33 |
+
"source": [
|
34 |
+
"### BLAB-Wiki"
|
35 |
+
]
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"cell_type": "code",
|
39 |
+
"execution_count": null,
|
40 |
+
"metadata": {},
|
41 |
+
"outputs": [],
|
42 |
+
"source": [
|
43 |
+
"preprocessor = PreProcessor(\n",
|
44 |
+
" clean_empty_lines=True,\n",
|
45 |
+
" clean_whitespace=True,\n",
|
46 |
+
" clean_header_footer=False,\n",
|
47 |
+
" split_by=\"sentence\",\n",
|
48 |
+
" split_length=2,\n",
|
49 |
+
" split_overlap=1,\n",
|
50 |
+
" split_respect_sentence_boundary=False)\n",
|
51 |
+
"\n",
|
52 |
+
"all_docs = convert_files_to_docs(dir_path=\"./Fontes/Wiki_Pages/\")\n",
|
53 |
+
"docs_default = preprocessor.process(all_docs)"
|
54 |
+
]
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"cell_type": "markdown",
|
58 |
+
"metadata": {},
|
59 |
+
"source": [
|
60 |
+
"### QA Source"
|
61 |
+
]
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"cell_type": "code",
|
65 |
+
"execution_count": null,
|
66 |
+
"metadata": {},
|
67 |
+
"outputs": [],
|
68 |
+
"source": [
|
69 |
+
"# QA sentences\n",
|
70 |
+
"QA_path = \"./Fontes/QA_Base/\"\n",
|
71 |
+
"\n",
|
72 |
+
"train = pd.read_parquet(QA_path + 'train.parquet')['new_long_answers']\n",
|
73 |
+
"test = pd.read_parquet(QA_path + 'test.parquet')['new_long_answers']\n",
|
74 |
+
"validation = pd.read_parquet(QA_path + 'validation.parquet')['new_long_answers']\n",
|
75 |
+
"\n",
|
76 |
+
"answers = pd.concat([train,test,validation])\n",
|
77 |
+
"\n",
|
78 |
+
"docs_list = [{\"content\": v, \"content_type\": \"text\", \"score\":None, \"meta\":None} for i,v in answers.items()]"
|
79 |
+
]
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"cell_type": "markdown",
|
83 |
+
"metadata": {},
|
84 |
+
"source": [
|
85 |
+
"## Create DocumentsStore and calculate Embeddings"
|
86 |
+
]
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"cell_type": "code",
|
90 |
+
"execution_count": null,
|
91 |
+
"metadata": {},
|
92 |
+
"outputs": [],
|
93 |
+
"source": [
|
94 |
+
"document_store = FAISSDocumentStore(similarity=\"dot_product\", embedding_dim=512)\n",
|
95 |
+
"document_store.write_documents(docs_default + docs_list)"
|
96 |
+
]
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"cell_type": "code",
|
100 |
+
"execution_count": null,
|
101 |
+
"metadata": {},
|
102 |
+
"outputs": [],
|
103 |
+
"source": [
|
104 |
+
"retriever = EmbeddingRetriever(\n",
|
105 |
+
" document_store=document_store, \n",
|
106 |
+
" embedding_model=\"sentence-transformers/distiluse-base-multilingual-cased-v1\")\n",
|
107 |
+
"\n",
|
108 |
+
"document_store.update_embeddings(retriever, batch_size=10000)"
|
109 |
+
]
|
110 |
+
}
|
111 |
+
],
|
112 |
+
"metadata": {
|
113 |
+
"kernelspec": {
|
114 |
+
"display_name": "Python 3",
|
115 |
+
"language": "python",
|
116 |
+
"name": "python3"
|
117 |
+
},
|
118 |
+
"language_info": {
|
119 |
+
"name": "python",
|
120 |
+
"version": "3.10.12"
|
121 |
+
}
|
122 |
+
},
|
123 |
+
"nbformat": 4,
|
124 |
+
"nbformat_minor": 2
|
125 |
+
}
|
ETL/faiss_document_store.db
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9485f1032e10bbd8003a214808ff3e3c8f27ff0f04918ec0f03ac68bbdfdb49b
|
3 |
+
size 112242688
|
Fontes/QA_Base/final_QA.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a4f5ea0cb0c4dfcc7b070eba9309e4e2e1b1c4e55374c2259beb82d9191d0c0
|
3 |
+
size 65438790
|
Fontes/QA_Base/test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23c63f0b6d06385135eae98910bf2a5ef2fd91a4fdbf8d0bbde327b0333ce564
|
3 |
+
size 5548810
|
Fontes/QA_Base/train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5b53d5cea3123cd5b1ec22e4fa9d1b2979f371b84e38e98d0adf3092cf287fc
|
3 |
+
size 44653858
|
Fontes/QA_Base/validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4274efda6a56fcff245fc0ef7470ddf3fd02d36147fba439359ef44354e6ee7a
|
3 |
+
size 5585515
|
Fontes/Wiki_Pages/Amazônia Azul Tecnologias de Defesa.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfd6ca5bee0dcfee953031a110d0bf1f1b7f73375c04fe9392b1bf7220a98379
|
3 |
+
size 1721
|
Fontes/Wiki_Pages/Ambiente pelágico.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:038a305900af0b13133f295ec30241174e4f51b0dec658596aad83c9ab5e87c6
|
3 |
+
size 2696
|
Fontes/Wiki_Pages/Anelídeo.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5d26ed7243d4f57f0434101cffb8e18c8ffeb43688b7eb703a4aafec2d02a59
|
3 |
+
size 122421
|
Fontes/Wiki_Pages/Atividade Petrolífera.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3263389d651763e8d163f8ce6c8784c5ec5936981915cd9ea6f1219ac4b5b739
|
3 |
+
size 22735
|
Fontes/Wiki_Pages/Biologia marinha.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c07e46ad2a0106c90395f6e86a4e966b8a73d8059b2a1a7a29b1025824857dd1
|
3 |
+
size 19333
|
Fontes/Wiki_Pages/Cnidaria.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf906f3cde777e8921b959bbdce6b66c01266ba9a128620916ff824d0db8db5e
|
3 |
+
size 19116
|
Fontes/Wiki_Pages/Colonização do Brasil.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7b5acfa75493812c137a4f9f2200731fe66b20525d16a198201b135c876ea9a
|
3 |
+
size 9822
|
Fontes/Wiki_Pages/Conservação das espécies conhecidas.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fa628a8530ce3d39d10daa60be196796a5cb8bf2021eb6d28c6ea7444e4d15e
|
3 |
+
size 13787
|
Fontes/Wiki_Pages/Constituição Federal.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9729ca295ec91f00006a6c0f6f54b1acad47def4c0d70fdbcf5961925472d64
|
3 |
+
size 4729
|
Fontes/Wiki_Pages/Definição dos Espaços Marinhos.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75dc4306c08ad27ee9c5ab4dcba52c203dd6591fe0b8a710fc69aa86e781cb5f
|
3 |
+
size 12481
|
Fontes/Wiki_Pages/Desastres ambientais no ambiente costeiro e marinho.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:975fa4b9a423e8695d81953b6f78e572e7a1c311dcdec7614c84cf98f059c0ab
|
3 |
+
size 16068
|
Fontes/Wiki_Pages/Ecossistema marinho.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eddfdc7fbaf591cd0e9906c5b0bb4eb2c8ccbf47d9be9792a86fdadde652732f
|
3 |
+
size 7909
|
Fontes/Wiki_Pages/Ecossistemas costeiros.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b96744e2990d8febe29f98b556c1198e695cc6b58e308ed785cd5c608b5b235
|
3 |
+
size 42281
|
Fontes/Wiki_Pages/Erosão e Sedimentação Costeiras.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bc1994361bef6f05007c53e684260268a81c197014f2dfbe84847a4ede1e5f5
|
3 |
+
size 3480
|
Fontes/Wiki_Pages/Esportes Marítimos.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fa3f4cb4a71bec1e01aea3f86379487b308d699d504f5f5c7e287285db367fa
|
3 |
+
size 4078
|
Fontes/Wiki_Pages/Evolução territorial do Brasil.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c22f37a3a3c77ae0b5c2ddec78a1c66e9bb84f7664e3c688edc2765d414a4bec
|
3 |
+
size 29316
|
Fontes/Wiki_Pages/Forças Armadas do Brasil.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74e2d18f844685829b8a397946dbe4727ab56e06e93c042056e3ee3327eccb40
|
3 |
+
size 35513
|
Fontes/Wiki_Pages/Geração de Energia.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef602c937478dad8558dc285ade3b4823f20c7c9960a1d2004271f35430245b4
|
3 |
+
size 1558
|
Fontes/Wiki_Pages/Legislação pesqueira e maricultura.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f300f94d5ed6be732b2ec3a77090eba5babe0b9b94db6e6614ef00dbec9c9492
|
3 |
+
size 4232
|
Fontes/Wiki_Pages/Litoral do Brasil.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c937fb6176bb956217cd009b26b9ecb590fdb3bee6f5a21e70575c28eae94ec9
|
3 |
+
size 7362
|
Fontes/Wiki_Pages/Mar Profundo.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74ee3ac5af33b0c7476bd71c98721ce6b5d677c601cc60cf9122ade51b116191
|
3 |
+
size 1528
|
Fontes/Wiki_Pages/Mar territorial.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8b47babdb078cae1692a87d901d5559570086f36c77f946c08101feb1be5fcc
|
3 |
+
size 7612
|
Fontes/Wiki_Pages/Marinha do Brasil.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b81009f0b8eea0e634da1a4453751e39bf24523dec2bedbfc3cdc1b13b67d8d0
|
3 |
+
size 8731
|
Fontes/Wiki_Pages/Microbiologia Marinha.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e391a84809685c2f09207c9e4faaff421123018339be15eb12a76c37c6e32aa1
|
3 |
+
size 19503
|
Fontes/Wiki_Pages/Mineração no Mar.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fac846bc9bbec1c025537a0b03a5c22ea5da15412bcc18d69e16a542988ab90
|
3 |
+
size 3518
|
Fontes/Wiki_Pages/Moluscos.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cec1545cf05d4892d008660b9854923f31706e4c05f4b6a571063a1ff4b03599
|
3 |
+
size 10790
|
Fontes/Wiki_Pages/Pesca e aquicultura.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:678fa23fa33db846e14cc013c14fb8814c34dc0f718d6ae2833b39af8771347b
|
3 |
+
size 8419
|
Fontes/Wiki_Pages/Poluição e contaminação marinha.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8099e59bc52bdaf36ec85100a462a618a62bb6ede8c56d2a58ece5b1b242f6c1
|
3 |
+
size 8660
|
Fontes/Wiki_Pages/Porifera.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcf4fbac8f86549bb89496a5c17c0d9cb0fe9c2458e2dc56ce2ee5cf7723b28d
|
3 |
+
size 17143
|
Fontes/Wiki_Pages/Portos.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb9673c73969bf232cc1be7194421b66739289f3b088aecafa1f021f7af83310
|
3 |
+
size 2937
|
Fontes/Wiki_Pages/Produção Primária.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:956699a58ff7cfb0b8288a7ecd2bc0c5700bde9adb000cf21fa771be93be222a
|
3 |
+
size 10989
|
Fontes/Wiki_Pages/Produção primária.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:174767169e8f9e32d36a4c8ef638eeefb43433a4b31c9a161dcd1b4053c58125
|
3 |
+
size 17559
|
Fontes/Wiki_Pages/Programa de Desenvolvimento de Submarinos.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5603eb219cea632feda939c6c9833361931a2e849699eb66257647a0a39b0a5
|
3 |
+
size 36416
|
Fontes/Wiki_Pages/Qualidade das Águas.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a089c4015990de5ca2d85ec5e565cffe716ea71b3b93b6fd50c773a37f599d3
|
3 |
+
size 2783
|
Fontes/Wiki_Pages/Recursos do Mar.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9bb5e759123f97a0dacab9fee2081f944b35308b6eadc558164838d1e8ca7fb
|
3 |
+
size 7269
|
Fontes/Wiki_Pages/Transporte e Navegação.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8509832fb6058be860fdbf5f775d273335bdb5d0b1081f21efc0765e2a19331d
|
3 |
+
size 4153
|
Fontes/Wiki_Pages/Turismo Costeiro.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:805f0f7663b19444692f72a9453d4914f2448513d5bbe2d99f55ddf60e8854b7
|
3 |
+
size 4510
|
Fontes/Wiki_Pages/Unidades de Conservação.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:488e7459e68aee713424a317ebece514b92c788b1e9730bed4c4216c65ff1bb0
|
3 |
+
size 3379
|
Fontes/Wiki_Pages/Urbanização do Brasil.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b656a9e805998cfd484ed0777d95caea6e20670b5cee1b3e653a3938b51f9f5b
|
3 |
+
size 9226
|
Fontes/Wiki_Pages/Veículo aéreo não tripulado.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57652bbefed0a0ee8960e2236ae0ebc80c3da75c456519b03a5de0ebda5ddd0d
|
3 |
+
size 12613
|
Fontes/Wiki_Pages/Zona Costeira Brasileira.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff07b7733b9b9d1b1b6a2ca137e341d14164166a72f6444411d20f12c7822e92
|
3 |
+
size 4877
|
Fontes/Wiki_Pages/Zona abissal.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:673021064f3236a390c10767937c03d6ffd50e53d71838a0fd797aabf78bdbee
|
3 |
+
size 2561
|
Fontes/Wiki_Pages/Zona econômica exclusiva do Brasil.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b518b70f4e72e8d7baf3f2ed41a1f53cb3cfba09ddef2b11a304542d713fb305
|
3 |
+
size 2202
|