Custom query (1088 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (124 - 126 of 1088)

Ticket Resolution Summary Owner Reporter
#1752 wontfix Jupyter Notebook rasterio does not find the sample data live-demo@… darkblueb
Description

run Jupyter;

http://localhost:8883/notebooks/projects/RASTERIO/introduction.ipynb

In [2]: src = rasterio.open('data/RGB.byte.tif')


ERROR:GDAL:CPLE_OpenFailed in No such file or directory

---------------------------------------------------------------------------
IOError                                   Traceback (most recent call last)
<ipython-input-2-5d692b2ffa15> in <module>()
----> 1 src = rasterio.open('data/RGB.byte.tif')

/usr/lib/python2.7/dist-packages/rasterio/__init__.pyc in open(path, mode, driver, width, height, count, crs, transform, dtype, nodata, **kwargs)
    121         raise ValueError(
    122             "mode string must be one of 'r', 'r+', or 'w', not %s" % mode)
--> 123     s.start()
    124     return s
    125 

rasterio/_base.pyx in rasterio._base.DatasetReader.start (rasterio/_base.c:2615)()

rasterio/_err.pyx in rasterio._err.GDALErrCtxManager.__exit__ (rasterio/_err.c:994)()

IOError: No such file or directory


#1754 wontfix MapQuest error messages in Cartaro live-demo@… kalxas
Description

As of July 11, 2016 direct tile access from MapQuest has been discontinued.

Some projects use those tiles as a base layer for their demonstrations. A quick fix would be to replace those tiles with OSM tiles.

We have always noted to projects that OSGeo-Live should be able to be used offline, so depending on external resources is not recommended.

Right now we have many alternatives for tile generation in the disk, we should try to produce a base layer and replace the external dependencies.

Thoughts?

#1763 wontfix Ushahidi database error live-demo@… micha
Description

After going thru the Ushahidi QuickStart, When I try to access the webpage it shows: Database error.

In the Ushahidi log file: Uncaught Kohana_Database_Exception: Unknown Exception: database.error in file system/libraries/drivers/Database/Mysqli.php on line 159

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.