GIS Algorithms: SAGE Advances in Geographic Information Science and Technology Series
Autor Ningchuan Xiaoen Limba Engleză Hardback – 16 dec 2015
Using Python code throughout, Xiao breaks the subject down into three fundamental areas:
- Geometric Algorithms
- Spatial Indexing
- Spatial Analysis and Modelling
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 361.25 lei 3-5 săpt. | +24.31 lei 6-12 zile |
SAGE Publications – 16 dec 2015 | 361.25 lei 3-5 săpt. | +24.31 lei 6-12 zile |
Hardback (1) | 1102.33 lei 6-8 săpt. | |
SAGE Publications – 16 dec 2015 | 1102.33 lei 6-8 săpt. |
Preț: 1102.33 lei
Preț vechi: 1344.30 lei
-18% Nou
Puncte Express: 1653
Preț estimativ în valută:
210.93€ • 229.84$ • 177.74£
210.93€ • 229.84$ • 177.74£
Carte tipărită la comandă
Livrare economică 24 aprilie-08 mai
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781446274323
ISBN-10: 1446274322
Pagini: 336
Dimensiuni: 170 x 242 x 23 mm
Greutate: 0.73 kg
Ediția:1
Editura: SAGE Publications
Colecția Sage Publications Ltd
Seria SAGE Advances in Geographic Information Science and Technology Series
Locul publicării:London, United Kingdom
ISBN-10: 1446274322
Pagini: 336
Dimensiuni: 170 x 242 x 23 mm
Greutate: 0.73 kg
Ediția:1
Editura: SAGE Publications
Colecția Sage Publications Ltd
Seria SAGE Advances in Geographic Information Science and Technology Series
Locul publicării:London, United Kingdom
Recenzii
Xiao’s book is a must-have for any GIS programmers, from beginners to professionals. Its sample programs in Python provide a rich library for key GIS algorithms.
This is a welcome book, which covers the major geographical algorithms for vector and point-based analyses, along with network travel analysis and optimal solution searches, in practical detail. Its concentration on applied Python examples is timely, and it is sure to be the go-to handbook for anyone wanting to build from-the-ground up GIS functions into Python software. In addition the algorithms are a good starting point for anyone looking to implement functions in other languages.
This is a welcome book, which covers the major geographical algorithms for vector and point-based analyses, along with network travel analysis and optimal solution searches, in practical detail. Its concentration on applied Python examples is timely, and it is sure to be the go-to handbook for anyone wanting to build from-the-ground up GIS functions into Python software. In addition the algorithms are a good starting point for anyone looking to implement functions in other languages.
Cuprins
Introduction
Part I. Geometric Algorithms
Basic Geometric Operations
Polygon Overlay
Part II. Spatial Indexing
Indexing
k-D Trees
Quadtrees
Indexing Lines and Polygons
Part III. Spatial Analysis and Modeling
Interpolation
Spatial Pattern and Analysis
Network Analysis
Spatial Optimization
Heuristic Search Algorithms
Part I. Geometric Algorithms
Basic Geometric Operations
Polygon Overlay
Part II. Spatial Indexing
Indexing
k-D Trees
Quadtrees
Indexing Lines and Polygons
Part III. Spatial Analysis and Modeling
Interpolation
Spatial Pattern and Analysis
Network Analysis
Spatial Optimization
Heuristic Search Algorithms
Notă biografică
Ningchuan Xiao is Associate Professor of Geography at the Ohio State University. He has taught a wide ranges of courses in GIS, spatial analysis, and cartography. His research focuses on the development of effective computational methods in spatial and temporal data handling.
Descriere
The critical algorithms used in GIS are notoriously difficult to both teach and understand. This book address the problem by combining rigorous formal language with example case studies and student exercises.