Changes

Jump to navigation Jump to search
574 bytes added ,  13:39, 8 October 2019
$ sudo apt-get install --no-install-recommends postgis</nowiki>
Note the last line. Without the <code>--no-install-recommends</code> line postgres assumes you're using the default configuration (in this case, postgis for postgresql 9.6). Since we're using a different flavor of postgispostgresql, we do not want this.
The <code>postgis</code> apt package is not the extension to postgres. It is a collection of command line utilities for importing and exporting data to a postgis db.
> \q</nowiki>
== To get into tigertest database: ==
ssh researcher@128.42.44.181
cd /bulk
== Translating Table names to corresponding States ==
 
See: https://www.census.gov/geo/reference/ansi_statetables.html
(note that the numbers are FIPS state numeric codes)
 
{| class="wikitable"
|-
|-
| tl_2016_14_place
| Georgia
|-
| tl_2016_15_place
| Virgin Islands
|}
 
==Tiger Geocoder Extension==
This section details the process to install and use the Tiger Geocoder Extension of PostGIS. The official docmentation can be found [https://postgis.net/docs/Extras.html here].
 
[https://postgis.net/docs/postgis_installation.html#install_tiger_geocoder_extension This link] outlines the process to enable our Postgres Database to support Tiger functionality.
 
This documentation has been moved to the [[Tiger Geocoder]] wiki page.

Navigation menu