[postgis-users] How To Load SRTM Files into PostGIS
Puneet Kishor
punk.kish at gmail.com
Thu Oct 6 05:39:27 PDT 2011
On Oct 6, 2011, at 4:24 AM, Jorge Arévalo wrote:
> Hi,
>
> In the current situation, I think PostGIS Raster won't work with PostGIS 1.5.3.
>
> But Puneet, both versions can live in the same system. You can compile
> PostGIS 2.0 with raster support, create a new database and enable it
> with PostGIS 2.0 including PostGIS Raster. At same time, your existing
> database, enabled with PostGIS 1.5.3, should work without problems.
>
This is great advice, allowing me to proceed forward.
So, to recap -- compile PostGIS 2.0 against my existing installation of Pg 9.0.x, against which my existing PostGIS 1.5.3 is also compiled.
Then, create a new database to hold only the raster data, enable it with PostGIS 2.0, without affecting my existing apple-cart.
Hopefully, it will all work, just as it for you.
Many thanks,
> In my Ubuntu box, I use PostGIS 1.5.3 and PostGIS 2.0, if helps.
>
> On Wed, Oct 5, 2011 at 7:50 PM, Paragon Corporation <lr at pcorp.us> wrote:
>> I seriously doubt it, but Bborie or Jorge probably have a better idea.
>>
>> For one in 2.0 the st_box2d got renamed to box2d so that alone I think would
>> probably make it not work.
>>
>> I think also since the serialization changed raster code is assuming the new
>> serialization.
>>
>> Thanks,
>> Regina
>>
>>> -----Original Message-----
>>> From: postgis-users-bounces at postgis.refractions.net
>>> [mailto:postgis-users-bounces at postgis.refractions.net] On
>>> Behalf Of Pierre Racine
>>> Sent: Wednesday, October 05, 2011 11:04 AM
>>> To: PostGIS Users Discussion
>>> Subject: Re: [postgis-users] How To Load SRTM Files into PostGIS
>>>
>>> Regina,
>>>
>>> Any chance a build of PostGIS Raster on 2.0 work on PostGIS
>>> 1.5.3? Any other option to get PostGIS raster to work on 1.5.3?
>>>
>>> Pierre
>>>
>>>> -----Original Message-----
>>>> From: postgis-users-bounces at postgis.refractions.net
>>>> [mailto:postgis-users- bounces at postgis.refractions.net] On
>>> Behalf Of
>>>> Pierre Racine
>>>> Sent: Tuesday, October 04, 2011 1:01 PM
>>>> To: Puneet Kishor; PostGIS Users Discussion
>>>> Subject: Re: [postgis-users] How To Load SRTM Files into PostGIS
>>>>
>>>> You may want to try what is available at :
>>>>
>>>> http://www.kyngchaos.com/software/postgres
>>>>
>>>> Otherwise, I think you might be able to compile a 2.0 version and
>>>> install just the raster component over your PostGIS 1.5.3 without
>>>> problem. With the shared libraries renaming from one
>>> version to the other, though, this night not work...
>>>>
>>>> Pierre
>>>>
>>>>> -----Original Message-----
>>>>> From: Puneet Kishor [mailto:punk.kish at gmail.com]
>>>>> Sent: Tuesday, October 04, 2011 12:47 PM
>>>>> To: PostGIS Users Discussion
>>>>> Cc: Pierre Racine
>>>>> Subject: Re: [postgis-users] How To Load SRTM Files into PostGIS
>>>>>
>>>>>
>>>>> On Oct 4, 2011, at 11:37 AM, Pierre Racine wrote:
>>>>>
>>>>>> Hi there is a complete tutorial on how to load SRTM
>>> rasters in PostGIS here:
>>>>>>
>>>>>> http://trac.osgeo.org/postgis/wiki/WKTRasterTutorial01
>>>>>
>>>>>
>>>>> This is great! Thanks. A question follows --
>>>>>
>>>>>>
>>>>>> You load them as true rasters. This implies you have
>>> PostGIS Raster installed.
>>>>>>
>>>>>
>>>>> It is not clear from http://trac.osgeo.org/postgis/wiki/WKTRaster
>>>>> whether I can install PostGIS Raster with PostGIS 1.5.3, or if I
>>>>> have to go the
>>>> PostGIS 2.0 way.
>>>>>
>>>>> I already have a working copy of PostgreSQL 9.0.1/PostGIS 1.5.3
>>>>> installed via MacPorts under /opt/local that I want to
>>> continue using.
>>>>> So, I'd like to download only the PostGIS Raster source
>>> and compile
>>>>> it against
>>>> my existing software.
>>>>>
>>>>> How do I accomplish the above?
>>>>>
>>>>> --
>>>>> Puneet Kishor
>>>>
More information about the postgis-users
mailing list