All Projects → robintw → XArrayAndRasterio

robintw / XArrayAndRasterio

Licence: MIT License
Experimental code for loading/saving XArray DataArrays to Geographic Rasters using rasterio

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to XArrayAndRasterio

Rioxarray
geospatial xarray extension powered by rasterio
Stars: ✭ 148 (+604.76%)
Mutual labels:  raster, gdal
GeoArrays.jl
Simple geographical raster interaction built on top of ArchGDAL, GDAL and CoordinateTransformations
Stars: ✭ 42 (+100%)
Mutual labels:  raster, gdal
Titiler
A dynamic Web Map tile server
Stars: ✭ 153 (+628.57%)
Mutual labels:  raster, gdal
Datacube Core
Open Data Cube analyses continental scale Earth Observation data through time
Stars: ✭ 285 (+1257.14%)
Mutual labels:  raster, gdal
openfluid
OpenFLUID framework and applications
Stars: ✭ 19 (-9.52%)
Mutual labels:  science, gdal
Rasterio
Rasterio reads and writes geospatial raster datasets
Stars: ✭ 1,643 (+7723.81%)
Mutual labels:  raster, gdal
Rio Tiler
Rasterio plugin to create web map tiles from raster datasets.
Stars: ✭ 221 (+952.38%)
Mutual labels:  raster, gdal
Geocube
Tool to convert geopandas vector data into rasterized xarray data.
Stars: ✭ 87 (+314.29%)
Mutual labels:  raster, gdal
geoserver-rest
Python library for management for geospatial data in GeoServer. The geoserver-rest docs is available here,
Stars: ✭ 119 (+466.67%)
Mutual labels:  raster, gdal
awesome-geospatial-list
A curated list of geospatial tools, data, tutorials, information, and more
Stars: ✭ 32 (+52.38%)
Mutual labels:  raster, gdal
Earthenterprise
Google Earth Enterprise - Open Source
Stars: ✭ 2,425 (+11447.62%)
Mutual labels:  raster, gdal
wxee
A Python interface between Earth Engine and xarray for processing time series data
Stars: ✭ 113 (+438.1%)
Mutual labels:  raster, xarray
GDAL.jl
Thin Julia wrapper for GDAL - Geospatial Data Abstraction Library
Stars: ✭ 78 (+271.43%)
Mutual labels:  raster, gdal
aospy
Python package for automated analysis and management of gridded climate data
Stars: ✭ 80 (+280.95%)
Mutual labels:  science, xarray
interpies
A collection of functions for reading, displaying, transforming and analyzing geophysical data.
Stars: ✭ 26 (+23.81%)
Mutual labels:  raster, gdal
allofplos
Repository for the allofplos project.
Stars: ✭ 45 (+114.29%)
Mutual labels:  science
geoblaze
Blazing Fast JavaScript Raster Processing Engine
Stars: ✭ 80 (+280.95%)
Mutual labels:  raster
rmd4sci
Rmarkdown for Scientists
Stars: ✭ 113 (+438.1%)
Mutual labels:  science
ReBench
Execute and document benchmarks reproducibly.
Stars: ✭ 48 (+128.57%)
Mutual labels:  science
pbcpy
Python package providing some useful tools when dealing with molecules and materials under periodic boundary conditions and uniform grids. This is a mirror of https://gitlab.com/ales.genova/pbcpy
Stars: ✭ 18 (-14.29%)
Mutual labels:  science

XArrayAndRasterio

Experimental code for loading/saving XArray DataArrays to Geographic Rasters using rasterio

Requirements:

  • xarray
  • numpy
  • rasterio
  • pandas

Functions provided:

  • xarray_to_rasterio: Allows you to export an xarray DataArray to a rasterio-compatible file (GeoTIFF mainly)
  • rasterio_to_xarray: Allows you to read any rasterio-compatible file into an xarray DataArray
  • xarray_to_rasterio_by_band: Same as xarray_to_rasterio but exports one file per band

Author: Robin Wilson ([email protected]). Experimental code!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].