๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Python Geospatial Development Essentials

โœ Scribed by Karim Bahgat


Year
2015
Tongue
English
Leaves
192
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


This book is ideal for Python programmers who are tasked with or wish to make a special-purpose GIS application. Analysts, political scientists, geographers, and GIS specialists seeking a creative platform to experiment with cutting-edge spatial analysis, but who are still only beginners in Python, will also find this book beneficial. Familiarity with Tkinter application development in Python is preferable but not mandatory.

โœฆ Table of Contents


Cover
Copyright
Credits
About the Author
About the Reviewers
www.PacktPub.com
Table of Contents
Preface
Chapter 1: Preparing to Build Your
Own GIS Application
Why re-invent the wheel?
Setting up your computer
Installing third-party packages
Imagining the roadmap ahead
Summary
Chapter 2: Accessing Geodata
The approach
Vector data
A data interface for vector data
The vector data structure
Computing bounding boxes
Spatial indexing
Loading vector files
Shapefile
GeoJSON
File format not supported
Saving vector data
Shapefile
GeoJSON
File format not supported
Raster data
A data interface for raster data
The raster data structure
Positioning the raster in coordinate space
Nodata masking
Loading raster data
GeoTIFF
File format not supported
Saving raster data
GeoTIFF
File format not supported
Summary
Chapter 3: Designing the Visual Look
of Our Application
Setting up the GUI package
Creating the toolkit building blocks
Themed styling
Basic buttons
Buttons with icons
Toolbars
The Ribbon tab system
The bottom status bar
The layers pane
The Map widget
Popup windows
Dispatching heavy tasks to thread workers
Using the toolkit to build the GUI
Testing our application
Summary
Chapter 4: Rendering Our Geodata
Rendering
Installing PyAgg
A sequence of layers
The MapCanvas drawer
Individual layer renderings
Vector layers
Raster layers
Interactively rendering our maps
Linking the MapView to the renderer
Requesting to render a map
Resizing the map in proportion to window resizing
The LayersPane as a LayerGroup
Adding layers
Editing layers in the LayersPane widget
Click-and-drag to rearrange the layer sequence
Zooming the map image
Map panning and one-time rectangle zoom
A navigation toolbar
Putting it all together
Summary
Chapter 5: Managing and Organizing Geographic Data
Creating the management module
Inspecting files
Organizing files
Vector data
Splitting
Merging
Geometry cleaning
Raster data
Mosaicking
Resampling
Weaving functionality into the user interface
Layer-specific right-click functions
Defining the tool options windows
Setting up the management tab
Defining the tool options windows
Summary
Chapter 6: Analyzing Geographic Data
Creating the analysis module
Analyzing data
Vector data
Overlap summary
Buffer
Raster data
Zonal statistics
Weaving functionality into the user interface
Layer-specific right-click functions
Defining the tool options windows
Setting up the analysis tab
Defining the tool options window
Summary
Chapter 7: Packaging and Distributing Your Application
Attaching an application logo
The icon image file
Assigning the icon
The application startup script
Packaging your application
Installing py2exe
Developing a packaging strategy
Creating the build script
Adding the visual C runtime DLL
Creating an installer
Installing Inno Setup
Setting up your application's installer
Summary
Chapter 8: Looking Forward
Improvements to the user interface
Saving and loading user sessions
File drag and drop
GUI widgets
Other variations of the user interface
Adding more GIS functionality
Basic GIS selections
More advanced visualization
Online data services
Converting between raster and vector data
Projections
Geocoding
Going the GDAL/NumPy/SciPy route
Expanding to other platforms
Touch devices
Summary
Index


๐Ÿ“œ SIMILAR VOLUMES


Python Geospatial Development Essentials
โœ Bahgat K. ๐Ÿ“‚ Library ๐ŸŒ English

Packt Publishing, 2015. โ€” 192 p. โ€” ISBN: 1782175407, 9781782175407<div class="bb-sep"></div>This book provides you with the resources to successfully develop your own GIS application in Python. The book begins by walking you through the loading and saving of data structures before you start to build

Python GeoSpatial Analysis Essentials
โœ Erik Westra ๐Ÿ“‚ Library ๐Ÿ“… 2015 ๐Ÿ› Packt Publishing ๐ŸŒ English

<p><b>Process, analyze, and display geospatial data using Python libraries and related tools</b></p> <h2>About This Book</h2><ul><li>Learn to build a complete geospatial application from scratch using Python</li><li>Create good-looking maps based on the results of your analysis</li><li>This is a fas

Python GeoSpatial Analysis Essentials
โœ Erik Westra ๐Ÿ“‚ Library ๐Ÿ“… 2015 ๐Ÿ› Packt Publishing Ltd. ๐ŸŒ English

About This Book * Learn to build a complete geospatial application from scratch using Python * Create good-looking maps based on the results of your analysis * This is a fast-paced guide to help you explore the key concepts of geospatial to obtain high quality spatial data Who This Book Is For

Python Geospatial Development
โœ Erik Westra ๐Ÿ“‚ Library ๐Ÿ“… 2010 ๐Ÿ› Packt Publishing ๐ŸŒ English

This is a tutorial style book that will teach usage of Python tools for GIS using simple practical examples and then show you how to build a complete mapping application from scratch. The book assumes basic knowledge of Python. No knowledge of Open Source GIS is required. This book is useful for Pyt