[postgis-users] PostGIS data in the marine environment

Bo Victor Thomsen bo.victor.thomsen at gmail.com
Wed Dec 2 00:21:45 PST 2015


Have a look at the "hstore" functions in Postgres. Or maybe use the "json"
facilities in Postgres. Both approaches migth fit your needs

Regards

Bo Victor Thomsen
AestasGIS
Denmark

2015-12-01 21:02 GMT+01:00 Terry <terry.curran at shaw.ca>:

>
> We have been investigating how to get our marine data into and out of our
> PostGIS
> - GeoServer - GeoNetwork on a CentOS system, and  we are looking for some
> advice.
>
> We often have the situation of marine data obtained from a sonde lowered
> vertically through the water column.
> The resulting data consists of a lat-long location, datetime, and sensors
> typically measuring water temperature,
> conductivity,  dissolved oxygen and chlorophyll fluorescence as a function
> of pressure.
>
> We have typically created CSV files and entered them into PostGIS. We
> create a spatial index based upon the
> 2D lat-long position.  This approach does not seem to maximally use the
> "relatedness" of the cast information.
>
> We are considering creating for each horizontal location and datetime a
> series of linestrings of (pressure, parameter) tuples,
> and then reading these into PostGIS.  The resulting table records could
> then be up to a thousand times shorter, and searches potentially faster.
> This may imply that we need to write an application to form these
> linestrings, and another to create SQL commands.
>
> Alternatively, we are looking for a nice way to create NetCDF data from
> our profile data, and then input that into PostGIS.
>
> Any suggestions on contemplated approaches, or advice or links to prior
> technology for a similar situation?
>
> -- terry
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/postgis-users




-- 
Med venlig hilsen

Bo Victor Thomsen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20151202/eefe6629/attachment.html>


More information about the postgis-users mailing list