|
rasterio 1.2b4
Hi all, I think this may be it, the last pre-1.2.0 release. Would love to know if you find any issues with it. What a day!
Hi all, I think this may be it, the last pre-1.2.0 release. Would love to know if you find any issues with it. What a day!
|
By
Sean Gillies
· #702
·
|
|
rio-color 1.0.2
Hi all, Version 1.0.2 of rio-color is on PyPI today. It has one bug fix, a change to the rasterio requirement's version specifier which filters out pre-releases. Installing rio-color 1.0.1 could entai
Hi all, Version 1.0.2 of rio-color is on PyPI today. It has one bug fix, a change to the rasterio requirement's version specifier which filters out pre-releases. Installing rio-color 1.0.1 could entai
|
By
Sean Gillies
· #701
·
|
|
Rasterio 1.2b3
Hi all, Rasterio 1.2b3 is on PyPI and has a fix for https://github.com/mapbox/rasterio/issues/2079.
Hi all, Rasterio 1.2b3 is on PyPI and has a fix for https://github.com/mapbox/rasterio/issues/2079.
|
By
Sean Gillies
· #692
·
|
|
Binary raster to geojson
https://rasterio.readthedocs.io/en/latest/cli.html#shapes is a command line program for extracting GeoJSON shapes from a raster. It's a thin wrapper around rasterio.features.dataset_features() (see ht
https://rasterio.readthedocs.io/en/latest/cli.html#shapes is a command line program for extracting GeoJSON shapes from a raster. It's a thin wrapper around rasterio.features.dataset_features() (see ht
|
By
Sean Gillies
· #684
·
|
|
Get PROJ.4 representation of CRS object
Hi, Rasterio's CRS.to_dict and .to_prog4 *do* return PROJ4 mappings and strings but we reduce to +init=epsg:xxxx when allowed. In the new world where there is no longer an epsg file to init from, it m
Hi, Rasterio's CRS.to_dict and .to_prog4 *do* return PROJ4 mappings and strings but we reduce to +init=epsg:xxxx when allowed. In the new world where there is no longer an epsg file to init from, it m
|
By
Sean Gillies
· #683
·
|
|
rio-color 1.0.1
Hi all, Version 1.0.1 of rio-color is on PyPI now: https://pypi.org/project/rio-color/1.0.1/#files. Thank you, Kyle Barron, for showing how to get started with cibuildwheel. Please note that there are
Hi all, Version 1.0.1 of rio-color is on PyPI now: https://pypi.org/project/rio-color/1.0.1/#files. Thank you, Kyle Barron, for showing how to get started with cibuildwheel. Please note that there are
|
By
Sean Gillies
· #675
·
|
|
rio-color 1.0.1.dev0 wheels
Hi all, I got reports that the 1.0.1.dev0 wheels install and work, so I've made a more stable set and a 1.0.1a1 release. Target date for 1.0.1 is 2020-12-21. See https://github.com/mapbox/rio-color/is
Hi all, I got reports that the 1.0.1.dev0 wheels install and work, so I've made a more stable set and a 1.0.1a1 release. Target date for 1.0.1 is 2020-12-21. See https://github.com/mapbox/rio-color/is
|
By
Sean Gillies
· #672
·
|
|
rio-color 1.0.1.dev0 wheels
Hi all, Lack of an up to date wheel building system has been blocking us from making a 1.0.1 release. See https://github.com/mapbox/rio-color/issues/65. Kyle Barron suggested using cibuildwheel and I'
Hi all, Lack of an up to date wheel building system has been blocking us from making a 1.0.1 release. See https://github.com/mapbox/rio-color/issues/65. Kyle Barron suggested using cibuildwheel and I'
|
By
Sean Gillies
· #670
·
|
|
rasterio.features.shapes with holes in polygons
Hi Paolo, Welcome! I ran the your file through rio-shapes and jq rio shapes --bidx 1 ~/Downloads/sample_cover.tif | jq -c 'select(.properties.val == 3.0)' | fio collect and then uploaded to a gist: ht
Hi Paolo, Welcome! I ran the your file through rio-shapes and jq rio shapes --bidx 1 ~/Downloads/sample_cover.tif | jq -c 'select(.properties.val == 3.0)' | fio collect and then uploaded to a gist: ht
|
By
Sean Gillies
· #667
·
|
|
masking in rio calc
Update: https://github.com/mapbox/rasterio/issues/2041. Thanks for bringing this up, Matt.
Update: https://github.com/mapbox/rasterio/issues/2041. Thanks for bringing this up, Matt.
|
By
Sean Gillies
· #659
·
|
|
Sampling from one single point location using sample()
Hi Alex, Is your approach any different than the examples in https://github.com/mapbox/rasterio/blob/master/tests/test_sampling.py?
Hi Alex, Is your approach any different than the examples in https://github.com/mapbox/rasterio/blob/master/tests/test_sampling.py?
|
By
Sean Gillies
· #655
·
|
|
Is it possible to ignore existing overview when performing decimated read?
Hi Even, Thanks!
By
Sean Gillies
· #651
·
|
|
Is it possible to ignore existing overview when performing decimated read?
HI Loïc, I don't think we currently have any option other than to remove the overviews. In theory GDAL's OVERVIEW_LEVEL open option could help us, but the implementation isn't there. For example, if y
HI Loïc, I don't think we currently have any option other than to remove the overviews. In theory GDAL's OVERVIEW_LEVEL open option could help us, but the implementation isn't there. For example, if y
|
By
Sean Gillies
· #649
·
|
|
HDF4 not recognized as a supported file format
Hi, In https://github.com/mapbox/rasterio/issues/2026 you reported that you'd previously installed a wheel from PyPI. In that case, I think you need to add an option when reinstalling: pip3 install ra
Hi, In https://github.com/mapbox/rasterio/issues/2026 you reported that you'd previously installed a wheel from PyPI. In that case, I think you need to add an option when reinstalling: pip3 install ra
|
By
Sean Gillies
· #635
·
|
|
rio-mbtiles 1.5.0
Hi all, Version 1.5.0 of rio-mbtiles is on PyPI now: https://pypi.org/project/rio-mbtiles/1.5.0/. Special thanks to James McBride for the reviews and feedback. Share and enjoy,
Hi all, Version 1.5.0 of rio-mbtiles is on PyPI now: https://pypi.org/project/rio-mbtiles/1.5.0/. Special thanks to James McBride for the reviews and feedback. Share and enjoy,
|
By
Sean Gillies
· #633
·
|
|
rio-mbtiles 1.5b3
Hi all, 1.5b3 is on PyPI now. It adds an option to constrain mbtiles output to only the tiles that cover a web mercator quadkey. See https://github.com/mapbox/rio-mbtiles/blob/master/CHANGES.txt#L4. T
Hi all, 1.5b3 is on PyPI now. It adds an option to constrain mbtiles output to only the tiles that cover a web mercator quadkey. See https://github.com/mapbox/rio-mbtiles/blob/master/CHANGES.txt#L4. T
|
By
Sean Gillies
· #630
·
|
|
Rasterio and GDAL_CACHEMAX
Hi Angus, Yes, GDAL_CACHEMAX passed to `Env()` must be in bytes (since https://github.com/mapbox/rasterio/pull/1042/files).
Hi Angus, Yes, GDAL_CACHEMAX passed to `Env()` must be in bytes (since https://github.com/mapbox/rasterio/pull/1042/files).
|
By
Sean Gillies
· #626
·
|
|
rasterio 1.1.8-1 wheels published to PyPI
Hi all, We found a bug in GDAL versions before 3.2.0 and have patched GDAL 2.4.4 and made new 1.1.8 binary wheels with a "-1" build tag. See https://pypi.org/project/rasterio/1.1.8/#files. If you want
Hi all, We found a bug in GDAL versions before 3.2.0 and have patched GDAL 2.4.4 and made new 1.1.8 binary wheels with a "-1" build tag. See https://pypi.org/project/rasterio/1.1.8/#files. If you want
|
By
Sean Gillies
· #624
·
|
|
rasterio 1.1.8
Hi all, Here are the changes in version 1.1.8, which is on PyPI now. https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L7. Using certifi means that users of the manylinux1 wheels no longer ne
Hi all, Here are the changes in version 1.1.8, which is on PyPI now. https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L7. Using certifi means that users of the manylinux1 wheels no longer ne
|
By
Sean Gillies
· #620
·
|
|
cligj 0.7.0
Hi all, Version 0.7.0 is on PyPI now. There are no changes other than warnings about the changes coming in 1.0.0: https://github.com/mapbox/cligj/blob/master/CHANGES.txt#L4. Regards,
Hi all, Version 0.7.0 is on PyPI now. There are no changes other than warnings about the changes coming in 1.0.0: https://github.com/mapbox/cligj/blob/master/CHANGES.txt#L4. Regards,
|
By
Sean Gillies
· #619
·
|