[gdal-dev] gdal Map viewer

2011-04-21 Thread kiren zahra
hi, i want to ask* How can i display a 3 D mesh in C# ...when i have values of LONGITUDE , LATITUDE AND ELEVATION ?* kindly help me plz regards, kiren ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] gdal Map viewer

2011-04-21 Thread Chaitanya kumar CH
Kiren, To display 3D data, first you have to select a library that handles 3D rendering. OpenGL is a good starting point for selections. Get back to this list if you have any problem retrieving the long/lat/elev data from the data source. On Thu, Apr 21, 2011 at 12:37 PM, kiren zahra wrote: >

[gdal-dev] looking for executable binaries for solaris10

2011-04-21 Thread Imran Rajjad
hi, is there any executable binary version for solaris 10? regards, Imran -- I.R ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Utils module problem

2011-04-21 Thread Frank Warmerdam
On 11-04-20 11:00 PM, Tian, Jie wrote: Hello everyone, I'm very new to OSGeo. I just had a question. Why do I get error of "no module named utils" when I include a line of "import utils". I'm using OGGeo4w. Thank you for your help. Jay, I am not familiar with a utils module. I don't have it

Re: [gdal-dev] looking for executable binaries for solaris10

2011-04-21 Thread Sophia Parafina
I don't there are any prebuilt binaries for Solaris. I've built gdal using the tool chain (gcc, bison, etc) from here http://www.sunfreeware.com/ sophia On Apr 21, 2011, at 4:33 AM, Imran Rajjad wrote: > hi, > > is there any executable binary version for solaris 10? > > regards, > Imran >

Re: [gdal-dev] looking for executable binaries for solaris10

2011-04-21 Thread Imran Rajjad
hi Sophia, is there any proper walk through or tutorial with steps? regards, Imran On Thu, Apr 21, 2011 at 6:08 PM, Sophia Parafina wrote: > I don't there are any prebuilt binaries for Solaris. I've built gdal using > the tool chain (gcc, bison, etc) from here http://www.sunfreeware.com/ > > s

Re: [gdal-dev] looking for executable binaries for solaris10

2011-04-21 Thread Sophia Parafina
Not that I know of, I recall you need to install gcc, bison, and readline at minimum. Running ./configure will tell you what you are missing. When it stops complaining, run make :) sophia On Apr 21, 2011, at 5:55 AM, Imran Rajjad wrote: > hi Sophia, > > is there any proper walk through or

[gdal-dev] Resampling with GDAL Warp API

2011-04-21 Thread morabit
Hi All, in our project we have to resample some datasets (specifically dted tiles) and we want to use the GDAL Warp API. >From the API tutorial in the online documentation is not clear how to accomplish this task. Another complication is due to the fact that we want to produce the result of resam

[gdal-dev] gdal2tiles.py issue

2011-04-21 Thread Jerl Simpson
Hi guys: I posted a similar question a week or so ago, but have slightly different information that might help me reach a solution. I'm using gdal2tiles.py to tile up an image for google maps. It works great right up to the 180th meridian. That's where it introduces a transparent strip on the e

Re: [gdal-dev] Re: cropping a tif with lat/lon

2011-04-21 Thread Brian Wilson
I keep a lot of my memory on a wiki because I am so forgetful. This page might help you. http://wildsong.biz/index.php?title=Mapping_Vietnam A couple months ago I was working with decollaring GeoPDF files from scanned maps of Vietnam. They are set up the same way as you describe, with one set of

[gdal-dev] help (UNCLASSIFIED)

2011-04-21 Thread Ackerman, Cameron T HEC
Classification: UNCLASSIFIED Caveats: NONE Cameron Ackerman, P.E., D.WRE Senior Hydraulic Engineer US Army Corps of Engineers | Institute for Water Resources | Hydrologic Engineering Center 609 Second St., Davis CA 95616 530.756.1104 cameron.acker...@usace.army.mil www.hec.usace.army.mil Cla

Re: [gdal-dev] Modis data level1b

2011-04-21 Thread Hernán De Angelis
You need mrtswath, the MODIS reprojection tool: https://lpdaac.usgs.gov/lpdaac/tools/modis_reprojection_tool_swath good luck, H. 2011/4/19 Nikolaos Hatzopoulos : > Hi, > > I have modis level1b data and I have two hdf files a mod03 with the > georeference > and a mod02 with the bands how I can

[gdal-dev] Getting GDAL to work with proj.4 on windows

2011-04-21 Thread viswaug
Hi all, I am trying to setup a windows for development with GDAL and PROJ.4 with python bindings. I am running Python2.5 on the machine. I got the GDAL binaries from here http://download.osgeo.org/gdal/win32/1.6/gdalwin32exe160.zip and the GDAL python bindings from here http://pypi.python.org/p

[gdal-dev] Re: cropping a tif with lat/lon

2011-04-21 Thread spalt
That's a great resource, thx! I think what I'm missing in order to do the collar thing is a polygon from the FAA that goes around the actual map portion of the image. I've scoured the FAA site and its just not there. (They have a set of DVD's that contain this same map data that you need to pay

Re: [gdal-dev] Getting GDAL to work with proj.4 on windows

2011-04-21 Thread Nikolaos Hatzopoulos
I think you need to setup the environmental variable: PROJ_LIB=$FWTOOLS_HOME/share/proj --Nikos Hatzopoulos On Thu, Apr 21, 2011 at 12:25 PM, viswaug wrote: > Hi all, > > I am trying to setup a windows for development with GDAL and PROJ.4 with > python bindings. I am running Python2.5 on the ma

Re: [gdal-dev] Modis data level1b

2011-04-21 Thread Nikolaos Hatzopoulos
yes I was looking to do the processing though gdal which has better development environment for image processing :) 2011/4/21 Hernán De Angelis > You need mrtswath, the MODIS reprojection tool: > > https://lpdaac.usgs.gov/lpdaac/tools/modis_reprojection_tool_swath > > > good luck, > > H. > > > 2