Hi,<br>
<br>
I have just started using postGIS. I have to populate some satellite data<br>
into a table. I receive foot print in xml. I am getting<br>
footprint_lat[1] = 1.98146079413183642E+01<br>
footprint_lon[1] =-1.55761586451820648E+02<br>
footprint_lat[0] =1.97588878664455372E+01<br>
footprint_lon[0] =-1.55439677185788781E+02<br>
 footprint_lat[2] =1.92503820033957886E+01<br>
footprint_lon[2] =-1.55513901957042549E+02<br>
footprint_lat[3] =1.93098870612302420E+01<br>
footprint_lon[3] =-1.55855972208092851E+02<br>
<br>
<br>
I have to create a table with column to store the above foot print data as<br>
polygon and insert this data into that column.Can anyone please help me with<br>
these create and insert statements.<br>
<br>
Also upto  what precision should the floating point must be stored ususally.<br>
<br>
Appreciate your help.<br>