[gdal-dev] GDAL error: not found for legacy project

2021-12-15 Thread Clive Swan
If the Manual provided the answer to my issue, would I be posting questions.. Running > pip install gdal When running pip install gdal, I get the following error: C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\cppwinrt" /EHsc /Tpextensions/gdal_wrap.cpp /Fobuild\tem

Re: [gdal-dev] GDAL error: not found for legacy project

2021-12-15 Thread Mateusz Loskot
On Wed, 15 Dec 2021 at 14:15, Clive Swan wrote: > > I ran pip install C:/users/me/GDAL-3.4.0.tar.gz > > Now I get a Setup.py not found for legacy project error. > > WHAT?? RTFM did not help? https://gdal.org/api/python.html#windows -- Mateusz Loskot, http://mateusz.loskot.net _

[gdal-dev] GDAL error: not found for legacy project

2021-12-15 Thread Clive Swan
Greetings, I first got a C++ error. I installed the C++ build tools. I ran pip install C:/users/me/GDAL-3.4.0.tar.gz Now I get a Setup.py not found for legacy project error. WHAT?? Any assistance appreciated!! Clive ___ gdal-dev ma

[gdal-dev] GDAL error - ImportFromEPSG

2016-05-16 Thread Christopher Beddow
Hello! I'm running Python 2.7.8 [MSC v.1500 32 bit (Intel)] on win32. It is the package that comes with ArcGIS 10.3. I have the correct GDAL core and Python bindings installed to match. I'm having an issue testing ImportFromEPSG() with GDAL. 2 down vote favorite I'm currently getting an error w

Re: [gdal-dev] GDAL error from Mapserver 7.0

2015-09-11 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > As a workaround rewrite your SQL statement to quote the table identifier > > SELECT FROM "uusimmat_kuvat" > or > SELECT FROM 'uusimmat_kuvat' Thanks, it is good to show the workaround on the mailing list because it will take some time before we

Re: [gdal-dev] GDAL error from Mapserver 7.0

2015-09-11 Thread Even Rouault
Le vendredi 11 septembre 2015 10:05:29, Even Rouault a écrit : > Le vendredi 11 septembre 2015 09:40:03, Jukka Rahkonen a écrit : > > Even Rouault spatialys.com> writes: > > > The crash is indeed linked to the fact that a wrong table name was > > > passed. > > > > And > > > > > to reach that poi

Re: [gdal-dev] GDAL error from Mapserver 7.0

2015-09-11 Thread Even Rouault
Le vendredi 11 septembre 2015 09:40:03, Jukka Rahkonen a écrit : > Even Rouault spatialys.com> writes: > > The crash is indeed linked to the fact that a wrong table name was > > passed. > > And > > > to reach that point the table name was of the form > > "table_name(geom_column_name)", right ? >

Re: [gdal-dev] GDAL error from Mapserver 7.0

2015-09-11 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > The crash is indeed linked to the fact that a wrong table name was passed. And > to reach that point the table name was of the form > "table_name(geom_column_name)", right ? > > Fixed by https://trac.osgeo.org/gdal/ticket/6103 > > As far as the why ther

Re: [gdal-dev] GDAL error from Mapserver 7.0

2015-09-10 Thread Even Rouault
Le jeudi 10 septembre 2015 17:11:05, Jukka Rahkonen a écrit : > Hi, > > We tried to update Mapserver from 7.0b1 into 7.0.0 and GDAL version was > rised from 1.11.2 into 2.0.0. However, Spatialite tileindex layer stopped > working. > > The error that comes from Mapserver is > > Program terminated

[gdal-dev] GDAL error from Mapserver 7.0

2015-09-10 Thread Jukka Rahkonen
Hi, We tried to update Mapserver from 7.0b1 into 7.0.0 and GDAL version was rised from 1.11.2 into 2.0.0. However, Spatialite tileindex layer stopped working. The error that comes from Mapserver is Program terminated with signal 11, Segmentation fault. #0 0x7efd01639b8e in OGRSQLiteTableLay

Re: [gdal-dev] gdal error

2012-09-07 Thread Neelima Emmani
Hi when I try to invoke Gdal.AllRegister I get the below error: The type initializer for OSGeo.GDAL.GdalPINVOKE threw an exception. When i checked for a online solution, they said that it is looking for gdal_wrap.dll. Yes, my project does not contain any gdal_wrap.dll. First thing is that, when i

Re: [gdal-dev] gdal error in multi-core process

2012-04-03 Thread Giuseppe Amatulli
Hi thanks for the fast replay. yes my mistake, there was the same temp.tif file in read/write from the different processors. Thanks Ciao Ciao > > Giuseppe, > > You haven't offered too much detail of what myscript.sh does, but > I'm guessing you use a fixed name for temporary files (ie. temp.tif)

Re: [gdal-dev] gdal error in multi-core process

2012-04-03 Thread Frank Warmerdam
On Tue, Apr 3, 2012 at 10:39 AM, Giuseppe Amatulli wrote: >> Error which happen in a random way. >> >> NDVI_TOA >> Input file size is 5000, 5000 >> 0...10...20...30...40...50...60...70...80...ERROR 1: >> TIFFFillStrip:Read error at scanline 4479; got 2040 bytes, expected >> 1 >> ERROR 1: TIFFR

[gdal-dev] gdal error in multi-core process

2012-04-03 Thread Giuseppe Amatulli
> HI > i'm trying to use gdal*   in multi-core pc, running the same script > for 2 in pendent folders containing several geotif  files. > The script return no error if it run in one terminal ( for file in > 2002/*.tif  2007/*.tif  ; do  bash myscript.sh  $file ; done  ) > Instead  It gives the down

Re: [gdal-dev] GDAL Error 1: TIFFFetchDirectory:Sanity check on directory count failed . . .

2011-01-29 Thread Even Rouault
Le samedi 29 janvier 2011 15:16:01, Neil Best a écrit : > How should I interpret this error? > > GDAL Error 1: TIFFFetchDirectory:Sanity check on directory count failed, > this is probably not a valid IFD offset > > I saw this in an R session. I descibe the context on Stackoverflow: > > http://

[gdal-dev] GDAL Error 1: TIFFFetchDirectory:Sanity check on directory count failed . . .

2011-01-29 Thread Neil Best
How should I interpret this error? GDAL Error 1: TIFFFetchDirectory:Sanity check on directory count failed, this is probably not a valid IFD offset I saw this in an R session. I descibe the context on Stackoverflow: http://stackoverflow.com/questions/4831882/mysterious-error-from-foreach Ther

Re: [gdal-dev] GDAL Error 4 - Again

2010-09-28 Thread GOO Creations
Sorry guys, seems like my process somehow changed the image along the way. It works now. Thanks for the help. Chris On 2010/09/28 12:17 PM, Chaitanya kumar CH wrote: Chris, Did yo remember to make a call to GDALAllRegister() ? Python automatically calls that when the GDAL module is importe

Re: [gdal-dev] GDAL Error 4 - Again

2010-09-28 Thread GOO Creations
Yes, but this didn't help either. Chris On 2010/09/28 12:17 PM, Chaitanya kumar CH wrote: Chris, Did yo remember to make a call to GDALAllRegister() ? Python automatically calls that when the GDAL module is imported. On Tue, Sep 28, 2010 at 3:31 PM, GOO Creations

Re: [gdal-dev] GDAL Error 4 - Again

2010-09-28 Thread Chaitanya kumar CH
Chris, Did yo remember to make a call to GDALAllRegister() ? Python automatically calls that when the GDAL module is imported. On Tue, Sep 28, 2010 at 3:31 PM, GOO Creations wrote: > Hi everyone > > I've looked through the mailing-list archive and I know this issue was > addressed several 100 t

[gdal-dev] GDAL Error 4 - Again

2010-09-28 Thread GOO Creations
Hi everyone I've looked through the mailing-list archive and I know this issue was addressed several 100 times, but I still can't find the problem: This is my code I use to open an image: const char* f = "/home/goocreations/Documents/blue.pix"; GDALDataset *d = (GDALDataset*) GDALOpen(f,GA_U

Re: [gdal-dev] gdal error 4

2008-09-24 Thread Frank Warmerdam
sigmazero13 wrote: I've had the same problem with another .tif file on my machine, too. I checked the permissions, and it's readable by owner, group, and world, so I'm not sure what else to try. When I do a gdalinfo --formats, though, there is a GTiff format, but nothing for just TIF. I'm not

Re: [gdal-dev] gdal error 4

2008-09-24 Thread sigmazero13
I've had the same problem with another .tif file on my machine, too. I checked the permissions, and it's readable by owner, group, and world, so I'm not sure what else to try. When I do a gdalinfo --formats, though, there is a GTiff format, but nothing for just TIF. I'm not sure what might be w

Re: [gdal-dev] gdal error 4

2008-09-03 Thread Frank Warmerdam
Christian Willmes wrote: Hello, I have a problem with the gdal Installation on our webserver. I'm new to gdal, to be specific I try to get some raster data into mapserver, but there occours the following error according gdal and I could not find anything what helped me out on google and other

[gdal-dev] gdal error 4

2008-09-03 Thread Christian Willmes
Hello, I have a problem with the gdal Installation on our webserver. I'm new to gdal, to be specific I try to get some raster data into mapserver, but there occours the following error according gdal and I could not find anything what helped me out on google and other mailinglists. I get the