Re: [mapserver-users] on the fly contouring

2013-06-28 Thread Venkat Shesu Reddem
Dear Jeff,

Is it possible in MapServer for On-the-fly contour generation by reading
data from from MySQL table, in similar to contouring any band of rastar
data.

with regards
Venkat




On Fri, Jun 28, 2013 at 5:45 PM, Jeff McKenna jmcke...@gatewaygeomatics.com
 wrote:

 On 2013-06-28 4:09 AM, Veerabrahmachari desodu wrote:
  can map server generate on the fly contours from raster data(ASCII
  format) on MYSQL database ?
 
 

 Give a read to the recent addition to MapServer for on-the-fly contour
 generation from a raster DEM:
 http://www.mapserver.org/development/rfc/ms-rfc-85.html  You'll need to
 compile MapServer from source for this (git master branch).

 -jeff




 --
 Jeff McKenna
 MapServer Consulting and Training Services
 http://www.gatewaygeomatics.com/




 ___
 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


Re: [mapserver-users] Accessing images from remote servers

2012-10-03 Thread Venkat Shesu Reddem
Dear Ian,

Along with this can it be possible to access imagery using MapServer from
database such as MySQL where images like GeoTiFF can be stored as BLOB
object.

This can allow to mapserver running on multiple devices to access imagery
from different database servers.

with regards
Venkat

On Wed, Oct 3, 2012 at 9:29 PM, Ian Walberg ian.walb...@airborne.aerowrote:

 Hello list,

 We need to build a mapserver application which is running on multiple
 devices with limited local storage, because of this the imagery will
 have to be  on a separate server.

 The application we have today runs on a single server and we access the
 imagery using tileindex shapefiles.

 So the question is when we move everything but the imagery to the
 individual devices can we access the imagery tileindex shapfiles
 remotely? We currently limited experience of the WMS and WFS interfaces
 but from a quick look these do not seem to allow us to access the
 tileindex as we do locally.

 Hope this makes sense and I look forward to some suggestions.

 Many thanks

 Ian
 ___
 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


[mapserver-users] Seeking suggestions on WebGIS

2010-11-09 Thread Reddem

Dear Friends,

I am newbie to UMN MapServer and with the knowledge gained through the
forum, I designed WebGIS for Ocean Data and Information System.

I am herewith providing the link for the same. Please go through and suggest
your valuable opinions, for improvement if any.

http://115.113.76.8/cgi-bin/mapserv54?map=INSITU_RECENTMAPFILElayer=oceanlayer=copyrightlayer=mooredlayer=driftinglayer=awslayer=currentmeterlayer=tidelayer=xbtlayer=waveriderzoom=0program=%2Fcgi-bin%2Fmapserv54root=%2Finsitugraphicsroot=%2Finsitu%2Fgraphicsmap_web=template+insitu.html
Ocean Data  Information System 

with regards
Venkat
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Seeking-suggestions-on-WebGIS-tp5723484p5723484.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] HDF Data projection in MapServer

2010-05-18 Thread Reddem

Hi Everybody,

I am trying to display HDF files using MapServer, and upto some extent
i have done it. Still i am facing problem with the projection of map.

and MapFile Layer looks like this:

  LAYER
   NAME wise_io
   #DATA 'o.tif'
   DATA
'HDF5:C:/ms4w/apps/HDFData/data/output.h5://Mapped_-_Composited_mapped'
   DUMP TRUE
   TYPE RASTER
   STATUS ON
   CLASSITEM [pixel]
   CLASS
   EXPRESSION ([pixel]  0)
   STYLE
   COLOR 0 0 255
   END
   END
   PROJECTION
    
   END
   END

and GDAL INFO for used HDF data is :

...
Driver: HDF5Image/HDF5 Dataset
Files: none associated
Size is 3630, 2530
Coordinate System is:
GEOGCS[WGS 84,
   DATUM[WGS_1984,
   SPHEROID[WGS 84,6378137,298.257223563,
   AUTHORITY[EPSG,7030]],
   TOWGS84[0,0,0,0,0,0,0],
   AUTHORITY[EPSG,6326]],
   PRIMEM[Greenwich,0,
   AUTHORITY[EPSG,8901]],
   UNIT[degree,0.0174532925199433,
   AUTHORITY[EPSG,9108]],
   AUTHORITY[EPSG,4326]]
Corner Coordinates:
Upper Left  (0.0,0.0)
Lower Left  (0.0, 2530.0)
Upper Right ( 3630.0,0.0)
Lower Right ( 3630.0, 2530.0)
Center  ( 1815.0, 1265.0)
Band 1 Block=3630x1 Type=Float32, ColorInterp=Undefined
 Metadata:
   Mapped - Composited mapped:Projection Category=IDL
   Mapped - Composited mapped:Projection Name=Cylindrical
   Mapped - Composited mapped:Source=A2010021053000_CHL.L2_LAC
   Mapped - Composited mapped:units=mg m^-3
   Mapped - Composited mapped:Slope=1.00
   Mapped - Composited mapped:Intercept=0.00
   Mapped - Composited mapped:Scaling=linear
   Mapped - Composited mapped:Limit=4 62 27 95
   Mapped - Composited mapped:Projection ID=8
   Mapped - Composited mapped:Latitude Center=0
   Mapped - Composited mapped:Longitude Center=78.5
   Mapped - Composited mapped:Isotropic=1
   Mapped - Composited mapped:Rotation=0
   Mapped - Composited mapped:Position=0 0 1 1
   Mapped - Composited mapped:Scale=0
   Mapped - Composited mapped:Central_Azimuth=0
   Mapped - Composited mapped:HDF4_OBJECT_TYPE=SDS
   Mapped - Composited mapped:HDF4_OBJECT_NAME=Mapped - Composited mapped
   Mapped - Composited mapped:HDF4_REF_NUM=2d
..

I have created the GeoTiff using gdal_translate and projected it and
it works well.
 gdal_translate -ot Byte -of GTiff -b 1 -a_ullr 62 4 95 27
 HDF5:output.h5://Mapped_-_Composited_mapped o.tif.

I am facing problem with projection of HDF data set which is 1 KM
gridded dataset. and as without defining Projection Derivative it is
showing somewhere else in the map.  can anyone help me in this regard
to define Projection section of HDF data layer.

with regards
Venkat
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/HDF-Data-projection-in-MapServer-tp5069580p5069580.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] HDF data Projection Problem

2010-05-17 Thread Venkat Shesu Reddem
Hi Everybody,

I am trying to display HDF files using MapServer, and upto some extent
i have done it. Still i am facing problem with the projection of map.

and MapFile Layer looks like this:

LAYER
NAME wise_io
#DATA 'o.tif'
DATA 
'HDF5:C:/ms4w/apps/HDFData/data/output.h5://Mapped_-_Composited_mapped'
DUMP TRUE
TYPE RASTER
STATUS ON
CLASSITEM [pixel]
CLASS
EXPRESSION ([pixel]  0)
STYLE
COLOR 0 0 255
END
END
PROJECTION
     
END
END

and GDAL INFO for used HDF data is :

...
Driver: HDF5Image/HDF5 Dataset
Files: none associated
Size is 3630, 2530
Coordinate System is:
GEOGCS[WGS 84,
DATUM[WGS_1984,
SPHEROID[WGS 84,6378137,298.257223563,
AUTHORITY[EPSG,7030]],
TOWGS84[0,0,0,0,0,0,0],
AUTHORITY[EPSG,6326]],
PRIMEM[Greenwich,0,
AUTHORITY[EPSG,8901]],
UNIT[degree,0.0174532925199433,
AUTHORITY[EPSG,9108]],
AUTHORITY[EPSG,4326]]
Corner Coordinates:
Upper Left  (0.0,0.0)
Lower Left  (0.0, 2530.0)
Upper Right ( 3630.0,0.0)
Lower Right ( 3630.0, 2530.0)
Center  ( 1815.0, 1265.0)
Band 1 Block=3630x1 Type=Float32, ColorInterp=Undefined
  Metadata:
Mapped - Composited mapped:Projection Category=IDL
Mapped - Composited mapped:Projection Name=Cylindrical
Mapped - Composited mapped:Source=A2010021053000_CHL.L2_LAC
Mapped - Composited mapped:units=mg m^-3
Mapped - Composited mapped:Slope=1.00
Mapped - Composited mapped:Intercept=0.00
Mapped - Composited mapped:Scaling=linear
Mapped - Composited mapped:Limit=4 62 27 95
Mapped - Composited mapped:Projection ID=8
Mapped - Composited mapped:Latitude Center=0
Mapped - Composited mapped:Longitude Center=78.5
Mapped - Composited mapped:Isotropic=1
Mapped - Composited mapped:Rotation=0
Mapped - Composited mapped:Position=0 0 1 1
Mapped - Composited mapped:Scale=0
Mapped - Composited mapped:Central_Azimuth=0
Mapped - Composited mapped:HDF4_OBJECT_TYPE=SDS
Mapped - Composited mapped:HDF4_OBJECT_NAME=Mapped - Composited mapped
Mapped - Composited mapped:HDF4_REF_NUM=2d
..

I have created the GeoTiff using gdal_translate and projected it and
it works well.
 gdal_translate -ot Byte -of GTiff -b 1 -a_ullr 62 4 95 27 
 HDF5:output.h5://Mapped_-_Composited_mapped o.tif.

I am facing problem with projection of HDF data set which is 1 KM
gridded dataset. and as without defining Projection Derivative it is
showing somewhere else in the map.  can anyone help me in this regard
to define Projection section of HDF data layer.

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


Re: [mapserver-users] How to add HDF-EOS data layer in MapServer

2010-02-28 Thread Venkat Shesu Reddem
/OMI_Column_Amount_O3/Data_Fields/SolarZenithAngle
  SUBDATASET_2_DESC=[720x1440]
//HDFEOS/GRIDS/OMI_Column_Amount_O3/Data_Fields/SolarZenithAngle
(32-bit floating-point)
  
SUBDATASET_3_NAME=HDF5:OMI.he5://HDFEOS/GRIDS/OMI_Column_Amount_O3/Data_Fields/ViewingZenithAngle
  SUBDATASET_3_DESC=[720x1440]
//HDFEOS/GRIDS/OMI_Column_Amount_O3/Data_Fields/ViewingZenithAngle
(32-bit floating-point)
Corner Coordinates:
Upper Left  (0.0,0.0)
Lower Left  (0.0,  512.0)
Upper Right (  512.0,0.0)
Lower Right (  512.0,  512.0)
Center  (  256.0,  256.0)
.

with thanks  regards
Venkat

On Fri, Feb 26, 2010 at 4:21 PM, Ivan Lucena ivan.luc...@pmldnet.com wrote:
 Hi Venkat,

 If gdalinfo is not showing the subdataset list, like in you case, it would be 
 impossible to identify a dataset as your DATA parameter.

 What version is the GDAL that you are using on command line? Is that the same 
 that mapserver is using?

 Note that there are some flavors of HDF products that are not supported by 
 all version of GDAL/HDF.

 Regards,

 Ivan


  ---Original Message---
  From: Venkat Shesu Reddem venkat.sh...@gmail.com
  To: mapserver-users@lists.osgeo.org
  Subject: [mapserver-users] How to add HDF-EOS data layer in MapServer
  Sent: Feb 26 '10 11:02

  Dear All,

  I am trying to add HDF-EOS data layer to MapServer application. Can anyone
  help me in defining the syntax of the layer.
  the following is the gdalinfo for the given HDF dataset

  Driver: HDF5Image/HDF5 Dataset
  Files: none associated
  Size is 1440, 720
  Coordinate System is:
  GEOGCS[WGS 84,
     DATUM[WGS_1984,
     SPHEROID[WGS 84,6378137,298.257223563,
     AUTHORITY[EPSG,7030]],
     TOWGS84[0,0,0,0,0,0,0],
     AUTHORITY[EPSG,6326]],
     PRIMEM[Greenwich,0,
     AUTHORITY[EPSG,8901]],
     UNIT[degree,0.0174532925199433,
     AUTHORITY[EPSG,9108]],
     AUTHORITY[EPSG,4326]]
  Metadata:
  FILE_ATTRIBUTES:OrbitNumber=29703 29704 29705 29706 29707 29708 29709
  29710 29711 29712 29713 29714 29715 29716 29717 29718 29719 29720 29721
  29722 29723 29724 29725 29726 29727 29728 29729 29730 29731 29732 29733
  29734 29735 29736 29737 29738 29739 29740 29741 29742 29743 29744 29745
  29746 29747
  FILE_ATTRIBUTES:OrbitPeriod=5933 5934 5933 5934 5933 5934 5933 5934 5933
  5934 5933 5933 5934 5933 5934 5933 5934 5933 5934 5933 5934 5933 5934 5933
  5934 5933 5934 5933 5934 5933 5934 5933 5933 5934 5934 5933 5934 5933 5933
  5934 5933 5934 5933 5934 5933
  FILE_ATTRIBUTES:InstrumentName=OMI
  FILE_ATTRIBUTES:ProcessLevel=3e
  FILE_ATTRIBUTES:GranuleMonth=2
  FILE_ATTRIBUTES:GranuleDay=15
  FILE_ATTRIBUTES:GranuleYear=2010
  FILE_ATTRIBUTES:GranuleDayOfYear=46
  FILE_ATTRIBUTES:TAI93At0zOfGranule=5.40346e+008
  FILE_ATTRIBUTES:PGEVersion=1.0.5.1
  FILE_ATTRIBUTES:StartUTC=2010-02-14T12:15:00.00Z
  FILE_ATTRIBUTES:EndUTC=2010-02-16T11:45:00.00Z
  FILE_ATTRIBUTES:Period=Daily
  OMI Column Amount O3:GCTPProjectionCode=0
  OMI Column Amount O3:Projection=Geographic
  OMI Column Amount O3:GridOrigin=Center
  OMI Column Amount O3:GridSpacing=(0.25,0.25)
  OMI Column Amount O3:GridSpacingUnit=deg
  OMI Column Amount O3:GridSpan=(-180,180,-90,90)
  OMI Column Amount O3:GridSpanUnit=deg
  OMI Column Amount O3:NumberOfLongitudesInGrid=1440
  OMI Column Amount O3:NumberOfLatitudesInGrid=720
  HDFEOS INFORMATION:HDFEOSVersion=HDFEOS_5.1.11
  Corner Coordinates:
  Upper Left  (0.0,0.0)
  Lower Left  (0.0,  720.0)
  Upper Right ( 1440.0,0.0)
  Lower Right ( 1440.0,  720.0)
  Center  (  720.0,  360.0)
  Band 1 Block=1440x1 Type=Float32, ColorInterp=Undefined
  Metadata:

  RadiativeCloudFraction:_FillValue=-1267650600228229400.00
     RadiativeCloudFraction:Units=NoUnits
     RadiativeCloudFraction:Title=Radiative Cloud Fraction = fc*Ic331/Im331
     RadiativeCloudFraction:UniqueFieldDefinition=TOMS-OMI-Shared
     RadiativeCloudFraction:ScaleFactor=1
     RadiativeCloudFraction:Offset=0
     RadiativeCloudFraction:ValidRange=0.00 1.00

  RadiativeCloudFraction:MissingValue=-1267650600228229400.00
  ---

  with thanks  regards
  Venkat
  ___
  mapserver-users mailing list
  mapserver-us...@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


Re: [mapserver-users] How to add HDF-EOS data layer in MapServer

2010-02-28 Thread Venkat Shesu Reddem
Hi Ivan,

this is the gdal_translate which i ran:

gdal_translate -of GTiff -b 1 -a_ullr -180 90 180 -90 -scale 0 1
-a_srs +proj=latlong +datum=WGS84
HDF5:OMI.he5://HDFEOS/GRIDS/OMI_Column_Amount_O3/Data_Fields/RadiativeCloudFraction
abc.tif

But i don't have clear idea about the usage of PROJECTION parameters,
so how i can use  same projection in MapServer LAYER.

with thanks  regards
Venkat



On Mon, Mar 1, 2010 at 4:18 AM, Ivan ivan.luc...@pmldnet.com wrote:
 Venkat,

 I am sorry. Your previous e-mail didn't show the SUBDATASET and then I
 assumed that you are dealing with one unsupported flavor of HDF. But if it
 showing, great!

 If you could use gdal_translate to convert to GeoTIFF you can use the same
 identification string on a DATA parameter.

 So, if you ran gdal_translate like that:

 {{{
 gdal_translate
 HDF5:OMI.he5://HDFEOS/GRIDS/OMI_Column_Amount_O3/Data_Fields/ColumnAmountO3
 output.tif
 }}}

 Then you should be able to use the same identification on your map file like
 that:

 {{{
 LAYER
  TYPE RASTER
  DATA
 HDF5:OMI.he5://HDFEOS/GRIDS/OMI_Column_Amount_O3/Data_Fields/ColumnAmountO3
 }}}

 Some time ago I reported a bug in Mapserver that was preventing those
 complex GDAL connection string to work but I believe its fixed now.

 Please, give it a try and let us know if it works or not. And don't forget
 to mention the GDAL and Mapserver version that you are using.

 Regards,

 Ivan

 Venkat Shesu Reddem wrote:

 Hi Ivan,

 gdalinfo is showing subdataset list also, the previous mail contains
 gdalinfo of one of subdataset.  I have used gdal_translate to convert
 the following in GeoTIFF image, however i don't have idea about how to
 create layer for the given hdf subdataset.

 the below is the gdalinfo showing subdataset list:

 Driver: HDF5Image/HDF5 Dataset
 Files: none associated
 Size is 1440, 720
 Coordinate System is:
 GEOGCS[WGS 84,
    DATUM[WGS_1984,
        SPHEROID[WGS 84,6378137,298.257223563,
            AUTHORITY[EPSG,7030]],
        TOWGS84[0,0,0,0,0,0,0],
        AUTHORITY[EPSG,6326]],
    PRIMEM[Greenwich,0,
        AUTHORITY[EPSG,8901]],
    UNIT[degree,0.0174532925199433,
        AUTHORITY[EPSG,9108]],
    AUTHORITY[EPSG,4326]]
 Metadata:
  FILE_ATTRIBUTES:OrbitNumber=29703 29704 29705 29706 29707 29708
 29709 29710 29711 29712 29713 29714 29715 29716 29717 29718 29719
 29720 29721 29722 29723 29724 29725 29726 29727 29728 29729 29730
 29731 29732 29733 29734 29735 29736 29737 29738 29739 29740 29741
 29742 29743 29744 29745 29746 29747
  FILE_ATTRIBUTES:OrbitPeriod=5933 5934 5933 5934 5933 5934 5933 5934
 5933 5934 5933 5933 5934 5933 5934 5933 5934 5933 5934 5933 5934 5933
 5934 5933 5934 5933 5934 5933 5934 5933 5934 5933 5933 5934 5934 5933
 5934 5933 5933 5934 5933 5934 5933 5934 5933
  FILE_ATTRIBUTES:InstrumentName=OMI
  FILE_ATTRIBUTES:ProcessLevel=3e
  FILE_ATTRIBUTES:GranuleMonth=2
  FILE_ATTRIBUTES:GranuleDay=15
  FILE_ATTRIBUTES:GranuleYear=2010
  FILE_ATTRIBUTES:GranuleDayOfYear=46
  FILE_ATTRIBUTES:TAI93At0zOfGranule=5.40346e+008
  FILE_ATTRIBUTES:PGEVersion=1.0.5.1
  FILE_ATTRIBUTES:StartUTC=2010-02-14T12:15:00.00Z
  FILE_ATTRIBUTES:EndUTC=2010-02-16T11:45:00.00Z
  FILE_ATTRIBUTES:Period=Daily
  OMI Column Amount O3:GCTPProjectionCode=0
  OMI Column Amount O3:Projection=Geographic
  OMI Column Amount O3:GridOrigin=Center
  OMI Column Amount O3:GridSpacing=(0.25,0.25)
  OMI Column Amount O3:GridSpacingUnit=deg
  OMI Column Amount O3:GridSpan=(-180,180,-90,90)
  OMI Column Amount O3:GridSpanUnit=deg
  OMI Column Amount O3:NumberOfLongitudesInGrid=1440
  OMI Column Amount O3:NumberOfLatitudesInGrid=720
  HDFEOS INFORMATION:HDFEOSVersion=HDFEOS_5.1.11
 Corner Coordinates:
 Upper Left  (    0.0,    0.0)
 Lower Left  (    0.0,  720.0)
 Upper Right ( 1440.0,    0.0)
 Lower Right ( 1440.0,  720.0)
 Center      (  720.0,  360.0)
 Band 1 Block=1440x1 Type=Float32, ColorInterp=Undefined
  Metadata:

  RadiativeCloudFraction:_FillValue=-1267650600228229400.00
    RadiativeCloudFraction:Units=NoUnits
    RadiativeCloudFraction:Title=Radiative Cloud Fraction = fc*Ic331/Im331
    RadiativeCloudFraction:UniqueFieldDefinition=TOMS-OMI-Shared
    RadiativeCloudFraction:ScaleFactor=1
    RadiativeCloudFraction:Offset=0
    RadiativeCloudFraction:ValidRange=0.00 1.00

  RadiativeCloudFraction:MissingValue=-1267650600228229400.00
 Driver: HDF5/Hierarchical Data Format Release 5
 Files: OMI.he5
 Size is 512, 512
 Coordinate System is `'
 Metadata:
  FILE_ATTRIBUTES:OrbitNumber=29703 29704 29705 29706 29707 29708
 29709 29710 29711 29712 29713 29714 29715 29716 29717 29718 29719
 29720 29721 29722 29723 29724 29725 29726 29727 29728 29729 29730
 29731 29732 29733 29734 29735 29736 29737 29738 29739 29740 29741
 29742 29743 29744 29745 29746 29747
  FILE_ATTRIBUTES:OrbitPeriod=5933 5934 5933 5934 5933 5934 5933 5934
 5933 5934 5933 5933 5934 5933 5934 5933 5934 5933 5934 5933 5934 5933
 5934 5933 5934 5933 5934 5933 5934 5933 5934

[mapserver-users] How to add HDF-EOS data layer in MapServer

2010-02-26 Thread Venkat Shesu Reddem
Dear All,

I am trying to add HDF-EOS data layer to MapServer application. Can anyone
help me in defining the syntax of the layer.
the following is the gdalinfo for the given HDF dataset

Driver: HDF5Image/HDF5 Dataset
Files: none associated
Size is 1440, 720
Coordinate System is:
GEOGCS[WGS 84,
   DATUM[WGS_1984,
   SPHEROID[WGS 84,6378137,298.257223563,
   AUTHORITY[EPSG,7030]],
   TOWGS84[0,0,0,0,0,0,0],
   AUTHORITY[EPSG,6326]],
   PRIMEM[Greenwich,0,
   AUTHORITY[EPSG,8901]],
   UNIT[degree,0.0174532925199433,
   AUTHORITY[EPSG,9108]],
   AUTHORITY[EPSG,4326]]
Metadata:
 FILE_ATTRIBUTES:OrbitNumber=29703 29704 29705 29706 29707 29708 29709
29710 29711 29712 29713 29714 29715 29716 29717 29718 29719 29720 29721
29722 29723 29724 29725 29726 29727 29728 29729 29730 29731 29732 29733
29734 29735 29736 29737 29738 29739 29740 29741 29742 29743 29744 29745
29746 29747
 FILE_ATTRIBUTES:OrbitPeriod=5933 5934 5933 5934 5933 5934 5933 5934 5933
5934 5933 5933 5934 5933 5934 5933 5934 5933 5934 5933 5934 5933 5934 5933
5934 5933 5934 5933 5934 5933 5934 5933 5933 5934 5934 5933 5934 5933 5933
5934 5933 5934 5933 5934 5933
 FILE_ATTRIBUTES:InstrumentName=OMI
 FILE_ATTRIBUTES:ProcessLevel=3e
 FILE_ATTRIBUTES:GranuleMonth=2
 FILE_ATTRIBUTES:GranuleDay=15
 FILE_ATTRIBUTES:GranuleYear=2010
 FILE_ATTRIBUTES:GranuleDayOfYear=46
 FILE_ATTRIBUTES:TAI93At0zOfGranule=5.40346e+008
 FILE_ATTRIBUTES:PGEVersion=1.0.5.1
 FILE_ATTRIBUTES:StartUTC=2010-02-14T12:15:00.00Z
 FILE_ATTRIBUTES:EndUTC=2010-02-16T11:45:00.00Z
 FILE_ATTRIBUTES:Period=Daily
 OMI Column Amount O3:GCTPProjectionCode=0
 OMI Column Amount O3:Projection=Geographic
 OMI Column Amount O3:GridOrigin=Center
 OMI Column Amount O3:GridSpacing=(0.25,0.25)
 OMI Column Amount O3:GridSpacingUnit=deg
 OMI Column Amount O3:GridSpan=(-180,180,-90,90)
 OMI Column Amount O3:GridSpanUnit=deg
 OMI Column Amount O3:NumberOfLongitudesInGrid=1440
 OMI Column Amount O3:NumberOfLatitudesInGrid=720
 HDFEOS INFORMATION:HDFEOSVersion=HDFEOS_5.1.11
Corner Coordinates:
Upper Left  (0.0,0.0)
Lower Left  (0.0,  720.0)
Upper Right ( 1440.0,0.0)
Lower Right ( 1440.0,  720.0)
Center  (  720.0,  360.0)
Band 1 Block=1440x1 Type=Float32, ColorInterp=Undefined
 Metadata:

RadiativeCloudFraction:_FillValue=-1267650600228229400.00
   RadiativeCloudFraction:Units=NoUnits
   RadiativeCloudFraction:Title=Radiative Cloud Fraction = fc*Ic331/Im331
   RadiativeCloudFraction:UniqueFieldDefinition=TOMS-OMI-Shared
   RadiativeCloudFraction:ScaleFactor=1
   RadiativeCloudFraction:Offset=0
   RadiativeCloudFraction:ValidRange=0.00 1.00

RadiativeCloudFraction:MissingValue=-1267650600228229400.00
---

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