Re: [gdal-dev] What do people think of the MySQL Spatial Extensions?

2010-05-27 Thread Reinaldo Escada Chohfi
r databases/etc? > > Thanks! > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev > -- Reinaldo Escada Chohfi Diretor Geral GeoDesign Internacional - www.geodesign.com.br E-mail: rein

[gdal-dev] Re: Output MapInfo File with CoordSys Information

2010-03-24 Thread Reinaldo Escada Chohfi
Frank, It worked now. Thanks a lot. Regards, Reinaldo > Reinaldo Escada Chohfi wrote: >> Hello Frank and List, >> >> We waited for the release of GDAL 1.7.0 to see if we could output >> MapInfo >> Fiels (.tab or .mif/mid) with SRS information. >> >

[gdal-dev] Output MapInfo File with CoordSys Information

2010-03-24 Thread Reinaldo Escada Chohfi
Hello Frank and List, We waited for the release of GDAL 1.7.0 to see if we could output MapInfo Fiels (.tab or .mif/mid) with SRS information. We still can not output .tab or .mif/mid files with SRS information. Could you please check the test code below to see what's missing or wrong? Thanks i

Re: [gdal-dev] writing DWG/DXF

2010-03-18 Thread Reinaldo Escada Chohfi
--- > I set the clouds in motion - turn up | Frank Warmerdam, > warmer...@pobox.com > light and sound - activate the windows | http://pobox.com/~warmerdam > and watch the world go round - Rush| Geospatial Programmer for Rent > __

[gdal-dev] Output MapInfo File with CoordSys Information

2009-10-07 Thread Reinaldo escada Chohfi
* .mif output: Version 300 Charset "Neutral" Delimiter "," Columns 2   NAME1 Char(32)   NAME2 Char(32) Data Point -45.13975272 -22.69426671     Symbol (35,0,12) Point -45.86066928 -23.21117775     Symbol (35,0,12) Point -44.33023872 -22.68505859375     Symbol (35,0

Re: [gdal-dev] Output MapInfo File with CoordSys Information

2009-09-23 Thread Reinaldo escada Chohfi
utput: Version 300 Charset "Neutral" Delimiter "," Columns 2   NAME1 Char(32)   NAME2 Char(32) Data Point -45.13975272 -22.69426671     Symbol (35,0,12) Point -45.86066928 -23.21117775     Symbol (35,0,12) Point -44.33023872 -22.68505859375     Symbol (35,0,12

[gdal-dev] Output MapInfo File with CoordSys Information

2009-09-22 Thread Reinaldo escada Chohfi
Hello List, I am still trying to get a x,y (lon/Lat) point file in MapInfo format with coordinate information. I get the correct MapInfo files out (.tab or .mif) with the x,y points and attributes, but without the CoordSys information. The output file is always Non-Earth. I've tried everything:

[gdal-dev] Help with OGR MapInfo Format

2009-08-06 Thread Reinaldo escada Chohfi
I am using gdal 1.6.1 and trying to export a set of point fetures though OGR in different formats: Shape, MapInfo, KML, etc. The C++ program exports to .shp with .prj without problems with the correct srs information. The .kml comes out fine too.  The points fall in the right place when v

[gdal-dev] Getting MITAB format out with projection

2009-04-14 Thread Reinaldo Escada Chohfi
Folks, When I use the following piece of code in a program I can get the Shape files with the correct projection parameters in a .prj ESRI style file. const char *pszDriverName = "ESRI Shapefile"; OGRSFDriver *poDriver; OGRRegisterAll(); . . . OGRSpatialReference oSRS; oSRS.SetWellKnownGeogCS(

[gdal-dev] Getting MITAB format out with projection

2009-04-14 Thread Reinaldo Escada Chohfi
Folks, When I use the following piece of code in a program I can get the Shape files with the correct projection parameters in a .prj ESRI style file. const char *pszDriverName = "ESRI Shapefile"; OGRSFDriver *poDriver; OGRRegisterAll(); . . . OGRSpatialReference oSRS; oSRS.SetWellKnownGeogCS(

[gdal-dev] Getting MITAB format out with projection

2009-04-12 Thread Reinaldo Escada Chohfi
Folks, When I use the following piece of code in a program I can get the Shape files with the correct projection parameters in a .prj ESRI style file. const char *pszDriverName = "ESRI Shapefile"; OGRSFDriver *poDriver; OGRRegisterAll(); . . . OGRSpatialReference oSRS; oSRS.SetWellKnownGeogCS(

[gdal-dev] Link to Download gdalwin32dev160

2009-04-12 Thread Reinaldo Escada Chohfi
Folks, Does anyone know the link to download gdalwin32dev160.zip that one needs with the gdalwin32exe160.zip? Thanks in advance. Reinaldo ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Link to Download gdalwin32dev160

2009-04-10 Thread Reinaldo Escada Chohfi
Folks, Does anyone know the link to download gdalwin32dev160.zip? Thanks in advance. Reinaldo ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Problem with OGRCreateCoordinateTransformation

2009-04-10 Thread Reinaldo Escada Chohfi
Frank, Could you please build the gdalwin32dev160.zip and make it available, or is someone else that does that? Thanks, Reinaldo At 01:48 PM 4/10/2009, Frank Warmerdam wrote: Reinaldo Escada Chohfi wrote: Thanks Frank, Yes, I do have the proj.dll is in my path. Also, I am looking for the

Re: [gdal-dev] Problem with OGRCreateCoordinateTransformation

2009-04-10 Thread Reinaldo Escada Chohfi
armerdam wrote: 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="EPSG:4326&q

Re: [gdal-dev] Problem with OGRCreateCoordinateTransformation

2009-04-10 Thread Reinaldo Escada Chohfi
AM 4/10/2009, Howard Butler wrote: 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

[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] gdalwin32exe160 & gdalwin32dev160

2009-04-09 Thread Reinaldo Escada Chohfi
regards, Reinaldo Reinaldo Escada Chohfi Diretor Geral GeoDesign Internacional - www.geodesign.com.br E-mail: r...@geodesign.com.br Tel./Fax: +55-12-3153-5115 Skype: rechohfi Inteligência e Tecnologia GeoEspacial de Ponta GeoPDF, MrSID, JPEG 2000 e DjVu GIS, WebGIS, Processamento de Imagens Geo

Re: [gdal-dev] Developing support in MSVC 6

2009-04-08 Thread Reinaldo Escada Chohfi
vance, Reinaldo At 09:27 AM 4/7/2009, Mateusz Loskot wrote: Reinaldo Escada Chohfi wrote: Hi Jurgen, Lots of them. What about reading GDAL documentation first? http://trac.osgeo.org/gdal/wiki/BuildingOnWindows "Projects linking against GDAL should include the directory specified in I

Re: [gdal-dev] Developing support in MSVC6 & Other

2009-04-07 Thread Reinaldo Escada Chohfi
vance, Reinaldo At 09:27 AM 4/7/2009, Mateusz Loskot wrote: Reinaldo Escada Chohfi wrote: Hi Jurgen, Lots of them. What about reading GDAL documentation first? http://trac.osgeo.org/gdal/wiki/BuildingOnWindows "Projects linking against GDAL should include the directory specified in I

Re: [gdal-dev] Developing support in MSVC6 & Other

2009-04-07 Thread Reinaldo Escada Chohfi
Hi Jurgen, Lots of them. Reinaldo At 08:30 AM 4/7/2009, Jürgen E. Fischer wrote: Hi Reinaldo, On Tue, 07. Apr 2009 at 08:12:10 -0300, Reinaldo Escada Chohfi wrote: > I tried compiling ogr-capi_test.c with MS Visual C/C++ 6.0, but get > several errors: > error LINK2001: unresolved

[gdal-dev] Developing support in MSVC6 & Other

2009-04-07 Thread Reinaldo Escada Chohfi
Folks, I installed the ready Windows binaries (FWTools) including the developer support files. I also downloaded the source files but did not compile it. I tried compiling ogr-capi_test.c with MS Visual C/C++ 6.0, but get several errors: error LINK2001: unresolved external symbol What do