hi all,<br>
I wish to develop a situaltional awareness system in GRASS.<br>
I figured out this sequence of action :-<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I create a DB in
which there is a table which hold location info about different
entities <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Say two / three different types of vehicles). <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I load these onto the map display and view the data.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Whenever I get a
location update on any of the entities I update the info on the table.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I run a script in the background which keeps reading the table and<br>
&nbsp; &nbsp; &nbsp; &nbsp; displaying the entities in a endless loop - this should reflect any changes I carryout in the<br>
&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; database.<br>
Now for the implementation :-<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have downloaded and compiled postgresql on my machine buy since GRASS was initially<br>
&nbsp; &nbsp; &nbsp; &nbsp; configured without postgresql how do I enable it .<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Do I need postGIS for this kind of task?<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lastly , are there any errors in the sequence of action listed above ?<br>
Thanks in advance<br>
nishith<br>