[gdal-dev] Re: Wildfire mapping

2011-08-15 Thread Mark Zaller (AerialFireTech)
Hello, I'm pursuing a project to automatically map wildfires, and am looking for people who could contribute to this. I volunteer as an Air Attack pilot over wildfires, and have developed an in cockpit Augmented Reality system that allows us to work at night and over smoke. It combines 3D visualiz

Re: [gdal-dev] gdal GeoTiff parsing gml

2011-08-15 Thread Jay L.
How about turning the GTiff into a point and adding z either into the geometry or into the attribute table? That functionality would be accessible through any of the APIs. Another idea would be to use polygonize to create polygons of your raster. Here is a script

[gdal-dev] gdal GeoTiff parsing gml

2011-08-15 Thread George C
Does anyone know if gdal can parse a GeoTiff file into gml with pixel data?  I need to take a GeoTiff and plot it on a map using gml, is that even possible?   Thanks, George___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [gdal-dev] Help with GDAL & Visual Studio 2010 & netCDF

2011-08-15 Thread Kyle Shannon
James, I don't have a lot of time, but I can address some things quickly. Blocksize and raster size are not necessarily the same thing. In some datasets, a block is represented as a tile, in scanline oriented data, it is represented as one scanline, or a row. To obtain the x and y size of the da

[gdal-dev] Help with GDAL & Visual Studio 2010 & netCDF

2011-08-15 Thread James Sulzman
Hi All, I could use a little help, and it would be greatly appreciated. Goal: Write a c++ program in MS Visual Studio 2010 (on win7 x64 machine) that reads in a netCDF file. Compile/build program in Visual Studio 2010 Release or Debug x64. Execute the program. The netCDF file I am tryin

Re: [gdal-dev] Is wince project under trunk still available?

2011-08-15 Thread Even Rouault
Le lundi 15 août 2011 10:14:38, zzsj a écrit : > hi, > I'm trying building the wince port of gdal. I've followed the instruction > to add the wcelibcex lib. But there are some missing symbols from > "port/cpl_vsil_win32.cpp"(_wstat64, _wunlink, _wrename, _wmkdir, > _wfindfirst, _wfinddata_t). The "

[gdal-dev] Major performance improvement when reading large multi-layer GML files

2011-08-15 Thread Even Rouault
Hi, I've just commited in trunk an improvement that will interest people that process GML files that are hundreds of megabytes large or more. The commit is http://trac.osgeo.org/gdal/changeset/22939 Below the inlined text of the new section that has been added to the GML help page (will be ref

[gdal-dev] Is wince project under trunk still available?

2011-08-15 Thread zzsj
hi, I'm trying building the wince port of gdal. I've followed the instruction to add the wcelibcex lib. But there are some missing symbols from "port/cpl_vsil_win32.cpp"(_wstat64, _wunlink, _wrename, _wmkdir, _wfindfirst, _wfinddata_t). The "ogr/ogr_geos_convert.cpp" is also missing. regards, z