https://juliaearth.github.io/geospatial-data-science-with-julia/ 1. Welcome Geospatial Data Science with Julia * Welcome * Foreword * Preface * Part I: Foundations + 1 What is geospatial data? + 2 Scientific visualization + 3 Interfacing with GIS + 4 Geometric processing * Part II: Transforms + 5 What are transforms? + 6 Map projections + 7 Building pipelines * Part III: Queries + 8 Split-apply-combine + 9 Geospatial joins * Part IV: Interpolation + 10 Geospatial correlation + 11 Simple interpolation * Part V: Applications + 12 Mineral deposits + 13 Agricultural fields + 14 Petroleum reservoirs * References Table of contents * Welcome + How to contribute? + Getting involved Geospatial Data Science with Julia Author Julio Hoffimann Published October 10, 2023 Welcome [cover] Geospatial Data Science with Julia presents a fresh approach to data science with geospatial data and the Julia programming language. It contains best practices for writing clean, readable and performant code in geoscientific applications involving sophisticated representations of the (sub)surface of the Earth such as unstructured meshes made of 2D and 3D geometries. By reading this book, you will: 1. Get a broader perspective on geospatial data 2. Learn advanced geostatistical algorithms 3. Reproduce practical open source examples Most importantly, you will learn a set of geospatial features that is much richer than the simple features implemented in traditional geographic information systems (GIS). Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. How to contribute? First off, thank you for considering contributing to this book. It's people like you that make this project so much fun. Below are a few suggestions to facilitate the review process: * Please be polite, we are here to help and learn from each other * Try to explain your contribution with simple language * References to textbooks and papers are always welcome * Follow the code style in the examples as much as possible This book is open source and fully reproducible thanks to the amazing Quarto project. You can edit the pages directly on GitHub and submit a pull request for review. If you are not familiar with this process, consider reading the first contributions guide. Alternatively, you can render the book locally with the Quarto VS Code Extension, which is the recommended method for reviewing more elaborate changes. Getting involved If you would like to get involved with the project, you can start by * Joining our community channel: zulip * Starring or sponsoring our book and software on GitHub: geostats-stars * Sharing the book on social media (LinkedIn, Twitter, ...) * Asking questions and making suggestions * Organizing training courses and workshops * Citing the work in publications: @book{Hoffimann2023, title = {Geospatial Data Science with {{Julia}}}, author = {Hoffimann, Julio}, year = {2023} } Foreword