• Medientyp: E-Book
  • Titel: Python geospatial analysis cookbook : 60 recipes to work with typology, overlays, indoor routing, and web applications analysis with Python
  • Beteiligte: Diener, Michael [VerfasserIn]
  • Erschienen: Birmingham, UK: Packt Publishing, 2015
  • Erschienen in: Quick answers to common problems
  • Umfang: 1 online resource (1 volume); illustrations
  • Sprache: Englisch
  • ISBN: 9781783555086; 1783555084
  • Schlagwörter: Geospatial data ; Data processing ; Geographic information systems ; Python (Computer program language) ; Electronic books ; Electronic books ; local
  • Entstehung:
  • Anmerkungen: Includes index. - Description based on online resource; title from cover page (Safari, viewed December 15, 2015)
  • Beschreibung: Over 60 recipes to work with topology, overlays, indoor routing, and web application analysis with Python About This Book Explore the practical process of using geospatial analysis to solve simple to complex problems with reusable recipes Concise step-by-step instructions to teach you about projections, vector, raster, overlay, indoor routing and topology analysis Create a basic indoor routing application with geodjango Who This Book Is For If you are a student, teacher, programmer, geospatial or IT administrator, GIS analyst, researcher, or scientist looking to do spatial analysis, then this book is for you. Anyone trying to answer simple to complex spatial analysis questions will get a working demonstration of the power of Python with real-world data. Some of you may be beginners with GIS, but most of you will probably have a basic understanding of geospatial analysis and programming. What You Will Learn Discover the projection and coordinate system information of your data and learn how to transform that data into different projections Import or export your data into different data formats to prepare it for your application or spatial analysis Use the power of PostGIS with Python to take advantage of the powerful analysis functions Execute spatial analysis functions on vector data including clipping, spatial joins, measuring distances, areas, and combining data to new results Create your own set of topology rules to perform and ensure quality assurance rules in Python Find the shortest indoor path with network analysis functions in easy, extensible recipes revolving around all kinds of network analysis problems Visualize your data on a map using the visualization tools and methods available to create visually stunning results Build an indoor routing web application with GeoDjango to include your spatial analysis tools built from the previous recipes In Detail Geospatial development links your data to places on the Earth's surface. Its analysis is used in almost every industry to answer location type questions. Combined with the power of the Python programming language, which is becoming the de facto spatial scripting choice for developers and analysts worldwide, this technology will help you to solve real-world spatial problems. This book begins by tackling the installation of the necessary software dependencies and libraries needed to perform spatial analysis with Python. From there, the next logical step is to prepare our data for analysi...