APPLIED GEOSPATIAL DATA SCIENCE WITH PYTHON leverage geospatial data analysis and modeling to find unique solutions to environmental problems

Book Cover
Average Rating
Published
Birmingham, UK : Packt Publishing Ltd., [2023].
Status
Available Online

Description

Loading Description...

More Details

Format
Language
English
ISBN
9781803240343, 1803240342

Notes

Description
Intelligently connect data points and gain a deeper understanding of environmental problems through hands-on Geospatial Data Science case studies written in Python The book includes colored images of important concepts Key Features Learn how to integrate spatial data and spatial thinking into traditional data science workflows Develop a spatial perspective and learn to avoid common pitfalls along the way Gain expertise through practical case studies applicable in a variety of industries with code samples that can be reproduced and expanded Book Description Data scientists, when presented with a myriad of data, can often lose sight of how to present geospatial analyses in a meaningful way so that it makes sense to everyone. Using Python to visualize data helps stakeholders in less technical roles to understand the problem and seek solutions. The goal of this book is to help data scientists and GIS professionals learn and implement geospatial data science workflows using Python. Throughout this book, you'll uncover numerous geospatial Python libraries with which you can develop end-to-end spatial data science workflows. You'll learn how to read, process, and manipulate spatial data effectively. With data in hand, you'll move on to crafting spatial data visualizations to better understand and tell the story of your data through static and dynamic mapping applications. As you progress through the book, you'll find yourself developing geospatial AI and ML models focused on clustering, regression, and optimization. The use cases can be leveraged as building blocks for more advanced work in a variety of industries. By the end of the book, you'll be able to tackle random data, find meaningful correlations, and make geospatial data models. What you will learn Understand the fundamentals needed to work with geospatial data Transition from tabular to geo-enabled data in your workflows Develop an introductory portfolio of spatial data science work using Python Gain hands-on skills with case studies relevant to different industries Discover best practices focusing on geospatial data to bring a positive change in your environment Explore solving use cases, such as traveling salesperson and vehicle routing problems Who this book is for This book is for you if you are a data scientist seeking to incorporate geospatial thinking into your workflows or a GIS professional seeking to incorporate data science methods into yours. You'll need to have a foundational knowledge of Python for data analysis and/or data science.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Jordan, D. S. (2023). APPLIED GEOSPATIAL DATA SCIENCE WITH PYTHON: leverage geospatial data analysis and modeling to find unique solutions to environmental problems . Packt Publishing Ltd..

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Jordan, David S.. 2023. APPLIED GEOSPATIAL DATA SCIENCE WITH PYTHON: Leverage Geospatial Data Analysis and Modeling to Find Unique Solutions to Environmental Problems. Birmingham, UK: Packt Publishing Ltd.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Jordan, David S.. APPLIED GEOSPATIAL DATA SCIENCE WITH PYTHON: Leverage Geospatial Data Analysis and Modeling to Find Unique Solutions to Environmental Problems Birmingham, UK: Packt Publishing Ltd, 2023.

Harvard Citation (style guide)

Jordan, D. S. (2023). APPLIED GEOSPATIAL DATA SCIENCE WITH PYTHON: leverage geospatial data analysis and modeling to find unique solutions to environmental problems. Birmingham, UK: Packt Publishing Ltd.

MLA Citation, 9th Edition (style guide)

Jordan, David S.. APPLIED GEOSPATIAL DATA SCIENCE WITH PYTHON: Leverage Geospatial Data Analysis and Modeling to Find Unique Solutions to Environmental Problems Packt Publishing Ltd., 2023.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
e771c2ff-76d6-15c7-3ff0-ae78140b1abe-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work IDe771c2ff-76d6-15c7-3ff0-ae78140b1abe-eng
Full titleapplied geospatial data science with python leverage geospatial data analysis and modeling to find unique solutions to environmental problems
Authorjordan david s
Grouping Categorybook
Last Update2024-12-17 08:40:50AM
Last Indexed2024-12-17 08:45:05AM

Book Cover Information

Image Sourcedefault
First LoadedDec 19, 2024
Last UsedDec 22, 2024

Marc Record

First DetectedDec 16, 2024 11:24:33 PM
Last File Modification TimeDec 17, 2024 08:24:04 AM
SuppressedRecord had no items

MARC Record

LEADER06631cam a22004697a 4500
001on1369508190
003OCoLC
00520241217082204.0
006m     o  d        
007cr |n|||||||||
008230217s2023    enk     o     000 0 eng d
019 |a 1369643289|a 1369657150
020 |a 9781803240343|q (electronic bk.)
020 |a 1803240342|q (electronic bk.)
035 |a (OCoLC)1369508190|z (OCoLC)1369643289|z (OCoLC)1369657150
037 |a 9781803238128|b O'Reilly Media
037 |a 10163701|b IEEE
040 |a YDX|b eng|c YDX|d ORMDA|d EBLCP|d OCLCQ|d OCLCF|d N$T|d IEEEE|d OCLCQ|d OCLCO|d OCLCQ
049 |a MAIN
050 4|a G70.212
08204|a 910.285|2 23/eng/20230307
1001 |a Jordan, David S.,|e author.
24510|a APPLIED GEOSPATIAL DATA SCIENCE WITH PYTHON|h [electronic resource] :|b leverage geospatial data analysis and modeling to find unique solutions to environmental problems /|c David S. Jordan.
260 |a Birmingham, UK :|b Packt Publishing Ltd.,|c [2023]
300 |a 1 online resource
5050 |a Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: The Essentials of Geospatial Data Science -- Chapter 1: Introducing Geographic Information Systems and Geospatial Data Science -- What is GIS? -- What is data science? -- Mathematics -- Computer science -- Industry and domain knowledge -- Soft skills -- What is geospatial data science? -- Summary -- Chapter 2: What Is Geospatial Data and Where Can I Find It? -- Static and dynamic geospatial data -- Geospatial file formats -- Vector data -- Raster data
5058 |a Introducing geospatial databases and storage -- PostgreSQL and PostGIS -- ArcGIS geodatabase -- Exploring open geospatial data assets -- Human geography -- Physical geography -- Country- and area-specific data -- Summary -- Chapter 3: Working with Geographic and Projected Coordinate Systems -- Technical requirements -- Exploring geographic coordinate systems -- Understanding GCS versions -- Understanding projected coordinate systems -- Common types of projected coordinate systems -- Working with GCS and PCS in Python -- PyProj -- GeoPandas -- Summary
5058 |a Chapter 4: Exploring Geospatial Data Science Packages -- Technical requirements -- Packages for working with geospatial data -- GeoPandas -- GDAL -- Shapely -- Fiona -- Rasterio -- Packages enabling spatial analysis and modeling -- PySAL -- Packages for producing production-quality spatial visualizations -- ipyLeaflet -- Folium -- geoplot -- GeoViews -- Datashader -- Reviewing foundational data science packages -- pandas -- scikit-learn -- Summary -- Part 2: Exploratory Spatial Data Analysis -- Chapter 5: Exploratory Data Visualization -- Technical requirements -- The fundamentals of ESDA
5058 |a Example -- New York City Airbnb listings -- Conducting EDA -- ESDA -- Summary -- Chapter 6: Hypothesis Testing and Spatial Randomness -- Technical requirements -- Constructing a spatial hypothesis test -- Understanding spatial weights and spatial lags -- Global spatial autocorrelation -- Local spatial autocorrelation -- Point pattern analysis -- Ripley's alphabet functions -- Summary -- Chapter 7: Spatial Feature Engineering -- Technical requirements -- Defining spatial feature engineering -- Performing a bit of geospatial magic -- Engineering summary spatial features
520 |a Intelligently connect data points and gain a deeper understanding of environmental problems through hands-on Geospatial Data Science case studies written in Python The book includes colored images of important concepts Key Features Learn how to integrate spatial data and spatial thinking into traditional data science workflows Develop a spatial perspective and learn to avoid common pitfalls along the way Gain expertise through practical case studies applicable in a variety of industries with code samples that can be reproduced and expanded Book Description Data scientists, when presented with a myriad of data, can often lose sight of how to present geospatial analyses in a meaningful way so that it makes sense to everyone. Using Python to visualize data helps stakeholders in less technical roles to understand the problem and seek solutions. The goal of this book is to help data scientists and GIS professionals learn and implement geospatial data science workflows using Python. Throughout this book, you'll uncover numerous geospatial Python libraries with which you can develop end-to-end spatial data science workflows. You'll learn how to read, process, and manipulate spatial data effectively. With data in hand, you'll move on to crafting spatial data visualizations to better understand and tell the story of your data through static and dynamic mapping applications. As you progress through the book, you'll find yourself developing geospatial AI and ML models focused on clustering, regression, and optimization. The use cases can be leveraged as building blocks for more advanced work in a variety of industries. By the end of the book, you'll be able to tackle random data, find meaningful correlations, and make geospatial data models. What you will learn Understand the fundamentals needed to work with geospatial data Transition from tabular to geo-enabled data in your workflows Develop an introductory portfolio of spatial data science work using Python Gain hands-on skills with case studies relevant to different industries Discover best practices focusing on geospatial data to bring a positive change in your environment Explore solving use cases, such as traveling salesperson and vehicle routing problems Who this book is for This book is for you if you are a data scientist seeking to incorporate geospatial thinking into your workflows or a GIS professional seeking to incorporate data science methods into yours. You'll need to have a foundational knowledge of Python for data analysis and/or data science.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a Geographic information systems|x Data processing.
650 0|a Data mining.|9 71797
650 0|a Python (Computer program language)|9 71333
655 0|a Electronic books.
77608|i Print version:|z 1803238127|z 9781803238128|w (OCoLC)1348139023
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781803238128/?ar|x O'Reilly|z eBook
938 |a YBP Library Services|b YANK|n 304608153
938 |a ProQuest Ebook Central|b EBLB|n EBL30365501
938 |a EBSCOhost|b EBSC|n 3547011
994 |a 92|b VIA
999 |c 358829|d 358829