[gdal-dev] make a geotiff from scratch
Tamas Szekeres
szekerest at gmail.com
Fri May 23 11:53:46 EDT 2008
Hi,
You can probably use the gdal_grid application to create an
interpolated grayscale image based on the scattered points. Then you
could transform this image to a 3band RGB tif by using the vrt driver
and set up the proper scaling/LUT in the vrt file.
You could create an image pyramid and the corresponding kml by using a
gdal2tiles.py like application.
Best regards,
Tamas
2008/5/22 Kyle Shannon <ksshannon at gmail.com>:
> I am in the process of writing data for google earth using a c++ program. I
> make a ground overlay as a bitmap to show the magnitude of some value. I
> would like to make a geotiff from scratch and populate the tif with color
> values. could someone jot down the steps I need to follow?
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Kyle Shannon
> Physical Science Technician
> RMRS Fire Sciences Lab
> Fire, Fuels & Smoke - RWU 4405
> 5775 Highway 10 W.
> Missoula, MT 59808
> (406)829-6954
> kshannon at fs.fed.us
> ksshannon at gmail.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>
More information about the gdal-dev
mailing list