Cargando…

PostGIS Cookbook : over 80 task-based recipes to store, organize, manipulate, and analyze spatial data in a PostGIS database /

An easy-to-use guide, full of hands-on recipes for manipulating spatial data in a PostGIS database. Each topic is explained and placed in context, and for the more inquisitive, there are more details of the concepts used. If you are a web developer or a software architect, especially in location-bas...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Corti, Paolo
Otros Autores: Mather, Stephen Vincent, Kraft, Thomas J., Park, Bborie
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2014.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn900419022
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 140201s2014 enk o 000 0 eng d
040 |a YDXCP  |b eng  |e pn  |c YDXCP  |d OCLCO  |d EBLCP  |d N$T  |d UMI  |d COO  |d DEBBG  |d DEBSZ  |d OCLCF  |d OCLCO  |d OCLCQ  |d AGLDB  |d ICA  |d ZCU  |d MERUC  |d OCLCQ  |d D6H  |d OCL  |d VNS  |d VTS  |d CEF  |d ICG  |d NLE  |d OCLCQ  |d OCLCO  |d STF  |d UAB  |d DKC  |d AU@  |d OCLCQ  |d M8D  |d UKAHL  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 869640102  |a 870676032  |a 960416857  |a 1008845401  |a 1360447513 
020 |a 9781849518673 
020 |a 184951867X 
020 |a 1849518661 
020 |a 9781849518666 
029 1 |a AU@  |b 000066759792 
029 1 |a DEBBG  |b BV041784246 
029 1 |a DEBBG  |b BV043606908 
029 1 |a DEBSZ  |b 404339727 
029 1 |a DEBSZ  |b 405548397 
029 1 |a DEBSZ  |b 484737414 
029 1 |a GBVCP  |b 882839004 
035 |a (OCoLC)900419022  |z (OCoLC)869640102  |z (OCoLC)870676032  |z (OCoLC)960416857  |z (OCoLC)1008845401  |z (OCoLC)1360447513 
037 |a CL0500000390  |b Safari Books Online 
050 4 |a G70.212  |b .C67 2014 
072 7 |a SCI  |x 030000  |2 bisacsh 
072 7 |a TRV  |x 033000  |2 bisacsh 
072 7 |a TRV  |x 034000  |2 bisacsh 
072 7 |a TRV  |x 016000  |2 bisacsh 
072 7 |a TRV  |x 018000  |2 bisacsh 
082 0 4 |a 910.285  |2 23 
049 |a UAMI 
100 1 |a Corti, Paolo. 
245 1 0 |a PostGIS Cookbook :  |b over 80 task-based recipes to store, organize, manipulate, and analyze spatial data in a PostGIS database /  |c Paolo Corti, Thomas J. Kraft, Stephen Vincent Mather, Bborie Park. 
260 |a Birmingham :  |b Packt Publishing,  |c 2014. 
300 |a 1 online resource (iv, 468 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Quick answers to common problems 
505 0 |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Moving Data In and Out of PostGIS; Introduction; Importing nonspatial tabular data (CSV) using PostGIS functions; Importing nonspatial tabular data (CSV) using GDAL; Importing shapefiles with shp2pgsql; Importing and exporting data with the ogr2ogr GDAL command; Handling batch importing and exporting of datasets; Exporting data to the shapefile with the pgsql2shp PostGIS command; Importing OpenStreetMap data with the osm2pgsql command. 
505 8 |a Importing raster data with the raster2pgsql PostGIS commandImporting multiple rasters at a time; Exporting rasters with the gdal_translate and gdalwarp GDAL commands; Chapter 2: Structures that Work; Introduction; Using geospatial views; Using triggers to populate a geometry column; Structuring spatial data with table inheritance; Extending inheritance -- table partitioning; Normalizing imports; Normalizing internal overlays; Using polygon overlays for proportional census estimates; Chapter 3: Working with Vector Data -- The Basics; Introduction; Working with GPS data; Fixing invalid geometries. 
505 8 |a GIS analysis with spatial joinsSimplifying geometries; Measuring distances; Merging polygons using a common attribute; Computing intersections; Clipping geometries to deploy data; Simplifying geometries with PostGIS topology; Chapter 4: Working with Vector Data -- Advanced Recipes; Introduction; Improving proximity filtering with KNN; Improving proximity filtering with KNN -- advanced; Rotating geometries; Improving ST_Polygonize; Translating, scaling, and rotating geometries -- advanced; Detailed building footprints from LiDAR; Using external scripts to embed new. 
505 8 |a Functionality in order to calculate a Voronoi diagramUsing external scripts to embed other; libraries in order to calculate a Voronoi; diagram -- advanced; Chapter 5: Working with Raster Data; Introduction; Getting and loading rasters; Working with basic raster information and analysis; Performing simple map-algebra operations; Combining geometries with rasters for analysis; Converting between rasters and geometries; Processing and loading rasters with GDAL VRT; Warping and resampling rasters; Performing advanced map-algebra operations; Executing DEM operations. 
505 8 |a Sharing and visualizing rasters through SQLChapter 6: Working with pgRouting; Introduction; Startup -- Dijkstra routing; Loading data from OpenStreetMap and finding the shortest path using A*; Driving distance/service area calculation; Calculating the driving distance with demographics; Extracting the centerlines of polygons; Chapter 7: Into the Nth Dimension; Introduction; Importing LiDAR Data; Performing 3D queries on a LiDAR point cloud; Constructing and serving buildings 2.5 D; Using ST_Extrude to extrude building footprints; Creating arbitrary 3D objects for PostGIS. 
520 |a An easy-to-use guide, full of hands-on recipes for manipulating spatial data in a PostGIS database. Each topic is explained and placed in context, and for the more inquisitive, there are more details of the concepts used. If you are a web developer or a software architect, especially in location-based companies, and want to expand the range of techniques you are using with PostGIS, then this book is for you. You should have some prior experience with PostgreSQL database and spatial concepts. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a PostGIS. 
630 0 7 |a PostgreSQL.  |2 blmlsh 
650 0 |a Geographic information systems. 
650 0 |a Database management. 
650 0 |a Spatial data infrastructures. 
650 2 |a Geographic Information Systems 
650 6 |a Systèmes d'information géographique. 
650 6 |a Bases de données  |x Gestion. 
650 6 |a Infrastructures de données géospatiales. 
650 7 |a geographic information systems.  |2 aat 
650 7 |a SCIENCE  |x Earth Sciences  |x Geography.  |2 bisacsh 
650 7 |a TRAVEL  |x Budget.  |2 bisacsh 
650 7 |a TRAVEL  |x Hikes & Walks.  |2 bisacsh 
650 7 |a TRAVEL  |x Museums, Tours, Points of Interest.  |2 bisacsh 
650 7 |a TRAVEL  |x Parks & Campgrounds.  |2 bisacsh 
650 7 |a Database management  |2 fast 
650 7 |a Geographic information systems  |2 fast 
650 7 |a Spatial data infrastructures  |2 fast 
700 1 |a Mather, Stephen Vincent. 
700 1 |a Kraft, Thomas J. 
700 1 |a Park, Bborie. 
776 0 8 |i Print version:  |a Corti, Paolo.  |t PostGIS Cookbook.  |d Birmingham : Packt Publishing, ©2014  |z 9781849518666 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=691843  |z Texto completo 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26850778 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1572945 
938 |a EBSCOhost  |b EBSC  |n 691843 
938 |a YBP Library Services  |b YANK  |n 11612409 
994 |a 92  |b IZTAP