hello

I am trying to populate postgis raster table with  "
gt-imagemosaic-jdbc-12.2.jar import  "

I got this structure in postgis :

---
tr2=> \d spatialtable_0
           Table "public.spatialtable_0"
  Column  |            Type             | Modifiers
----------+-----------------------------+-----------
 location | character(64)               | not null
 geom     | geometry(MultiPolygon,4326) |
Indexes:
    "spatialtable_0_pk" PRIMARY KEY, btree (location)
    "ix_spatialtable_0" gist (geom)

tr2=> \d tiletable_0
      Table "public.tiletable_0"
  Column  |     Type      | Modifiers
----------+---------------+-----------
 location | character(64) | not null
 data     | bytea         |
Indexes:
    "tiletable_0_pk" PRIMARY KEY, btree (location)

​---

I am not sure if it is correct structure ?
What am I doing wrong ?

regards

-- 
Ahmet Temiz
Jeoloji Müh.
Afet ve Acil Durum Yönetimi Başkanlığı
Bilgi İşlem  Dairesi Başkanlığı-CBS Grubu


________________________

Ahmet Temiz
Geological Eng.
Information Systems - GIS Group
Disaster and Emergency Management
of Presidency
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to