CarlosWang / Mastering-PostGIS

Mastering PostGIS, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mastering PostGIS

This is the code repository for Mastering PostGIS, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

PostGIS is open source extension onf PostgreSQL object-relational database system that allows GIS objects to be stored and allows querying for information and location services. The aim of this book is to help you master the functionalities offered by PostGIS- from data creation, analysis and output, to ETL and live edits.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter03.

More data files: https://gitlab.sigmageosistemas.com.br/george-silva/mastering-postgis

The code will look like the following:

drop table if exists data_import.osgb_addresses;
create table data_import.osgb_addresses(
 uprn bigint,
 os_address_toid varchar,

Following is the list of software and the download link to work through this book:

Related Products

About

Mastering PostGIS, published by Packt

License:MIT License


Languages

Language:JavaScript 75.5%Language:CSS 21.5%Language:HTML 2.9%Language:PHP 0.1%Language:Java 0.0%Language:Ruby 0.0%Language:Python 0.0%