Earth observation using Python : a practical programming guide /

"Python is a modern programming language that has exploded in popularity both inside and outside of the Earth science community. Part of its appeal is it's easy-to-learn syntax and the thousands of available libraries which can be synthesized with core Python to do nearly any computing tas...

Full description

Saved in:
Bibliographic Details
Main Authors: Esmaili, Rebekah Bradley
Corporate Authors: Wiley Online Library (Online service)
Published: Wiley,
Publisher Address: Hoboken, NJ :
Publication Dates: [2021]
Literature type: eBook
Language: English
Subjects:
Online Access: https://onlinelibrary.wiley.com/doi/book/10.1002/9781119606925
Summary: "Python is a modern programming language that has exploded in popularity both inside and outside of the Earth science community. Part of its appeal is it's easy-to-learn syntax and the thousands of available libraries which can be synthesized with core Python to do nearly any computing task imaginable. In particular, Python is useful for reading Earth-observing satellite datasets, which can be notoriously difficult to use due to the volume of information that results from the multitude of sensors, platforms, and spatio-temporal spacing. Python facilitates reading a variety of self-describing binary datasets that these observations are often encoded in. Using the same software, one can complete the entirerty of a research project and even produce plots. Within a notebook environment, the scientist can document and distribute the code which can improve efficiency and transparency within the Earth sciences community. Even with the right tools data are seldom ready off-the-shelf for analysis and research and requires a number of pre-processing steps to make the data useable. What steps to take and why are often except perhaps for data developers themselves. Data users often misunderstand concepts such as data quality, how to perform an atmospheric correction, or the complex regridding schemes necessary to compare data with different resolutions. Even to a technical user, the nuances can be frustrating and difficult to overcome. The consequence of this is that data remains unused, or worse, potentially misused"--
Item Description: Description based on print version record.
Carrier Form: 1 online resource (304 pages)
Also available in print.
Bibliography: Includes bibliographical references and index.
ISBN: 9781119606925 (electronic book)
9781119606888
Index Number: QE48
CLC: P5-39
Contents: A tour of current satellite missions and products -- Overview of Python -- A deep dive into scientific data sets -- Practical Python syntax -- Importing standard earth science datasets -- Plotting and graphs for all -- Creating effective and functional maps -- Gridding operations -- Meaningful visuals through data combination -- Exporting with ease -- Developing a workflow -- Reproducible and shareable science.