About 4,330 results
Open links in new tab
  1. How to add additional bands to a TIFF using rioxarray

    Jan 16, 2023 · How to add additional bands to a TIFF using rioxarray Ask Question Asked 2 years, 5 months ago Modified 2 years, 5 months ago

  2. Newest 'rioxarray' Questions - Geographic Information Systems …

    Q&A for cartographers, geographers and GIS professionals

  3. python - While exporting the rasters using rioxarray, nodata value …

    Feb 16, 2024 · I have used xarray to open the netcdf file, and using rioxarray exported the raster as a .tif file. However, the exported raster doesn't have definition for nodata value, and hence, …

  4. How to add a band to xarray dataset using rioxarray

    Jan 25, 2022 · How to add a band to xarray dataset using rioxarray Ask Question Asked 3 years, 5 months ago Modified 3 years ago

  5. RAM usage when working with large files with rioxarray

    Oct 20, 2021 · I am currently working with a large file in rioxarray. The File I want to write has the dimension 47, 24464, 23363, using the datatype uint8. Results into RAM usage of minimum …

  6. python - Shapefile to raster using Rioxarray - Geographic …

    Oct 14, 2021 · I want to convert a shapefile to a raster. Normally when using rasterio, I would be able to open the raster, copy the metadata, and then write the shapefile to a raster. That would …

  7. Stack rioxarray DataArrays for output to GeoTIFF

    Dec 5, 2022 · I have tried to vstack but since that's a numpy routine it only returns an ndarray without the necessary output methods. How do I stack the list of bands for output with …

  8. Add lat and lon to DataArray read in by rioxarray

    Oct 27, 2022 · da = rioxarray.open_rasterio(fl, masked=True) However, this returns a DataArray with x and y that don't seem to correspond to the lat/lon. How can I add (or retain) this …

  9. Open and plot a large raster with Python xarray

    Jan 18, 2021 · import xarray as xr import rioxarray da = rioxarray.open_rasterio('data.asc',masked=True) da.plot() What I get is a graph with the …

  10. How to rectify rioxarray dimensions missing coordinates

    Jun 10, 2020 · I'm currently using the Python module rioxarray to clip an Xarray dataset based on a specific geometry to produce a latitude/longitude grid of coordinates. My data is below: …