forked from prog-geo/prog-geo.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferencias.html
451 lines (436 loc) · 42.2 KB
/
referencias.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
<!DOCTYPE html>
<html class="writer-html5" lang="pt-BR" >
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Referências Bibliográficas — SER-347/CAP-419</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/copybutton.css" type="text/css" />
<link rel="stylesheet" href="_static/tabs.css" type="text/css" />
<link rel="stylesheet" href="_static/table_styling.css" type="text/css" />
<link rel="stylesheet" href="_static/prog-geo.css" type="text/css" />
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="canonical" href="https://prog-geo.github.io/referencias.html" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/clipboard.min.js"></script>
<script src="_static/copybutton.js"></script>
<script src="_static/translations.js"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Índice" href="genindex.html" />
<link rel="search" title="Buscar" href="search.html" />
<link rel="next" title="Listas de Exercícios" href="listas.html" />
<link rel="prev" title="7.5. Visualização de dados com a Matplotlib" href="variados/matplotlib.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" style="background: #2980B9" >
<a href="index.html" class="icon icon-home"> SER-347/CAP-419
<img src="_static/logo.png" class="logo" alt="Logo"/>
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Pesquisar documentos" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Menu de navegação">
<ul>
<li class="toctree-l1"><a class="reference internal" href="index.html">Introdução à Programação com Dados Geoespaciais</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Visão Geral do Curso:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="visao-geral.html">Visão Geral do Curso</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Aulas:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="instalacao.html">1. Instalando e Configurando o Ambiente de Programação</a></li>
<li class="toctree-l1"><a class="reference internal" href="introducao-programacao/index.html">2. Introdução à Programação com a Linguagem Python</a></li>
<li class="toctree-l1"><a class="reference internal" href="jupyter.html">3. Jupyter</a></li>
<li class="toctree-l1"><a class="reference internal" href="imagens.html">4. Imagens - Processamento e Visualização</a></li>
<li class="toctree-l1"><a class="reference internal" href="vetorial.html">5. Manipulação de Dados Vetoriais</a></li>
<li class="toctree-l1"><a class="reference internal" href="qgis.html">6. Programando com o QGIS</a></li>
<li class="toctree-l1"><a class="reference internal" href="variados.html">7. Tópicos Variados</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Referências Bibliográficas</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">Referências Bibliográficas</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Listas de Exercícios:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="listas.html">Listas de Exercícios</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Lista de Projetos:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="projetos/2022/index.html">Turma 2022</a></li>
<li class="toctree-l1"><a class="reference internal" href="projetos/2021/index.html">Turma 2021</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Informações Gerais:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="licenca.html">Licença</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Agradecimentos:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="agradecimentos.html">Agradecimentos</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Menu de navegação móvel" style="background: #2980B9" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">SER-347/CAP-419</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content style-external-links">
<div role="navigation" aria-label="Navegação da página">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home"></a> »</li>
<li>Referências Bibliográficas</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul><div class="rst-breadcrumbs-buttons" role="navigation" aria-label="Navegação sequencial da página">
<a href="variados/matplotlib.html" class="btn btn-neutral float-left" title="7.5. Visualização de dados com a Matplotlib" accesskey="p"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Anterior</a>
<a href="listas.html" class="btn btn-neutral float-right" title="Listas de Exercícios" accesskey="n">Próximo <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="referencias-bibliograficas">
<span id="cap-referencias"></span><h1>Referências Bibliográficas<a class="headerlink" href="#referencias-bibliograficas" title="Link permanente para este título"></a></h1>
<p id="id1"><dl class="citation">
<dt class="label" id="id16"><span class="brackets">1</span></dt>
<dd><p>Michael Payne ared Erickson, Cort Daniel. Python gdal/ogr cookbook. May 2021. Online; acessado 13 de Maio de 2021. URL: <a class="reference external" href="https://pcjericks.github.io/py-gdalogr-cookbook/#">https://pcjericks.github.io/py-gdalogr-cookbook/#</a>.</p>
</dd>
<dt class="label" id="id55"><span class="brackets">2</span></dt>
<dd><p>Python Packaging Authority. Setuptools - documentation. 2021. Online; acessado 02 de Maio de 2021. URL: <a class="reference external" href="https://packaging.python.org/">https://packaging.python.org/</a>.</p>
</dd>
<dt class="label" id="id2"><span class="brackets">3</span></dt>
<dd><p>J. W. Backus. The ibm 701 speedcoding system. <em>J. ACM</em>, 1(1):4––6, Jan 1954. <a class="reference external" href="https://doi.org/10.1145/320764.320766">doi:10.1145/320764.320766</a>.</p>
</dd>
<dt class="label" id="id3"><span class="brackets">4</span></dt>
<dd><p>J. W. Backus, R. J. Beeber, S. Best, R. Goldberg, L. M. Haibt, H. L. Herrick, R. A. Nelson, D. Sayre, P. B. Sheridan, H. Stern, I. Ziller, R. A. Hughes, and R. Nutt. The fortran automatic coding system. In <em>Papers Presented at the February 26-28, 1957, Western Joint Computer Conference: Techniques for Reliability</em>, IRE-AIEE-ACM '57 (Western), 188––198. New York, NY, USA, 1957. Association for Computing Machinery. <a class="reference external" href="https://doi.org/10.1145/1455567.1455599">doi:10.1145/1455567.1455599</a>.</p>
</dd>
<dt class="label" id="id4"><span class="brackets">5</span></dt>
<dd><p>Dan Bader. Common python data structures (guide). Aug 2020. Online; acessado 04 de Abril de 2021. URL: <a class="reference external" href="https://realpython.com/python-data-structures/">https://realpython.com/python-data-structures/</a>.</p>
</dd>
<dt class="label" id="id5"><span class="brackets">6</span></dt>
<dd><p>Lorena A. Barba. Terminologies for reproducible research. 2018. <a class="reference external" href="https://arxiv.org/abs/1802.03311">arXiv:1802.03311</a>.</p>
</dd>
<dt class="label" id="id6"><span class="brackets">7</span></dt>
<dd><p>Carl Boettiger. An introduction to docker for reproducible research. <em>SIGOPS Oper. Syst. Rev.</em>, 49(1):71–79, Jan 2015. <a class="reference external" href="https://doi.org/10.1145/2723872.2723882">doi:10.1145/2723872.2723882</a>.</p>
</dd>
<dt class="label" id="id7"><span class="brackets">8</span></dt>
<dd><p>H. Butler, M. Daly, A. Doyle, S. Gillies, S. Hagen, and T. Schaub. The geojson format. Technical Report RFC 7946, Internet Engineering Task Force (IETF), August 2016. URL: <a class="reference external" href="https://www.rfc-editor.org/info/rfc7946">https://www.rfc-editor.org/info/rfc7946</a>, <a class="reference external" href="https://doi.org/10.17487/RFC7946">doi:10.17487/RFC7946</a>.</p>
</dd>
<dt class="label" id="id8"><span class="brackets">9</span></dt>
<dd><p>Alessandra Capolupo, Cristina Monterisi, and Eufemia Tarantino. Landsat images classification algorithm (lica) to automatically extract land cover information in google earth engine environment. <em>Remote Sensing</em>, 2020. URL: <a class="reference external" href="https://www.mdpi.com/2072-4292/12/7/1201">https://www.mdpi.com/2072-4292/12/7/1201</a>, <a class="reference external" href="https://doi.org/10.3390/rs12071201">doi:10.3390/rs12071201</a>.</p>
</dd>
<dt class="label" id="id9"><span class="brackets">10</span></dt>
<dd><p>Scott Chacon and Ben Strub. <em>Pro Git</em>. Apress, 2021. URL: <a class="reference external" href="https://git-scm.com/book/en/v2">https://git-scm.com/book/en/v2</a>.</p>
</dd>
<dt class="label" id="id10"><span class="brackets">11</span></dt>
<dd><p>Eliseo Clementini, Paolino Di Felice, and Peter van Oosterom. A small set of formal topological relationships suitable for end-user interaction. In David Abel and Beng Chin Ooi, editors, <em>Advances in Spatial Databases</em>, 277–295. Berlin, Heidelberg, 1993. Springer Berlin Heidelberg. <a class="reference external" href="https://doi.org/10.1007/3-540-56869-7_16">doi:10.1007/3-540-56869-7_16</a>.</p>
</dd>
<dt class="label" id="id11"><span class="brackets">12</span></dt>
<dd><p>Douglas Crockford. Json.org. 2020. Online; acessado 12 de Maio de 2020. URL: <a class="reference external" href="https://www.json.org/json-en.html">https://www.json.org/json-en.html</a>.</p>
</dd>
<dt class="label" id="id12"><span class="brackets">13</span></dt>
<dd><p>Ole-Johan Dahl, Bjørn Myhrhaug, and Kristen Nygaard. Simula information: common base language. Technical Report S-22, Norwegian Computing Center, Oslo, Norway, October 1970. URL: <a class="reference external" href="https://www.ics.uci.edu/~jajones/INF102-S18/readings/10_Simula.pdf">https://www.ics.uci.edu/~jajones/INF102-S18/readings/10_Simula.pdf</a>.</p>
</dd>
<dt class="label" id="id13"><span class="brackets">14</span></dt>
<dd><p>Andrew Dalke and Raymond Hettinger. Sorting how to. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/howto/sorting.html#sortinghowto">https://docs.python.org/3/howto/sorting.html#sortinghowto</a>.</p>
</dd>
<dt class="label" id="id40"><span class="brackets">15</span></dt>
<dd><p>Scientific Data. Submission guidelines. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://www.nature.com/sdata/publish/submission-guidelines">https://www.nature.com/sdata/publish/submission-guidelines</a>.</p>
</dd>
<dt class="label" id="id35"><span class="brackets">16</span></dt>
<dd><p>Felipe Rafael de Sá Menezes Lucena, Elton Vicente Escobar-Silva, Rennan de Freitas Bezerra Marujo, Matheus Cavassan Zaglia, Lubia Vinhas, Karine Reis Ferreira, and Gilberto Ribeiro de Queiroz. Brazil data cube cloud coverage (bdc3) viewer. In Tiago Garcia de Senna Carneiro and Carlos Alberto Felgueiras, editors, <em>Proceedings XXI GEOINFO, November 30 - December 03, 2020, São José dos Campos, SP, Brazil.</em>, 222–227. INPE, 2020. URL: <a class="reference external" href="http://urlib.net/rep/8JMKD3MGPDW34P/43PR3A2">http://urlib.net/rep/8JMKD3MGPDW34P/43PR3A2</a>.</p>
</dd>
<dt class="label" id="id14"><span class="brackets">17</span></dt>
<dd><p>Eric M. Delmelle. <em>Spatial Sampling</em>, pages 1385–1399. Springer Berlin Heidelberg, Berlin, Heidelberg, 2014. <a class="reference external" href="https://doi.org/10.1007/978-3-642-23430-9_73">doi:10.1007/978-3-642-23430-9_73</a>.</p>
</dd>
<dt class="label" id="id17"><span class="brackets">18</span></dt>
<dd><p>FAPESP. Open science @ fapesp. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://www.fapesp.br/openscience/en">https://www.fapesp.br/openscience/en</a>.</p>
</dd>
<dt class="label" id="id75"><span class="brackets">19</span></dt>
<dd><p>Python Software Foundation. Built-in functions - sorted. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/library/functions.html#sorted">https://docs.python.org/3/library/functions.html#sorted</a>.</p>
</dd>
<dt class="label" id="id69"><span class="brackets">20</span></dt>
<dd><p>Python Software Foundation. Common sequence operations. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#common-sequence-operations">https://docs.python.org/3/library/stdtypes.html#common-sequence-operations</a>.</p>
</dd>
<dt class="label" id="id79"><span class="brackets">21</span></dt>
<dd><p>Python Software Foundation. Dictionaries. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/tutorial/datastructures.html#dictionaries">https://docs.python.org/3/tutorial/datastructures.html#dictionaries</a>.</p>
</dd>
<dt class="label" id="id65"><span class="brackets">22</span></dt>
<dd><p>Python Software Foundation. Displays for lists, sets and dictionaries. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/reference/expressions.html#displays-for-lists-sets-and-dictionaries">https://docs.python.org/3/reference/expressions.html#displays-for-lists-sets-and-dictionaries</a>.</p>
</dd>
<dt class="label" id="id72"><span class="brackets">23</span></dt>
<dd><p>Python Software Foundation. Format string syntax. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/library/string.html#format-string-syntax">https://docs.python.org/3/library/string.html#format-string-syntax</a>.</p>
</dd>
<dt class="label" id="id63"><span class="brackets">24</span></dt>
<dd><p>Python Software Foundation. Formatted string literals. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/reference/lexical_analysis.html#formatted-string-literals">https://docs.python.org/3/reference/lexical_analysis.html#formatted-string-literals</a>.</p>
</dd>
<dt class="label" id="id78"><span class="brackets">25</span></dt>
<dd><p>Python Software Foundation. Json encoder and decoder. 2021. Online; acessado 16 de Maio de 2021. URL: <a class="reference external" href="https://docs.python.org/3/library/json.html">https://docs.python.org/3/library/json.html</a>.</p>
</dd>
<dt class="label" id="id64"><span class="brackets">26</span></dt>
<dd><p>Python Software Foundation. Keywords. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/reference/lexical_analysis.html#keywords">https://docs.python.org/3/reference/lexical_analysis.html#keywords</a>.</p>
</dd>
<dt class="label" id="id80"><span class="brackets">27</span></dt>
<dd><p>Python Software Foundation. Looping techniques. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/tutorial/datastructures.html#looping-techniques">https://docs.python.org/3/tutorial/datastructures.html#looping-techniques</a>.</p>
</dd>
<dt class="label" id="id76"><span class="brackets">28</span></dt>
<dd><p>Python Software Foundation. Mapping types — dict. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#mapping-types-dict">https://docs.python.org/3/library/stdtypes.html#mapping-types-dict</a>.</p>
</dd>
<dt class="label" id="id82"><span class="brackets">29</span></dt>
<dd><p>Python Software Foundation. Modules. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/tutorial/modules.html">https://docs.python.org/3/tutorial/modules.html</a>.</p>
</dd>
<dt class="label" id="id74"><span class="brackets">30</span></dt>
<dd><p>Python Software Foundation. Mutable sequence types. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#typesseq-mutable">https://docs.python.org/3/library/stdtypes.html#typesseq-mutable</a>.</p>
</dd>
<dt class="label" id="id67"><span class="brackets">31</span></dt>
<dd><p>Python Software Foundation. Packages. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/reference/import.html#packages">https://docs.python.org/3/reference/import.html#packages</a>.</p>
</dd>
<dt class="label" id="id83"><span class="brackets">32</span></dt>
<dd><p>Python Software Foundation. Packages. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/tutorial/modules.html#packages">https://docs.python.org/3/tutorial/modules.html#packages</a>.</p>
</dd>
<dt class="label" id="id59"><span class="brackets">33</span></dt>
<dd><p>Python Software Foundation. Packaging and distributing projects. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://packaging.python.org/guides/distributing-packages-using-setuptools/">https://packaging.python.org/guides/distributing-packages-using-setuptools/</a>.</p>
</dd>
<dt class="label" id="id58"><span class="brackets">34</span></dt>
<dd><p>Python Software Foundation. Python packaging user guide. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://packaging.python.org/">https://packaging.python.org/</a>.</p>
</dd>
<dt class="label" id="id77"><span class="brackets">35</span></dt>
<dd><p>Python Software Foundation. Set types — set, frozenset. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#set-types-set-frozenset">https://docs.python.org/3/library/stdtypes.html#set-types-set-frozenset</a>.</p>
</dd>
<dt class="label" id="id81"><span class="brackets">36</span></dt>
<dd><p>Python Software Foundation. Sets. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/tutorial/datastructures.html#sets">https://docs.python.org/3/tutorial/datastructures.html#sets</a>.</p>
</dd>
<dt class="label" id="id70"><span class="brackets">37</span></dt>
<dd><p>Python Software Foundation. String methods. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#string-methods">https://docs.python.org/3/library/stdtypes.html#string-methods</a>.</p>
</dd>
<dt class="label" id="id60"><span class="brackets">38</span></dt>
<dd><p>Python Software Foundation. The python language reference. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/reference/index.html">https://docs.python.org/3/reference/index.html</a>.</p>
</dd>
<dt class="label" id="id68"><span class="brackets">39</span></dt>
<dd><p>Python Software Foundation. The python standard library. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/library/index.html">https://docs.python.org/3/library/index.html</a>.</p>
</dd>
<dt class="label" id="id61"><span class="brackets">40</span></dt>
<dd><p>Python Software Foundation. The for statement. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/reference/compound_stmts.html#the-for-statement">https://docs.python.org/3/reference/compound_stmts.html#the-for-statement</a>.</p>
</dd>
<dt class="label" id="id66"><span class="brackets">41</span></dt>
<dd><p>Python Software Foundation. The import system. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/reference/import.html">https://docs.python.org/3/reference/import.html</a>.</p>
</dd>
<dt class="label" id="id62"><span class="brackets">42</span></dt>
<dd><p>Python Software Foundation. The while statement. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/reference/compound_stmts.html#the-while-statement">https://docs.python.org/3/reference/compound_stmts.html#the-while-statement</a>.</p>
</dd>
<dt class="label" id="id73"><span class="brackets">43</span></dt>
<dd><p>Python Software Foundation. Class list. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#list">https://docs.python.org/3/library/stdtypes.html#list</a>.</p>
</dd>
<dt class="label" id="id71"><span class="brackets">44</span></dt>
<dd><p>Python Software Foundation. Printf-style string formatting. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#old-string-formatting">https://docs.python.org/3/library/stdtypes.html#old-string-formatting</a>.</p>
</dd>
<dt class="label" id="id18"><span class="brackets">45</span></dt>
<dd><p>GDAL. Gdal/ogr python api. 2021. Online; acessado 13 de Maio de 2021. URL: <a class="reference external" href="https://gdal.org/python/">https://gdal.org/python/</a>.</p>
</dd>
<dt class="label" id="id21"><span class="brackets">46</span></dt>
<dd><p>John R. Herring. Opengis implementation standard for geographic information - simple feature access - part 2: sql option. Technical Report 06-104r4, Open Geospatial Consortium Inc., August 2010. URL: <a class="reference external" href="http://www.opengeospatial.org/standards/sfs">http://www.opengeospatial.org/standards/sfs</a>.</p>
</dd>
<dt class="label" id="id20"><span class="brackets">47</span></dt>
<dd><p>John R. Herring. Opengis implementation standard for geographic information - simple feature access - part 1: common architecture. Technical Report 06-103r4, Open Geospatial Consortium Inc., May 2011. URL: <a class="reference external" href="http://www.opengeospatial.org/standards/sfa">http://www.opengeospatial.org/standards/sfa</a>.</p>
</dd>
<dt class="label" id="id15"><span class="brackets">48</span></dt>
<dd><p>Ecma International. The json data interchange syntax. Technical Report ECMA-404, 2nd edition, Ecma International, Geneva, Swiss, December 2017. URL: <a class="reference external" href="http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf">http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf</a>.</p>
</dd>
<dt class="label" id="id46"><span class="brackets">49</span></dt>
<dd><p>Richard Jones. Pep 301 – package index and metadata for distutils. 2002. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://www.python.org/dev/peps/pep-0301">https://www.python.org/dev/peps/pep-0301</a>.</p>
</dd>
<dt class="label" id="id26"><span class="brackets">50</span></dt>
<dd><p>Project Jupyter. Jupyterlab documentation. 2021. Online; acessado 24 de Abril de 2021. URL: <a class="reference external" href="https://jupyterlab.readthedocs.io/en/latest/">https://jupyterlab.readthedocs.io/en/latest/</a>.</p>
</dd>
<dt class="label" id="id28"><span class="brackets">51</span></dt>
<dd><p>Peter Kedron, Wenwen Li, Stewart Fotheringham, and Michael Goodchild. Reproducibility and replicability: opportunities and challenges for geospatial research. <em>International Journal of Geographical Information Science</em>, 35(3):427–445, 2021. URL: <a class="reference external" href="https://doi.org/10.1080/13658816.2020.1802032">https://doi.org/10.1080/13658816.2020.1802032</a>, <a class="reference external" href="https://doi.org/10.1080/13658816.2020.1802032">doi:10.1080/13658816.2020.1802032</a>.</p>
</dd>
<dt class="label" id="id30"><span class="brackets">52</span></dt>
<dd><p>Thomas Kluyver, Benjamin Ragan-Kelley, Fernando Pérez, Brian Granger, Matthias Bussonnier, Jonathan Frederic, Kyle Kelley, Jessica Hamrick, Jason Grout, Sylvain Corlay, Paul Ivanov, Damián Avila, Safia Abdalla, Carol Willing, and Jupyter development team. Jupyter notebooks - a publishing format for reproducible computational workflows. In Fernando Loizides and Birgit Scmidt, editors, <em>Positioning and Power in Academic Publishing: Players, Agents and Agendas</em>, 87–90. IOS Press, 2016. URL: <a class="reference external" href="https://eprints.soton.ac.uk/403913/">https://eprints.soton.ac.uk/403913/</a>.</p>
</dd>
<dt class="label" id="id31"><span class="brackets">53</span></dt>
<dd><p>A. M. Kuchling. Functional programming howto - generator expressions and list comprehensions. 2021. Online; acessado 27 de Fevereiro de 2021. URL: <a class="reference external" href="https://docs.python.org/3/howto/functional.html#generator-expressions-and-list-comprehensions">https://docs.python.org/3/howto/functional.html#generator-expressions-and-list-comprehensions</a>.</p>
</dd>
<dt class="label" id="id32"><span class="brackets">54</span></dt>
<dd><p>Jana Lasser. Creating an executable paper is a journey through open science. <em>Communications Physics</em>, 2020. <a class="reference external" href="https://doi.org/10.1038/s42005-020-00403-4">doi:10.1038/s42005-020-00403-4</a>.</p>
</dd>
<dt class="label" id="id33"><span class="brackets">55</span></dt>
<dd><p>LearnPython.org. Loops. 2021. Online; acessado 27 de Fevereiro de 2021. URL: <a class="reference external" href="https://www.learnpython.org/en/Loops">https://www.learnpython.org/en/Loops</a>.</p>
</dd>
<dt class="label" id="id34"><span class="brackets">56</span></dt>
<dd><p>Lucas Lofaro. Working with json data in python. April 2018. Online; acessado 12 de Maio de 2020. URL: <a class="reference external" href="https://realpython.com/python-json/">https://realpython.com/python-json/</a>.</p>
</dd>
<dt class="label" id="id36"><span class="brackets">57</span></dt>
<dd><p>S. K. McFeeters. The use of the normalized difference water index (ndwi) in the delineation of open water features. <em>International Journal of Remote Sensing</em>, 17(7):1425–1432, 1996. <a class="reference external" href="https://doi.org/10.1080/01431169608948714">doi:10.1080/01431169608948714</a>.</p>
</dd>
<dt class="label" id="id37"><span class="brackets">58</span></dt>
<dd><p>Robert McNeel. How to use json. Online; acessado 12 de Maio de 2020. URL: <a class="reference external" href="https://developer.rhino3d.com/guides/rhinopython/python-xml-json/">https://developer.rhino3d.com/guides/rhinopython/python-xml-json/</a>.</p>
</dd>
<dt class="label" id="id38"><span class="brackets">59</span></dt>
<dd><p>NASA. Nasa’s earth science satellite fleet. 2013. Online; acessado 27 de Fevereiro de 2021. URL: <a class="reference external" href="https://earthobservatory.nasa.gov/images/81559/nasas-earth-science-satellite-fleet">https://earthobservatory.nasa.gov/images/81559/nasas-earth-science-satellite-fleet</a>.</p>
</dd>
<dt class="label" id="id39"><span class="brackets">60</span></dt>
<dd><p>NASA. Monitoring deforestation in the amazon. 2016. Online; acessado 27 de Fevereiro de 2021. URL: <a class="reference external" href="https://www.usgs.gov/media/images/monitoring-deforestation-amazon">https://www.usgs.gov/media/images/monitoring-deforestation-amazon</a>.</p>
</dd>
<dt class="label" id="id41"><span class="brackets">61</span></dt>
<dd><p>Jurg Nievergelt and Klaus H. Hinrichs. <em>Algorithms & Data Structures with Applications to Graphics and Geometry</em>. Prentice Hall, 1993.</p>
</dd>
<dt class="label" id="id42"><span class="brackets">62</span></dt>
<dd><p>Daniel Nüst and Edzer Pebesma. Practical reproducibility in geography and geosciences. <em>Annals of the American Association of Geographers</em>, 0(0):1–11, 2020. URL: <a class="reference external" href="https://doi.org/10.1080/24694452.2020.1806028">https://doi.org/10.1080/24694452.2020.1806028</a>, <a class="reference external" href="https://doi.org/10.1080/24694452.2020.1806028">doi:10.1080/24694452.2020.1806028</a>.</p>
</dd>
<dt class="label" id="id52"><span class="brackets">63</span></dt>
<dd><p>PLOS ONE. Materials and software sharing. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://journals.plos.org/plosone/s/materials-and-software-sharing">https://journals.plos.org/plosone/s/materials-and-software-sharing</a>.</p>
</dd>
<dt class="label" id="id48"><span class="brackets">64</span></dt>
<dd><p>Fernando Pérez and Brian E. Granger. IPython: a system for interactive scientific computing. <em>Computing in Science and Engineering</em>, 9(3):21–29, May 2007. <a class="reference external" href="https://doi.org/10.1109/MCSE.2007.53">doi:10.1109/MCSE.2007.53</a>.</p>
</dd>
<dt class="label" id="id43"><span class="brackets">65</span></dt>
<dd><p>Satyabrata Pal. Python loops tutorial. 10 2017. Online; acessado 27 de Fevereiro de 2021. URL: <a class="reference external" href="https://www.datacamp.com/community/tutorials/loops-python-tutorial">https://www.datacamp.com/community/tutorials/loops-python-tutorial</a>.</p>
</dd>
<dt class="label" id="id44"><span class="brackets">66</span></dt>
<dd><p>Roger D. Peng. Reproducible research in computational science. <em>Science</em>, 334(6060):1226–1227, 2011. <a class="reference external" href="https://doi.org/10.1126/science.1213847">doi:10.1126/science.1213847</a>.</p>
</dd>
<dt class="label" id="id51"><span class="brackets">67</span></dt>
<dd><p>Ulrich Petri and Horst Gutmann. Pyformat. 2017. Online; acessado 07 de Janeiro de 2021. URL: <a class="reference external" href="https://pyformat.info/">https://pyformat.info/</a>.</p>
</dd>
<dt class="label" id="id53"><span class="brackets">68</span></dt>
<dd><p>Nancy Pontika, Petr Knoth, Matteo Cancellieri, and Samuel Pearce. Fostering open science to research using a taxonomy and an elearning portal. In <em>Proceedings of the 15th International Conference on Knowledge Technologies and Data-Driven Business</em>, i-KNOW '15. New York, NY, USA, 2015. Association for Computing Machinery. URL: <a class="reference external" href="https://doi.org/10.1145/2809563.2809571">https://doi.org/10.1145/2809563.2809571</a>, <a class="reference external" href="https://doi.org/10.1145/2809563.2809571">doi:10.1145/2809563.2809571</a>.</p>
</dd>
<dt class="label" id="id54"><span class="brackets">69</span></dt>
<dd><p>Stephen M. Powers and Stephanie E. Hampton. Open science, reproducibility, and transparency in ecology. <em>Ecological Applications</em>, 29(1):e01822, 2019. URL: <a class="reference external" href="https://esajournals.onlinelibrary.wiley.com/doi/abs/10.1002/eap.1822">https://esajournals.onlinelibrary.wiley.com/doi/abs/10.1002/eap.1822</a>, <a class="reference external" href="https://doi.org/10.1002/eap.1822">doi:10.1002/eap.1822</a>.</p>
</dd>
<dt class="label" id="id49"><span class="brackets">70</span></dt>
<dd><p>F. Pérez, B. E. Granger, and J. D. Hunter. Python: an ecosystem for scientific computing. <em>Computing in Science & Engineering</em>, 13(2):13–21, 2011. <a class="reference external" href="https://doi.org/10.1109/MCSE.2010.119">doi:10.1109/MCSE.2010.119</a>.</p>
</dd>
<dt class="label" id="id92"><span class="brackets">71</span></dt>
<dd><p>Michael Sarahan, Matt McCormick, Jean-Christophe Fillion-Robin, Filipe Fernandes, Chris Barker, and Jonathan Helmus. The sheer joy of packaging! 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://python-packaging-tutorial.readthedocs.io/en/latest/">https://python-packaging-tutorial.readthedocs.io/en/latest/</a>.</p>
</dd>
<dt class="label" id="id93"><span class="brackets">72</span></dt>
<dd><p>M. S. Schmalz. Organization of computer systems: 2: isa, machine language, and number systems. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://www.cise.ufl.edu/~mssz/CompOrg/CDA-lang.html">https://www.cise.ufl.edu/~mssz/CompOrg/CDA-lang.html</a>.</p>
</dd>
<dt class="label" id="id94"><span class="brackets">73</span></dt>
<dd><p>Science. Science journals: editorial policies. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://www.sciencemag.org/authors/science-journals-editorial-policies">https://www.sciencemag.org/authors/science-journals-editorial-policies</a>.</p>
</dd>
<dt class="label" id="id96"><span class="brackets">74</span></dt>
<dd><p>Robert Sedgewick and Kevin Wayne. <em>Algorithms</em>. Addison-Wesley Professional, 4th edition, 2011. ISBN 032157351X.</p>
</dd>
<dt class="label" id="id99"><span class="brackets">75</span></dt>
<dd><p>Aditya Sharma. Python dictionaries: the definitive guide. March 2020. Online; acessado 04 de Abril de 2021. URL: <a class="reference external" href="https://www.datacamp.com/community/tutorials/dictionary-python">https://www.datacamp.com/community/tutorials/dictionary-python</a>.</p>
</dd>
<dt class="label" id="id47"><span class="brackets">76</span></dt>
<dd><p>Eric V. Smith. Pep 420 – implicit namespace packages. Apr 2012. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://www.python.org/dev/peps/pep-0420/">https://www.python.org/dev/peps/pep-0420/</a>.</p>
</dd>
<dt class="label" id="id103"><span class="brackets">77</span></dt>
<dd><p>The Royal Society. Data sharing and mining. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://royalsociety.org/journals/ethics-policies/data-sharing-mining/">https://royalsociety.org/journals/ethics-policies/data-sharing-mining/</a>.</p>
</dd>
<dt class="label" id="id97"><span class="brackets">78</span></dt>
<dd><p>P. Soille, A. Burger, D. De Marchi, P. Kempeneers, D. Rodriguez, V. Syrris, and V. Vasilev. A versatile data-intensive computing platform for information retrieval from big geospatial data. <em>Future Generation Computer Systems</em>, 81:30–40, 2018. URL: <a class="reference external" href="https://www.sciencedirect.com/science/article/pii/S0167739X1730078X">https://www.sciencedirect.com/science/article/pii/S0167739X1730078X</a>, <a class="reference external" href="https://doi.org/10.1016/j.future.2017.11.007">doi:10.1016/j.future.2017.11.007</a>.</p>
</dd>
<dt class="label" id="id100"><span class="brackets">79</span></dt>
<dd><p>John Sturtz. Sets in python. 2018. Online; acessado 04 de Abril de 2021. URL: <a class="reference external" href="https://realpython.com/python-sets/">https://realpython.com/python-sets/</a>.</p>
</dd>
<dt class="label" id="id101"><span class="brackets">80</span></dt>
<dd><p>John Sturtz. Basic data types in python. 2021. Online; acessado 04 de Abril de 2021. URL: <a class="reference external" href="https://realpython.com/python-data-types/">https://realpython.com/python-data-types/</a>.</p>
</dd>
<dt class="label" id="id102"><span class="brackets">81</span></dt>
<dd><p>John Sturtz. Dictionaries in python. 2021. Online; acessado 04 de Abril de 2021. URL: <a class="reference external" href="https://realpython.com/python-dicts/">https://realpython.com/python-dicts/</a>.</p>
</dd>
<dt class="label" id="id25"><span class="brackets">82</span></dt>
<dd><p>Jupyter Team. The jupyter notebook. 2021. Online; acessado 24 de Abril de 2021. URL: <a class="reference external" href="https://jupyter-notebook.readthedocs.io/en/latest/">https://jupyter-notebook.readthedocs.io/en/latest/</a>.</p>
</dd>
<dt class="label" id="id27"><span class="brackets">83</span></dt>
<dd><p>Jupyter Team. The jupyter notebook format. 2021. Online; acessado 24 de Abril de 2021. URL: <a class="reference external" href="https://nbformat.readthedocs.io/en/latest/">https://nbformat.readthedocs.io/en/latest/</a>.</p>
</dd>
<dt class="label" id="id24"><span class="brackets">84</span></dt>
<dd><p>The IPython Development Team. Ipython documentation. 2021. Online; acessado 24 de Abril de 2021. URL: <a class="reference external" href="https://ipython.readthedocs.io/en/stable/">https://ipython.readthedocs.io/en/stable/</a>.</p>
</dd>
<dt class="label" id="id105"><span class="brackets">85</span></dt>
<dd><p>Christopher Trudeau. Records and sets: selecting the ideal data structure. 2021. Online; acessado 04 de Abril de 2021. URL: <a class="reference external" href="https://realpython.com/courses/records-sets-ideal-data-structure/">https://realpython.com/courses/records-sets-ideal-data-structure/</a>.</p>
</dd>
<dt class="label" id="id104"><span class="brackets">86</span></dt>
<dd><p>Christopher Trudeau. Sets, frozenset, and multisets. 2021. Online; acessado 04 de Abril de 2021. URL: <a class="reference external" href="https://realpython.com/lessons/sets-frozenset-multiset/">https://realpython.com/lessons/sets-frozenset-multiset/</a>.</p>
</dd>
<dt class="label" id="id106"><span class="brackets">87</span></dt>
<dd><p>James Uejio. Sets in python. 2020. Online; acessado 04 de Abril de 2021. URL: <a class="reference external" href="https://realpython.com/courses/sets-python/">https://realpython.com/courses/sets-python/</a>.</p>
</dd>
<dt class="label" id="id85"><span class="brackets">88</span></dt>
<dd><p>G. van Rossum. Python tutorial. Technical Report CS-R9526, Centrum voor Wiskunde en Informatica (CWI), Amsterdam, May 1995. URL: <a class="reference external" href="https://ir.cwi.nl/pub/5007/05007D.pdf">https://ir.cwi.nl/pub/5007/05007D.pdf</a>.</p>
</dd>
<dt class="label" id="id56"><span class="brackets">89</span></dt>
<dd><p>Greg Ward and Anthony Baxter. Distributing python modules (legacy version). 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://docs.python.org/3/distutils/index.html">https://docs.python.org/3/distutils/index.html</a>.</p>
</dd>
<dt class="label" id="id84"><span class="brackets">90</span></dt>
<dd><p>The Python Wiki. For loops. 2019. Online; acessado 27 de Fevereiro de 2021. URL: <a class="reference external" href="https://wiki.python.org/moin/ForLoop">https://wiki.python.org/moin/ForLoop</a>.</p>
</dd>
<dt class="label" id="id111"><span class="brackets">91</span></dt>
<dd><p>Wikipedia. Algol 60. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://en.wikipedia.org/wiki/ALGOL_60">https://en.wikipedia.org/wiki/ALGOL_60</a>.</p>
</dd>
<dt class="label" id="id108"><span class="brackets">92</span></dt>
<dd><p>Wikipedia. Ibm 704. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://en.wikipedia.org/wiki/IBM_704">https://en.wikipedia.org/wiki/IBM_704</a>.</p>
</dd>
<dt class="label" id="id110"><span class="brackets">93</span></dt>
<dd><p>Wikipedia. Mips architecture. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://en.wikipedia.org/wiki/MIPS_instruction_set">https://en.wikipedia.org/wiki/MIPS_instruction_set</a>.</p>
</dd>
<dt class="label" id="id107"><span class="brackets">94</span></dt>
<dd><p>Wikipedia. Machine level architecture: machine code and processor instruction set. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://en.wikibooks.org/wiki/A-level_Computing/AQA/Computer_Components,_The_Stored_Program_Concept_and_the_Internet/Machine_Level_Architecture/Machine_code_and_processor_instruction_set">https://en.wikibooks.org/wiki/A-level_Computing/AQA/Computer_Components,_The_Stored_Program_Concept_and_the_Internet/Machine_Level_Architecture/Machine_code_and_processor_instruction_set</a>.</p>
</dd>
<dt class="label" id="id112"><span class="brackets">95</span></dt>
<dd><p>Wikipedia. Shapefile. 2021. Online; acessado 07 de Março de 2021. URL: <a class="reference external" href="https://en.wikipedia.org/wiki/Shapefile">https://en.wikipedia.org/wiki/Shapefile</a>.</p>
</dd>
<dt class="label" id="id113"><span class="brackets">96</span></dt>
<dd><p>Niklaus Wirth. Program development by stepwise refinement. <em>Commun. ACM</em>, 14(4):221––227, Apr 1971. <a class="reference external" href="https://doi.org/10.1145/362575.362577">doi:10.1145/362575.362577</a>.</p>
</dd>
<dt class="label" id="id114"><span class="brackets">97</span></dt>
<dd><p>Niklaus Wirth. <em>Algorithms + Data Structures = Programs</em>. Prentice Hall PTR, USA, 1978. ISBN 0130224189.</p>
</dd>
</dl>
</p>
</div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Rodapé">
<a href="variados/matplotlib.html" class="btn btn-neutral float-left" title="7.5. Visualização de dados com a Matplotlib" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Anterior</a>
<a href="listas.html" class="btn btn-neutral float-right" title="Listas de Exercícios" accesskey="n" rel="next">Próximo <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>© Copyright 2020-2022, Gilberto Queiroz and Thales Körting.</p>
</div>
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(false);
});
</script>
<!-- Theme Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-165908761-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-165908761-1', {
'anonymize_ip': false,
});
</script>
</body>
</html>