Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Geospatial Analysis with Python - Third Edition

You're reading from  Learning Geospatial Analysis with Python - Third Edition

Product type Book
Published in Sep 2019
Publisher Packt
ISBN-13 9781789959277
Pages 456 pages
Edition 3rd Edition
Languages
Author (1):
Joel Lawhead Joel Lawhead
Profile icon Joel Lawhead
Toc

Table of Contents (15) Chapters close

Preface 1. Section 1: The History and the Present of the Industry
2. Learning about Geospatial Analysis with Python 3. Learning Geospatial Data 4. The Geospatial Technology Landscape 5. Section 2: Geospatial Analysis Concepts
6. Geospatial Python Toolbox 7. Python and Geographic Information Systems 8. Python and Remote Sensing 9. Python and Elevation Data 10. Section 3: Practical Geospatial Processing Techniques
11. Advanced Geospatial Python Modeling 12. Real-Time Data 13. Putting It All Together 14. Other Books You May Enjoy

To get the most out of this book

This book assumes you have basic knowledge of the Python programming language. You will require Python (3.7 or higher), a minimum hardware requirement of a 300-MHz processor, 128 MB of RAM, 1.5 GB of available hard disk, and a Windows, Linux, or macOS X operating system.

Download the example code files

You can download the example code files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packtpub.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

  1. Log in or register at www.packt.com.
  2. Select the Support tab.
  3. Click on Code Downloads.
  4. Enter the name of the book in the Search box and follow the onscreen instructions.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR/7-Zip for Windows
  • Zipeg/iZip/UnRarX for Mac
  • 7-Zip/PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Learning-Geospatial-Analysis-with-Python-Third-Edition. In case there's an update to the code, it will be updated on the existing GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Download the color images

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: https://static.packt-cdn.com/downloads/9781789959277_ColorImages.pdf.

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "To demonstrate this, the following example accesses the same file that we just saw but by using urllib instead of ftplib."

A block of code is set as follows:

import ftplib

server = "ftp.ngdc.noaa.gov"
dir = "hazards/DART/20070815_peru"
fileName = "21415_from_20070727_08_55_15_tides.txt"

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

 if (sinSigma == 0):
distance = 0 # coincident points
break
cosSigma = sinU1*sinU2 + cosU1*cosU2*cosLam
sigma = math.atan2(sinSigma, cosSigma)
sinAlpha = cosU1 * cosU2 * sinLam / sinSigma
cosSqAlpha = 1 - sinAlpha**2

Any command-line input or output is written as follows:

pip install virtualenv

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}