Referências Bibliográficas

[1]

Michael Payne ared Erickson, Cort Daniel. Python gdal/ogr cookbook. May 2021. Online; acessado 13 de Maio de 2021. URL: https://pcjericks.github.io/py-gdalogr-cookbook/#.

[2]

J. W. Backus. The ibm 701 speedcoding system. J. ACM, 1(1):4––6, Jan 1954. doi:10.1145/320764.320766.

[3]

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 Papers Presented at the February 26-28, 1957, Western Joint Computer Conference: Techniques for Reliability, IRE-AIEE-ACM '57 (Western), 188––198. New York, NY, USA, 1957. Association for Computing Machinery. doi:10.1145/1455567.1455599.

[4]

Dan Bader. Common python data structures (guide). Aug 2020. Online; acessado 04 de Abril de 2021. URL: https://realpython.com/python-data-structures/.

[5]

Lorena A. Barba. Terminologies for reproducible research. 2018. arXiv:1802.03311.

[6]

Carl Boettiger. An introduction to docker for reproducible research. SIGOPS Oper. Syst. Rev., 49(1):71–79, Jan 2015. doi:10.1145/2723872.2723882.

[7]

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: https://www.rfc-editor.org/info/rfc7946, doi:10.17487/RFC7946.

[8]

Alessandra Capolupo, Cristina Monterisi, and Eufemia Tarantino. Landsat images classification algorithm (lica) to automatically extract land cover information in google earth engine environment. Remote Sensing, 2020. URL: https://www.mdpi.com/2072-4292/12/7/1201, doi:10.3390/rs12071201.

[9]

Scott Chacon and Ben Strub. Pro Git. Apress, 2021. URL: https://git-scm.com/book/en/v2.

[10]

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, Advances in Spatial Databases, 277–295. Berlin, Heidelberg, 1993. Springer Berlin Heidelberg. doi:10.1007/3-540-56869-7_16.

[11]

Douglas Crockford. Json.org. 2020. Online; acessado 12 de Maio de 2020. URL: https://www.json.org/json-en.html.

[12]

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: https://www.ics.uci.edu/~jajones/INF102-S18/readings/10_Simula.pdf.

[13]

Andrew Dalke and Raymond Hettinger. Sorting how to. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/howto/sorting.html#sortinghowto.

[14]

Scientific Data. Submission guidelines. 2021. Online; acessado 07 de Março de 2021. URL: https://www.nature.com/sdata/publish/submission-guidelines.

[15]

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, Proceedings XXI GEOINFO, November 30 - December 03, 2020, São José dos Campos, SP, Brazil., 222–227. INPE, 2020. URL: http://urlib.net/rep/8JMKD3MGPDW34P/43PR3A2.

[16]

Eric M. Delmelle. Spatial Sampling, pages 1385–1399. Springer Berlin Heidelberg, Berlin, Heidelberg, 2014. doi:10.1007/978-3-642-23430-9_73.

[17]

FAPESP. Open science @ fapesp. 2021. Online; acessado 07 de Março de 2021. URL: https://www.fapesp.br/openscience/en.

[18]

Python Software Foundation. Built-in functions - sorted. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/library/functions.html#sorted.

[19]

Python Software Foundation. Common sequence operations. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/library/stdtypes.html#common-sequence-operations.

[20]

Python Software Foundation. Dictionaries. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/tutorial/datastructures.html#dictionaries.

[21]

Python Software Foundation. Displays for lists, sets and dictionaries. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/reference/expressions.html#displays-for-lists-sets-and-dictionaries.

[22]

Python Software Foundation. Format string syntax. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/library/string.html#format-string-syntax.

[23]

Python Software Foundation. Formatted string literals. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/reference/lexical_analysis.html#formatted-string-literals.

[24]

Python Software Foundation. Json encoder and decoder. 2021. Online; acessado 16 de Maio de 2021. URL: https://docs.python.org/3/library/json.html.

[25]

Python Software Foundation. Keywords. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/reference/lexical_analysis.html#keywords.

[26]

Python Software Foundation. Looping techniques. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/tutorial/datastructures.html#looping-techniques.

[27]

Python Software Foundation. Mapping types — dict. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/library/stdtypes.html#mapping-types-dict.

[28]

Python Software Foundation. Mutable sequence types. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/library/stdtypes.html#typesseq-mutable.

[29]

Python Software Foundation. Set types — set, frozenset. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/library/stdtypes.html#set-types-set-frozenset.

[30]

Python Software Foundation. Sets. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/tutorial/datastructures.html#sets.

[31]

Python Software Foundation. String methods. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/library/stdtypes.html#string-methods.

[32]

Python Software Foundation. The python language reference. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/reference/index.html.

[33]

Python Software Foundation. The python standard library. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/library/index.html.

[34]

Python Software Foundation. The for statement. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/reference/compound_stmts.html#the-for-statement.

[35]

Python Software Foundation. The while statement. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/reference/compound_stmts.html#the-while-statement.

[36]

Python Software Foundation. Class list. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/library/stdtypes.html#list.

[37]

Python Software Foundation. Printf-style string formatting. 2021. Online; acessado 07 de Março de 2021. URL: https://docs.python.org/3/library/stdtypes.html#old-string-formatting.

[38]

GDAL. Gdal/ogr python api. 2021. Online; acessado 13 de Maio de 2021. URL: https://gdal.org/python/.

[39]

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: http://www.opengeospatial.org/standards/sfs.

[40]

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: http://www.opengeospatial.org/standards/sfa.

[41]

Ecma International. The json data interchange syntax. Technical Report ECMA-404, 2nd edition, Ecma International, Geneva, Swiss, December 2017. URL: http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf.

[42]

John R. Jensen. Sensoriamento remoto da vegetação. In Keith C. Clarke, editor, Sensoriamento Remoto do Ambiente, chapter 11, pages 357–410. Parêntese Editora, São José dos Campos, São Paulo, Brasil, 2009.

[43]

Project Jupyter. Jupyterlab documentation. 2021. Online; acessado 24 de Abril de 2021. URL: https://jupyterlab.readthedocs.io/en/latest/.

[44]

Peter Kedron, Wenwen Li, Stewart Fotheringham, and Michael Goodchild. Reproducibility and replicability: opportunities and challenges for geospatial research. International Journal of Geographical Information Science, 35(3):427–445, 2021. URL: https://doi.org/10.1080/13658816.2020.1802032, doi:10.1080/13658816.2020.1802032.

[45]

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, Positioning and Power in Academic Publishing: Players, Agents and Agendas, 87–90. IOS Press, 2016. URL: https://eprints.soton.ac.uk/403913/.

[46]

F.N. Kogan. Application of vegetation index and brightness temperature for drought detection. Advances in Space Research, 15(11):91–100, 1995. doi:https://doi.org/10.1016/0273-1177(95)00079-T.

[47]

Felix N. Kogan. Global drought watch from space. Bulletin of the American Meteorological Society, 78(4):621–636, 1997. doi:https://doi.org/10.1175/1520-0477(1997)078<0621:GDWFS>2.0.CO;2.

[48]

A. M. Kuchling. Functional programming howto - generator expressions and list comprehensions. 2021. Online; acessado 27 de Fevereiro de 2021. URL: https://docs.python.org/3/howto/functional.html#generator-expressions-and-list-comprehensions.

[49]

Jana Lasser. Creating an executable paper is a journey through open science. Communications Physics, 2020. doi:10.1038/s42005-020-00403-4.

[50]

LearnPython.org. Loops. 2021. Online; acessado 27 de Fevereiro de 2021. URL: https://www.learnpython.org/en/Loops.

[51]

Lucas Lofaro. Working with json data in python. April 2018. Online; acessado 12 de Maio de 2020. URL: https://realpython.com/python-json/.

[52]

F. Javier Lozano, Susana Suárez-Seoane, and Estanislao de Luis. Assessment of several spectral indices derived from multi-temporal landsat data for fire occurrence probability modelling. Remote Sensing of Environment, 107(4):533–544, 2007. URL: https://www.sciencedirect.com/science/article/pii/S003442570600366X, doi:10.1016/j.rse.2006.10.001.

[53]

S. K. McFeeters. The use of the normalized difference water index (ndwi) in the delineation of open water features. International Journal of Remote Sensing, 17(7):1425–1432, 1996. doi:10.1080/01431169608948714.

[54]

Robert McNeel. How to use json. Online; acessado 12 de Maio de 2020. URL: https://developer.rhino3d.com/guides/rhinopython/python-xml-json/.

[55]

NASA. Nasa’s earth science satellite fleet. 2013. Online; acessado 27 de Fevereiro de 2021. URL: https://earthobservatory.nasa.gov/images/81559/nasas-earth-science-satellite-fleet.

[56]

NASA. Monitoring deforestation in the amazon. 2016. Online; acessado 27 de Fevereiro de 2021. URL: https://www.usgs.gov/media/images/monitoring-deforestation-amazon.

[57]

Jurg Nievergelt and Klaus H. Hinrichs. Algorithms & Data Structures with Applications to Graphics and Geometry. Prentice Hall, 1993.

[58]

Daniel Nüst and Edzer Pebesma. Practical reproducibility in geography and geosciences. Annals of the American Association of Geographers, 0(0):1–11, 2020. URL: https://doi.org/10.1080/24694452.2020.1806028, doi:10.1080/24694452.2020.1806028.

[59]

PLOS ONE. Materials and software sharing. 2021. Online; acessado 07 de Março de 2021. URL: https://journals.plos.org/plosone/s/materials-and-software-sharing.

[60]

Fernando Pérez and Brian E. Granger. IPython: a system for interactive scientific computing. Computing in Science and Engineering, 9(3):21–29, May 2007. doi:10.1109/MCSE.2007.53.

[61]

Satyabrata Pal. Python loops tutorial. 10 2017. Online; acessado 27 de Fevereiro de 2021. URL: https://www.datacamp.com/community/tutorials/loops-python-tutorial.

[62]

Roger D. Peng. Reproducible research in computational science. Science, 334(6060):1226–1227, 2011. doi:10.1126/science.1213847.

[63]

Ulrich Petri and Horst Gutmann. Pyformat. 2017. Online; acessado 07 de Janeiro de 2021. URL: https://pyformat.info/.

[64]

Nancy Pontika, Petr Knoth, Matteo Cancellieri, and Samuel Pearce. Fostering open science to research using a taxonomy and an elearning portal. In Proceedings of the 15th International Conference on Knowledge Technologies and Data-Driven Business, i-KNOW '15. New York, NY, USA, 2015. Association for Computing Machinery. URL: https://doi.org/10.1145/2809563.2809571, doi:10.1145/2809563.2809571.

[65]

Stephen M. Powers and Stephanie E. Hampton. Open science, reproducibility, and transparency in ecology. Ecological Applications, 29(1):e01822, 2019. URL: https://esajournals.onlinelibrary.wiley.com/doi/abs/10.1002/eap.1822, doi:10.1002/eap.1822.

[66]

M. S. Schmalz. Organization of computer systems: 2: isa, machine language, and number systems. 2021. Online; acessado 07 de Março de 2021. URL: https://www.cise.ufl.edu/~mssz/CompOrg/CDA-lang.html.

[67]

Science. Science journals: editorial policies. 2021. Online; acessado 07 de Março de 2021. URL: https://www.sciencemag.org/authors/science-journals-editorial-policies.

[68]

Robert Sedgewick and Kevin Wayne. Algorithms. Addison-Wesley Professional, 4th edition, 2011. ISBN 032157351X.

[69]

Aditya Sharma. Python dictionaries: the definitive guide. March 2020. Online; acessado 04 de Abril de 2021. URL: https://www.datacamp.com/community/tutorials/dictionary-python.

[70]

The Royal Society. Data sharing and mining. 2021. Online; acessado 07 de Março de 2021. URL: https://royalsociety.org/journals/ethics-policies/data-sharing-mining/.

[71]

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. Future Generation Computer Systems, 81:30–40, 2018. URL: https://www.sciencedirect.com/science/article/pii/S0167739X1730078X, doi:10.1016/j.future.2017.11.007.

[72]

John Sturtz. Sets in python. 2018. Online; acessado 04 de Abril de 2021. URL: https://realpython.com/python-sets/.

[73]

John Sturtz. Basic data types in python. 2021. Online; acessado 04 de Abril de 2021. URL: https://realpython.com/python-data-types/.

[74]

John Sturtz. Dictionaries in python. 2021. Online; acessado 04 de Abril de 2021. URL: https://realpython.com/python-dicts/.

[75]

Jupyter Team. The jupyter notebook. 2021. Online; acessado 24 de Abril de 2021. URL: https://jupyter-notebook.readthedocs.io/en/latest/.

[76]

Jupyter Team. The jupyter notebook format. 2021. Online; acessado 24 de Abril de 2021. URL: https://nbformat.readthedocs.io/en/latest/.

[77]

The IPython Development Team. Ipython documentation. 2021. Online; acessado 24 de Abril de 2021. URL: https://ipython.readthedocs.io/en/stable/.

[78]

Christopher Trudeau. Records and sets: selecting the ideal data structure. 2021. Online; acessado 04 de Abril de 2021. URL: https://realpython.com/courses/records-sets-ideal-data-structure/.

[79]

Christopher Trudeau. Sets, frozenset, and multisets. 2021. Online; acessado 04 de Abril de 2021. URL: https://realpython.com/lessons/sets-frozenset-multiset/.

[80]

James Uejio. Sets in python. 2020. Online; acessado 04 de Abril de 2021. URL: https://realpython.com/courses/sets-python/.

[81]

G. van Rossum. Python tutorial. Technical Report CS-R9526, Centrum voor Wiskunde en Informatica (CWI), Amsterdam, May 1995. URL: https://ir.cwi.nl/pub/5007/05007D.pdf.

[82]

The Python Wiki. For loops. 2019. Online; acessado 27 de Fevereiro de 2021. URL: https://wiki.python.org/moin/ForLoop.

[83]

Wikipedia. Algol 60. 2021. Online; acessado 07 de Março de 2021. URL: https://en.wikipedia.org/wiki/ALGOL_60.

[84]

Wikipedia. Ibm 704. 2021. Online; acessado 07 de Março de 2021. URL: https://en.wikipedia.org/wiki/IBM_704.

[85]

Wikipedia. Mips architecture. 2021. Online; acessado 07 de Março de 2021. URL: https://en.wikipedia.org/wiki/MIPS_instruction_set.

[86]

Wikipedia. Machine level architecture: machine code and processor instruction set. 2021. Online; acessado 07 de Março de 2021. URL: 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.

[87]

Wikipedia. Shapefile. 2021. Online; acessado 07 de Março de 2021. URL: https://en.wikipedia.org/wiki/Shapefile.

[88]

Niklaus Wirth. Program development by stepwise refinement. Commun. ACM, 14(4):221––227, Apr 1971. doi:10.1145/362575.362577.

[89]

Niklaus Wirth. Algorithms + Data Structures = Programs. Prentice Hall PTR, USA, 1978. ISBN 0130224189.