Hi GIS Stackoverflow people,
I wanted to use the PostGIS functionality [raster2pgsql][1], but I had to discover that the Python function was not installed with my PostGIS installation.
Do you know if raster2pgsql is generally part of the PostGIS installation or do I have to install a special package?
I installed PostGreSQL and PostGIS on my mac via homebrew.
> brew upgrade postgis tells my that the latest version is installed, which is obviously not the case (1.5.3 installed, but 1.5.5 available).
The complete installation is
select PostGIS_full_version();
postgis_full_version
---------------------------------------
POSTGIS="1.5.3" GEOS="3.3.2-CAPI-1.7.2" PROJ="Rel. 4.7.1, 23 September 2009" LIBXML="2.7.3" USE_STATS
Thank you for your answer!