[gdal-dev] Vaisala IRIS format driver

Roger Veciana i Rovira rveciana at gmail.com
Tue Apr 30 13:56:38 PDT 2013


Hello Roberto,

The driver reads IRIS products, not IRIS raw data.
If I understand well your problem, you are trying to read the direct
information from the radar, stored in azimouth, distance, and antenna
elevation. The driver is intended to read the procesated rasters already
projected and with constant altitudes.
The driver opens your file since I think that the header is common in some
parts, but of course, can't find the projection if the data is no actually
projected.
Have you tried with some CAPPI, PPI or similar product?

I'm really interested in having some feedback with this, so ask as much as
you need.

Roger


2013/4/30 Roberto Oliveira Santos <roberto at geodev.com.br>

> Hello Roger and fellows,
>
> I'm experimenting the new Vaisala IRIS format driver with some of my data
> and I have a doubt.
>
> I tried to use it against the volumetric data and it reads all metadata
> from file but does not bring any information about reference system, origin
> and pixel's size. I think it's correct because I'm reading the raw data
> from radar. My question is: how to attach these information to data?
>
> Below I'm sending the output of gdalinfo.
>
> Any feedback would be appreciated.
>
> Kind regards,
>
> Roberto
>
> $ gdalinfo TXS130430143000.RAW2HS1
> Driver: IRIS/IRIS data (.PPI, .CAPPi etc)
> Files: TXS130430143000.RAW2HS1
> Size is 240, 240
> Coordinate System is:
> PROJCS["unnamed",
>     GEOGCS["unnamed ellipse",
>         DATUM["unknown",
>             SPHEROID["unnamed",6371000,0]],
>         PRIMEM["Greenwich",0],
>         UNIT["degree",0.0174532925199433]],
>     PROJECTION["Azimuthal_Equidistant"],
>     PARAMETER["latitude_of_center",0],
>     PARAMETER["longitude_of_center",0],
>     PARAMETER["false_easting",0],
>     PARAMETER["false_northing",0]]
> Origin = (-0.000000000000000,0.000000000000000)
> Pixel Size = (0.000000000000000,-0.000000000000000)
> Metadata:
>   COMPOSITED_PRODUCT=NO
>   DATA_TYPE=Data type is not applicable
>   DATA_TYPE_CODE=NULL
>   DATA_TYPE_INPUT=Data type is not applicable
>   DATA_TYPE_INPUT_CODE=NULL
>   GROUND_HEIGHT=1016 m
>   INGEST_HARDWARE_NAME=...
>   INGEST_SITE_IRIS_VERSION=8.12
>   INGEST_SITE_NAME=...
>   NYQUIST_VELOCITY=6.66 m/s
>   PRF=250 Hz
>   PRODUCT=RAW
>   PRODUCT_CONFIGURATION_NAME=SURV480
>   PRODUCT_ID=15
>   PRODUCT_SITE_IRIS_VERSION=8.12
>   PRODUCT_SITE_NAME=...
>   RADAR_HEIGHT=1046 m
>   TASK_NAME=SURV480
>   TIME_INPUT_INGEST_SWEEP=2013-04-30 14:30:00
>   TIME_PRODUCT_GENERATED=2013-04-30 14:30:26
>   WAVELENGTH=10.66 cm
> Corner Coordinates:
> Upper Left  (   0.0000000,   0.0000000) (  0d 0' 0.01"E,  0d 0' 0.01"N)
> Lower Left  (   0.0000000,   0.0000000) (  0d 0' 0.01"E,  0d 0' 0.01"N)
> Upper Right (   0.0000000,   0.0000000) (  0d 0' 0.01"E,  0d 0' 0.01"N)
> Lower Right (   0.0000000,   0.0000000) (  0d 0' 0.01"E,  0d 0' 0.01"N)
> Center      (   0.0000000,   0.0000000) (  0d 0' 0.01"E,  0d 0' 0.01"N)
> Band 1 Block=240x1 Type=Float32, ColorInterp=Undefined
>   NoData Value=-9999
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20130430/c02a29d3/attachment.html>


More information about the gdal-dev mailing list