Re: [mapserver-users] GRIB files - gdal_translate

2009-05-21 Thread Jose Roberto M. Garcia, MSc
 gdal_translate to extract particular bands from a grib file
as a geotiff (or all the bands).  For instance, the following would
extract band 3 (total precipitation):

gdal_translate -b 3 T126L28.grb total_precip.tif

Converting the data on-the-fly to an image is the right way to work? 


Having MapServer access the grib file on the fly rather than depending
on pre-translated extracts will reduce data duplication and may help
avoid confusion about what is up to date.  However, it is possible that
there will be a performance penalty for extracting directly from GRIB.
If so, it may not be significant enough to matter to you.


What are the problems with Apache if I do not do so?


I don't see how either approach relates to Apache.  It is a
data management and possibly performance issue with MapServer.

Best regards,




___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users




Jose Roberto M. Garcia, Msc
Grupo Banco de Dados / CPTEC / INPE
Fone: (12) 3186-8405
--
A luta contra o aquecimento global depende de cada um de nós, faça sua parte, 
economize recursos naturais.
--
http://www.cptec.inpe.br 
http://www.inpe.br 


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] GRIB files - gdal_translate

2009-05-21 Thread Jose Roberto M. Garcia, MSc
)
  COLOR 0 0 255
END
  END
 
  I can see my grib using Grads but what tool do I use to translate
  individual bands into GeoTIFF?
 
  You can use gdal_translate to extract particular bands from a grib file
  as a geotiff (or all the bands).  For instance, the following would
  extract band 3 (total precipitation):
 
  gdal_translate -b 3 T126L28.grb total_precip.tif
 
  Converting the data on-the-fly to an image is the right way to work?
 
  Having MapServer access the grib file on the fly rather than depending
  on pre-translated extracts will reduce data duplication and may help
  avoid confusion about what is up to date.  However, it is possible that
  there will be a performance penalty for extracting directly from GRIB.
  If so, it may not be significant enough to matter to you.
 
  What are the problems with Apache if I do not do so?
 
  I don't see how either approach relates to Apache.  It is a
  data management and possibly performance issue with MapServer.
 
  Best regards,
 
  
 
  ___
  mapserver-users mailing list
  mapserver-users@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/mapserver-users
 
 
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users
 



  


Jose Roberto M. Garcia, Msc
Grupo Banco de Dados / CPTEC / INPE
Fone: (12) 3186-8405
--
A luta contra o aquecimento global depende de cada um de nós, faça sua parte, 
economize recursos naturais.
--
http://www.cptec.inpe.br 
http://www.inpe.br 


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] GRIB files

2009-05-12 Thread Jose Roberto M. Garcia, MSc

Hi all,

I'm trying to work with GRIB files in MapServer but it's not working. I 
know that when we work with images we need to classify the output using 
[pixel] as a CLASSITEM and make classes for each value but how is it 
for GRIB files? I have several levels an variables in it. How do I 
classify them? Does anybody explain me?


Tks in advance

Roberto Garcia, Msc
Database Group / CPTEC / INPE
Voice: +55 (12) 3186-8405
--
The fight against the global warming depends on us, do it right, save natural 
resources.
--
http://www.cptec.inpe.br 
http://www.inpe.br 


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users