#
rasterio
Here are 88 public repositories matching this topic...
raybellwaves
commented
Mar 31, 2021
https://carpentries-incubator.github.io/geospatial-python/ is a good course that uses rioxarray. Could add a link to it in https://corteva.github.io/rioxarray/stable/getting_started/getting_started.html
1
raybellwaves
commented
Jun 3, 2022
Follow on from corteva/geocube#108
Worth adding an example in the docs to make the solution more discoverable
Tile-based geodata processing using rasterio & Fiona
tile
vector
gis
raster
pyramid
geoprocessing
rasterio
earth-observation
earth-sciences
fiona
batch-processor
web-mercator
-
Updated
Jul 7, 2022 - Python
A Python package for installing commonly used packages for geospatial analysis and data visualization with only one command.
python
jupyter
geospatial
gis
image-processing
xarray
remote-sensing
geopandas
rasterio
geemap
leafmap
-
Updated
Jun 27, 2022 - Python
Open
Passing resampling
7
RichardScottOZ
commented
Mar 25, 2021
Without thinking I put resampling="bilinear" and got an error when I called .compute()
Traceback (most recent call last):
File "carajas.py", line 92, in <module>
band_medianNP = band_median.compute()
File "/home/ubuntu/anaconda3/envs/richard/lib/python3.8/site-packages/xarray/core/dataarray.py", line 899, in compute
return new.load(**kwargs)
File "/home/ubuntu/anaco
good first issue
Good for newcomers
Remote-sensing opensource python library reading optical and SAR sensors, loading and stacking bands, clouds, DEM and spectral indices in a sensor-agnostic way.
landsat
xarray
remote-sensing
satellite-imagery
sar
geopandas
rasterio
earth-observation
worldview
pleiades
sentinel-2
sentinel-1
sentinel-3
maxar
radarsat
planetscope
saocom
cosmo-skymed
terrasar
iceye
-
Updated
Jul 8, 2022 - Python
Python package to read Web Mercator map tiles from USGS Historical Topographic Maps
-
Updated
May 12, 2020 - Python
Serverless high-resolution aerial imagery map tiles from Cloud-Optimized GeoTIFFs for the U.S.
python
tiles
lambda
aws-lambda
serverless
aerial-imagery
mosaic
rasterio
cloud-optimized-geotiff
naip-imagery
cogeo-mosaic
-
Updated
Jun 1, 2022 - Python
-
Updated
Jun 8, 2022 - Python
Geospatial operations for NetCDF and numpy
-
Updated
Jun 8, 2021 - Python
segment a set of rasters using rasterio and skimage
-
Updated
Feb 13, 2017 - Python
Slides and resources for talk given at Rasters Revealed, 21st Feb 2017
-
Updated
Feb 26, 2017 - Jupyter Notebook
Improve this page
Add a description, image, and links to the rasterio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rasterio topic, visit your repo's landing page and select "manage topics."
Currently, we use a multiprocess pool to retrieve RGB bands in parallel, and fall back to sequential retrieval if that is not available. I would prefer having this as a setting, potentially also with the possibility to use a thread pool. We moved away from threading after experiencing race conditions within GDAL, but that might not always be a problem (for example, the issue might be fixed in rece