Playing with election results, a shapefile of the US(lower 48 I clipped out Alaska and Hawaii, sorry Alaskans and Hawaiians) Distorted the areas of the states based on the total estimate 2011 population.
geospatial things and stuff
Saturday, November 10, 2012
Thursday, April 5, 2012
PostGIS 2.0.0 released
Looking forward to installing and testing out some of the new features in the latest release of postgis.
PostGIS 2.0.0
PostGIS 2.0.0
Thursday, January 5, 2012
5yr Abs Chg
The data is comparing absolute enrollment numbers from 2005-2006 to 2010-2011.
This map was created by downloading PEIMS data from the TEA, joining it do a vector file of all the school districts and doing some simple calculations and then marking up the resulting data in Tilemill. It's being hosted using Mapbox basic hosting plan.
Wednesday, November 16, 2011
Solar Power System
From Last day |
From Last day |
Wednesday, October 19, 2011
Setting up a spatial postgresql database with postgis
My machine is running Ubuntu 10.04 x64
This is assuming you already have postgresql and postgis installed.
First create the PostgreSQL database:
Then add plpgsql support to that database:
Then you need to import these two SQL files into that database to set up the PostGIS functions:
That's it!
QGIS has a nice plugin tool for pushing shapefiles into postgis enabled postgresql databases called SPIT(Shapefile to Postgresql Import Tool
First create the PostgreSQL database:
createdb yourdatabase
Then add plpgsql support to that database:
createlang plpgsql yourdatabase
Then you need to import these two SQL files into that database to set up the PostGIS functions:
psql -d yourdatabase -f /usr/share/postgresql/8.4/contrib/postgis-1.5/postgis.sql
psql -d yourdatabase -f /usr/share/postgresql/8.4/contrib/postgis-1.5/spatial_ref_sys.sql
That's it!
QGIS has a nice plugin tool for pushing shapefiles into postgis enabled postgresql databases called SPIT(Shapefile to Postgresql Import Tool
Friday, September 16, 2011
SEXtante
"SEXTANTE is a spatial data analysis library written in Java. The main aim of SEXTANTE is to provide a platform for the easy implementation, deployment and usage of rich geoprocessing functionality. It currently contains more than three hundred algorithms for both raster and vector data processing, as well as tabular data analysis tools. SEXTANTE integrates seamlessly with many open source Java GIS (such as gvSIG, uDig or OpenJUMP) and non-GIS tools (such as the 52N WPS server or the spatial ETL Talend)."
Subscribe to:
Posts (Atom)