![]() |
2010-12-19
, 20:48
|
Posts: 223 |
Thanked: 323 times |
Joined on Dec 2010
|
#31
|
![]() |
2010-12-28
, 07:05
|
Posts: 16 |
Thanked: 19 times |
Joined on Dec 2010
|
#32
|
![]() |
2011-01-05
, 19:53
|
|
Posts: 270 |
Thanked: 195 times |
Joined on Aug 2009
@ Finland
|
#33
|
![]() |
2011-01-11
, 20:23
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#34
|
![]() |
2011-01-13
, 19:55
|
Posts: 16 |
Thanked: 19 times |
Joined on Dec 2010
|
#35
|
... python map.py -z 7 -x 72 -y 36 -s kkp2 results: "Segmentation fault".
![]() |
2011-03-02
, 19:19
|
|
Posts: 270 |
Thanked: 195 times |
Joined on Aug 2009
@ Finland
|
#36
|
![]() |
2011-03-14
, 22:24
|
Posts: 3 |
Thanked: 0 times |
Joined on Mar 2011
|
#37
|
![]() |
2011-03-15
, 08:30
|
Posts: 87 |
Thanked: 56 times |
Joined on Nov 2008
|
#38
|
![]() |
2011-03-15
, 20:42
|
Posts: 6 |
Thanked: 0 times |
Joined on Aug 2010
|
#39
|
[15/Mar/2011:21:31:40] HTTP
Request Headers:
HOST: 192.168.11.4
TE: trailers
USER-AGENT: gnome-vfs/2.16.3 neon/0.25.4
CONNECTION: TE
Remote-Addr: 192.168.11.3
192.168.11.3 - - [15/Mar/2011:21:31:40] "GET /fmap/kkp/14/9451/4480.png HTTP/1.1" 500 1998 "" "gnome
-vfs/2.16.3 neon/0.25.4"
Progress: 0.0 %, images left 4 (cached, fetched, blank: 3, 1, 0)
Using cached map image (N,E)=(6969460.00, 532800.00)
Progress: 25.0 %, images left 3 (cached, fetched, blank: 2, 1, 0)
Fetched map image (N,E)=(6969460.00, 535200.00)
Progress: 50.0 %, images left 2 (cached, fetched, blank: 2, 0, 0)
Using cached map image (N,E)=(6971640.00, 532800.00)
Progress: 75.0 %, images left 1 (cached, fetched, blank: 1, 0, 0)
Using cached map image (N,E)=(6971640.00, 535200.00)
ERROR 4: Unable to open EPSG support file gcs.csv.
Try setting the GDAL_DATA environment variable to point to the
directory containing EPSG csv files.
ERROR 5: Access window out of range in RasterIO(). Requested
(636740,-524566) of size 611x611 on raster of 500x501.
[15/Mar/2011:21:31:43] HTTP Traceback (most recent call last):
File "C:\Python27\lib\site-packages\cherrypy\_cprequest.py", line 606, in respond
cherrypy.response.body = self.handler()
File "C:\Python27\lib\site-packages\cherrypy\_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "C:\fmap\map-win.py", line 479, in fmap
im = getTile(int(z),int(x),int(y), service)
File "C:\fmap\map-win.py", line 147, in getTile
scanline = out_ds.ReadAsArray( int(xoff), int(yoff), int(xsize), int(ysize) )
File "C:\Python27\lib\site-packages\osgeo\gdal.py", line 686, in ReadAsArray
return gdalnumeric.DatasetReadAsArray( self, xoff, yoff, xsize, ysize, buf_obj )
File "C:\Python27\lib\site-packages\osgeo\gdal_array.py", line 193, in DatasetReadAsArray
array_list.append( numpy.reshape( band_array, [1,ysize,xsize] ) )
File "C:\Python27\lib\site-packages\numpy\core\fromnumeric.py", line 169, in reshape
return _wrapit(a, 'reshape', newshape, order=order)
File "C:\Python27\lib\site-packages\numpy\core\fromnumeric.py", line 37, in _wrapit
result = getattr(asarray(obj),method)(*args, **kwds)
ValueError: total size of new array must be unchanged
![]() |
2011-04-01
, 13:45
|
Posts: 18 |
Thanked: 6 times |
Joined on Oct 2010
|
#40
|
# python map.py Traceback (most recent call last): File "map.py", line 11, in <module> from osgeo import gdal ImportError: No module named osgeo