Folks,

  I have several terabyes of earth observation data, and am looking
  to build a website to access and select from this data.

  Much of the data is in primary form - MERIS and MODIS data from
  NASA and European Space agency.

  I have a processing chain that converts these to region-based netcdfs,
  which are currently accessible in region/year/month directories.

  However, I want to make it more interactive.

  I have extracted the shape data from my primary sources, and populated
  postgis tables using python and geodjango. This allows me to make spatial
  queries and return the file names and paths of the matching files.

  How can I get geoserver to use postgis as its spatial index, and
  serve netcdf files based on the file path information ?

  I have tried using the godiva2 interface. It works, but it spends a
  long time indexing the netcdfs in java.
  
  I would prefer that it use postgres.

  Should I be doing all this in openlayers on the client ?

  I am much more familiar with server-side processing.

Cheers,    Andy!

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to