A few of my students wanted to use PostGIS to help them easily query a Postgres database for all the points within a certain distance of a given location. Getting them up and running proved a bit of a ...
Now we are connected to the database. We need to do three things more before we can load data and write queries: Create a database to work in. (You are logged in as a database super user, which means ...