Opened 10 years ago

Closed 4 years ago

#438 closed task (fixed)

Add RasterIO python library package

Reported by: jpalmer Owned by: osgeo4w-dev@…
Priority: major Component: Package
Version: Keywords:
Cc:

Description

Much better pythonic API to GDAL which would be good to have pre-installed in windows:

https://github.com/mapbox/rasterio

Change History (5)

comment:1 by jpalmer, 10 years ago

Would be good to get it built against latest gdal 1.11 as well :)

Binaries are here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#fiona

comment:2 by martinl, 7 years ago

Any plans to add this great library to OSGeo4W environment?

comment:3 by lpinner, 6 years ago

Please consider adding rasterio.

Normally I would just pip install "xyz_lib", but rasterio is a binary library and is not distributed with binary wheels on PyPi.

The Gohlke rasterio build (http://www.lfd.uci.edu/~gohlke/pythonlibs/#rasterio) is not compatible with OSGeo4W (without also installing updated GDAL, numpy from there as well, which kind of defeats the purpose of OSGeo4W). And other than conda, I don't think there's any other builds of rasterio available for Windows.

comment:4 by Christina Ratcliff, 4 years ago

This has now been added see Ticket 623

comment:5 by jef, 4 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.