[vtkusers] vtk reader for *.grd file (ASCIIGRID data file)
Mathieu Malaterre
mathieu.malaterre at kitware.com
Wed Mar 23 15:23:57 EST 2005
Sam,
The list of file supported in VTK can be found in our Wiki (FAQ section):
http://vtk.org/Wiki/VTK_FAQ#What_3D_file_formats_can_VTK_import_and_export.3F
It does not look like this is directly supported. Although I suspect
that an ASCII file format should not be too hard to implement as a
reader in VTK.
HTH
Mathieu
sam wrote:
> Dear all
>
> Does vtk read and plot data of grid file with an
> extension grd.
>
> Could I have any help to built a vtk reader of this
> file.
>
> my "file.grd" has the following parameters:
>
> numbercols 2681
> nrows 2361
> xllcorner 125987.50
> yllcorner 19987.50
> cellsize 25
> NODATA_value -9999
>
> - ncols refers to the number of columns in the grid
> and xxxxx is the numerical value
> *nrows xxxxx
>
> - nrows refers to the number of rows in the grid and
> xxxxx is the numerical value
>
>
> - xllcorner refers to the western edge of the grid and
> xxxxx is the numerical value
>
>
> - yllcorner refers to the southern edge of the grid
> and xxxxx is the numerical value
>
>
> - cellsize refers to the resolution of the grid and
> xxxxx is the numerical value
>
>
> - nodata_value refers to the value that represents
> missing data and xxxxx is the numerical value.
>
>
> Anyhelp it is welcome.
>
> cheers !
>
>
>
>
>
>
>
>
> __________________________________________________________________
> Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
> Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list