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
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.
>>
>
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
---
> 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
> __
*
.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
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
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:
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
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(
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(
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(
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
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo