[gdal-dev] Seeking to pay for the development of a QGIS project file

2009-04-09 Thread Greg Coats
For the Charleston, South Carolina urban area, I have quantity=1360, 0.60 meter resolution georeferenced GeoJP2 images. I have created several reduced-resolution mosaic images, that in effect form a 25 GB image pyramid. When zoomed out, it is only necessary to draw pixels from one (not al

Re: [gdal-dev] Problem with OGRCreateCoordinateTransformation

2009-04-09 Thread Howard Butler
On Apr 9, 2009, at 9:38 PM, Reinaldo Escada Chohfi wrote: Hello all, We place this piece of code to test how coordinate transformation works with OGR. OGRSpatialReference oSourceSRS, oTargetSRS; OGRCoordinateTransformation *poCT; double x1, y1; oSourceSRS="EPS

[gdal-dev] Problem with OGRCreateCoordinateTransformation

2009-04-09 Thread Reinaldo Escada Chohfi
Hello all, We place this piece of code to test how coordinate transformation works with OGR. OGRSpatialReference oSourceSRS, oTargetSRS; OGRCoordinateTransformation *poCT; double x1, y1; oSourceSRS="EPSG:4326"; oTargetSRS="EPSG:4989"; poCT = O

[Gdal-dev] 1-band TIFF FILE color ramp NEEDED

2009-04-09 Thread alvarez00
I'm trying to make a color ramp for a 1-band tiff file or a jpeg. I have a 1-band tiff file and I converted that tiff file into VRT. I was reading some of the posts and some suggest to modify the VRT file and add a ColorTable tag but that doesn't work. My objective is to show the tiff(or)jpeg o

Re: [gdal-dev] Problem in importing to Google Earth a nitf image converted from a tif image by gdal_translate

2009-04-09 Thread mohwawang
Hi Roger, gdalinfo gave me only info about coordinates of GCPs but I doubt that are much useful to GE. Any other way (other than using GCP in gdal_translate) to embed the coordinates info to the GeoTIFF file? Thanks. Mo Driver: GTiff/GeoTIFF Files: gdal_translate_tif_to_gtiff.gtf Size is 561

Re: [gdal-dev] Problem in importing to Google Earth a nitf image converted from a tif image by gdal_translate

2009-04-09 Thread Roger André
Hi Mo, What is the gdalinfo output for the GeoTIFF that you created? If you didn't get an error when you tried to load it in GE, perhaps the georeferencing in the image doesn't quite match what you specified in your KML. Roger -- On Thu, Apr 9, 2009 at 1:21 PM, mohwawang wrote: > > Hi Roger,

Re: [gdal-dev] Problem in importing to Google Earth a nitf image converted from a tif image by gdal_translate

2009-04-09 Thread mohwawang
Hi Roger, My goal is to be able to directly import NITF image to GE without using KML. You can see the advantage of this application - if it works. I'm glad that you have viewed in GE georeferenced imagery created or altered by gdal. Maybe you can point out what I did wrong. It is good that y

[gdal-dev] gdalwin32exe160 & gdalwin32dev160

2009-04-09 Thread Reinaldo Escada Chohfi
Frank, We got the C/C++ programs to work using gdalwin32exe141 & gdalwin32dev141. We would like to link it to gdalwin32exe160 & gdalwin32dev160. We can only find the gdalwin32exe160.zip. When do you expect to have the gdalwin32dev160 available? Thanks for your support. Bets regards, Rein

Re: [gdal-dev] Spherical Mercator projects and overviews?

2009-04-09 Thread Klokan Petr Přidal
Stephen, if you are interested to visually see the extent of tiles of Spherical Mercator (EPSG:900913) as it is used by Google Maps and similar services you can play a bit with this mashup: http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/ When you click it shows you an inf

Re: [gdal-dev] multi-dimensional coordinate variables

2009-04-09 Thread Frank Warmerdam
Aaron Sims wrote: All, I am trying to view a netcdf file in grass via gdal. The netcdf data is on a projected grid so the latitudes and longitudes are are unique at each point (i.e. 2D coordinate variables). gdal doesnt seem to understand the georeferencing information whn I try to follow t

Re: [gdal-dev] Problem in importing to Google Earth a nitf image converted from a tif image by gdal_translate

2009-04-09 Thread Roger André
Hi Mo, Thanks for that pointer on the differences between GE Layers and Places. I'll be sure to take a close look at those links. I've had occasion in the past to view georeferenced imagery in Google Earth, much of it created or altered by gdal in some way, so this topic interests me. I'm curiou

[gdal-dev] multi-dimensional coordinate variables

2009-04-09 Thread Aaron Sims
All, I am trying to view a netcdf file in grass via gdal. The netcdf data is on a projected grid so the latitudes and longitudes are are unique at each point (i.e. 2D coordinate variables). gdal doesnt seem to understand the georeferencing information whn I try to follow the CF-1.0 specs on

Re: [gdal-dev] Problem in importing to Google Earth a nitf image converted from a tif image by gdal_translate

2009-04-09 Thread mohwawang
Roger, I'm using Google Earth Pro 5.0. Thank you for the suggestions. Google Earth Pro 4.0 also supports importing NITF: http://earth.google.com/userguide/v4/ug_importdata.html that is for importing your data (including vector data and imagery data) to the Places of Google Earth while http://

Re: [gdal-dev] Spherical Mercator projects and overviews?

2009-04-09 Thread Christopher Schmidt
On Thu, Apr 09, 2009 at 11:25:04AM -0500, Stephen Woodbridge wrote: > Frank Warmerdam wrote: > >Stephen Woodbridge wrote: > >>Hi all, > >> > >>I have a question regarding imagery in spherical mercator projection > >>in geotiff images. Do overviews work correctly? > >> > >>For example, I use EPSG:4

Re: [gdal-dev] Spherical Mercator projects and overviews?

2009-04-09 Thread Stephen Woodbridge
Frank Warmerdam wrote: Stephen Woodbridge wrote: Hi all, I have a question regarding imagery in spherical mercator projection in geotiff images. Do overviews work correctly? For example, I use EPSG:4326 and build lots of overviews and I can zoom in and out and pan without a problem. Can I d

Re: [gdal-dev] Spherical Mercator projects and overviews?

2009-04-09 Thread Frank Warmerdam
Stephen Woodbridge wrote: Hi all, I have a question regarding imagery in spherical mercator projection in geotiff images. Do overviews work correctly? For example, I use EPSG:4326 and build lots of overviews and I can zoom in and out and pan without a problem. Can I do the same thing with E

[gdal-dev] Spherical Mercator projects and overviews?

2009-04-09 Thread Stephen Woodbridge
Hi all, I have a question regarding imagery in spherical mercator projection in geotiff images. Do overviews work correctly? For example, I use EPSG:4326 and build lots of overviews and I can zoom in and out and pan without a problem. Can I do the same thing with EPSG:900913 (spherical merca

Re: [Gdal-dev] Read and convert MSG2 hrit data with GDAL-MSG DRIVER

2009-04-09 Thread APOSTOLOS
Dear list >From the gdal_translate command the MSG DRIVER reads only MSGN native. Does >anyone know even if i have made the configure command and instaled the MSG >DRIVER why i can;t import HRIT wHEN I try to run the procedure? it gives me to...@ubuntu:~/gdal-1.6.0$ gdal_translate -of HFA

Re: [Gdal-dev] Read and convert MSG2 hrit data with GDAL-MSG DRIVER

2009-04-09 Thread Wesley Roberts
Hi APOSTOLOS Looks like you could maybe leave out the brackets so gdal_translate -of MSG(/home/tolis/Desktop/2003/06/05/H-000-MSG2__-MSG2_PAR-WV_062___-01___-200802281200-C_) /home/tolis/Desktop/output/outfile.tif should be gdal_translate -of MSG /home/tolis/Desktop/2003/06/05/H-

[Gdal-dev] Read and convert MSG2 hrit data with GDAL-MSG DRIVER

2009-04-09 Thread APOSTOLOS
Dear list First all i would like to thank all the people in the list answered my questions. I finally managed to install MSG DRIVER but i have some questions about how to import and convert HRIT MSG2 images with GDAL I followed the example of the instructions from http://www.gdal.org/frmt_