How to Store GeoRasters in PostGIS

View: New views
3 Messages — Rating Filter:   Alert me  

How to Store GeoRasters in PostGIS

by Venkat Tammineni :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear All,

  How to store or import GeoRaster into PostGIS.Please guide me.Is PostGIS will support Georasters ? if yes Please guide me how to import the GeoRasters.


I am waiting for your great response.


Regards,

Venkat

_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users

Re: How to Store GeoRasters in PostGIS

by Brian Modra-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/10/19 venkat <ven.tammineni@...>:
> Dear All,
>
>   How to store or import GeoRaster into PostGIS.Please guide me.Is PostGIS
> will support Georasters ? if yes Please guide me how to import the
> GeoRasters.
>
>
> I am waiting for your great response.

I would probably create a box shape which is the exact same geographic
size as the image tile. Then store that in one column, and the raster
data in a bytea column.

>
> Regards,
>
> Venkat
>
> _______________________________________________
> postgis-users mailing list
> postgis-users@...
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>



--
Brian Modra   Land line: +27 23 5411 462
Mobile: +27 79 69 77 082
5 Jan Louw Str, Prince Albert, 6930
Postal: P.O. Box 2, Prince Albert 6930
South Africa
http://www.zwartberg.com/
_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users

Re: How to Store GeoRasters in PostGIS

by Pierre Racine-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Venkat,

 

GeoRaster is a Oracle specific terminology. PostGIS, however, supports the raster type through the WKT Raster extension. WKT Raster is still in beta development so you will have to download and compile it: http://postgis.refractions.net/download/

 

Pierre

 

From: postgis-users-bounces@... [mailto:postgis-users-bounces@...] On Behalf Of venkat
Sent: 19 octobre 2009 03:37
To: postgis-users@...
Subject: [postgis-users] How to Store GeoRasters in PostGIS

 

Dear All,

  How to store or import GeoRaster into PostGIS.Please guide me.Is PostGIS will support Georasters ? if yes Please guide me how to import the GeoRasters.


I am waiting for your great response.


Regards,

Venkat


_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users