All Projects → corteva → Rioxarray

corteva / Rioxarray

Licence: other
geospatial xarray extension powered by rasterio

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rioxarray

Datacube Core
Open Data Cube analyses continental scale Earth Observation data through time
Stars: ✭ 285 (+92.57%)
Mutual labels:  hacktoberfest, netcdf, raster, gis, gdal
Geocube
Tool to convert geopandas vector data into rasterized xarray data.
Stars: ✭ 87 (-41.22%)
Mutual labels:  hacktoberfest, raster, gis, geospatial, gdal
Grass
GRASS GIS - free and open source Geographic Information System (GIS)
Stars: ✭ 281 (+89.86%)
Mutual labels:  hacktoberfest, raster, gis, geospatial
GeoArrays.jl
Simple geographical raster interaction built on top of ArchGDAL, GDAL and CoordinateTransformations
Stars: ✭ 42 (-71.62%)
Mutual labels:  gis, raster, gdal
awesome-geospatial-list
A curated list of geospatial tools, data, tutorials, information, and more
Stars: ✭ 32 (-78.38%)
Mutual labels:  geospatial, raster, gdal
Earthenterprise
Google Earth Enterprise - Open Source
Stars: ✭ 2,425 (+1538.51%)
Mutual labels:  raster, gis, gdal
Rasterio
Rasterio reads and writes geospatial raster datasets
Stars: ✭ 1,643 (+1010.14%)
Mutual labels:  raster, gis, gdal
GDAL.jl
Thin Julia wrapper for GDAL - Geospatial Data Abstraction Library
Stars: ✭ 78 (-47.3%)
Mutual labels:  geospatial, raster, gdal
NetCDF.jl
NetCDF support for the julia programming language
Stars: ✭ 102 (-31.08%)
Mutual labels:  geospatial, raster, netcdf
georaster-layer-for-leaflet
Display GeoTIFFs and soon other types of raster on your Leaflet Map
Stars: ✭ 168 (+13.51%)
Mutual labels:  geospatial, gis, raster
wxee
A Python interface between Earth Engine and xarray for processing time series data
Stars: ✭ 113 (-23.65%)
Mutual labels:  gis, raster, netcdf
Python Geospatial
A collection of Python packages for geospatial analysis with binder-ready notebook examples
Stars: ✭ 187 (+26.35%)
Mutual labels:  raster, gis, geospatial
localtileserver
🌐 dynamic tile server for visualizing rasters in Jupyter with ipyleaflet or folium
Stars: ✭ 190 (+28.38%)
Mutual labels:  geospatial, gis, raster
Blendergis
Blender addons to make the bridge between Blender and geographic data
Stars: ✭ 4,642 (+3036.49%)
Mutual labels:  raster, gis, geospatial
Geotiff.io
Static website for viewing and analyzing GeoTIFF's in the browser
Stars: ✭ 53 (-64.19%)
Mutual labels:  raster, gis, geospatial
Geoscript Js
A JavaScript Implementation of GeoScript
Stars: ✭ 72 (-51.35%)
Mutual labels:  gis, geospatial
Pyearth
🌐 A lightweight 3D visualization of the earth in 150 lines of Qt/OpenGL
Stars: ✭ 78 (-47.3%)
Mutual labels:  gis, geospatial
Wq.app
💻📱 wq's app library: a JavaScript framework powering offline-first web & native apps for geospatial data collection, mobile surveys, and citizen science. Powered by Redux, React, Material UI and Mapbox GL.
Stars: ✭ 99 (-33.11%)
Mutual labels:  gis, geospatial
Ocgis
OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.
Stars: ✭ 60 (-59.46%)
Mutual labels:  netcdf, gis
Arctern
Stars: ✭ 94 (-36.49%)
Mutual labels:  gis, geospatial

================ rioxarray README

rasterio xarray extension.

.. image:: https://badges.gitter.im/rioxarray/community.svg :alt: Join the chat at https://gitter.im/rioxarray/community :target: https://gitter.im/rioxarray/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

.. image:: https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square :alt: All Contributors :target: https://github.com/corteva/rioxarray/blob/master/AUTHORS.rst

.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg :target: https://github.com/corteva/rioxarray/blob/master/LICENSE

.. image:: https://img.shields.io/pypi/v/rioxarray.svg :target: https://pypi.python.org/pypi/rioxarray

.. image:: https://pepy.tech/badge/rioxarray :target: https://pepy.tech/project/rioxarray

.. image:: https://img.shields.io/conda/vn/conda-forge/rioxarray.svg :target: https://anaconda.org/conda-forge/rioxarray

.. image:: https://github.com/corteva/rioxarray/workflows/Tests/badge.svg :target: https://github.com/corteva/rioxarray/actions?query=workflow%3ATests

.. image:: https://ci.appveyor.com/api/projects/status/e6sr22mkpen261c1/branch/master?svg=true :target: https://ci.appveyor.com/project/snowman2/rioxarray

.. image:: https://codecov.io/gh/corteva/rioxarray/branch/master/graph/badge.svg :target: https://codecov.io/gh/corteva/rioxarray

.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white :target: https://github.com/pre-commit/pre-commit

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/python/black

Documentation

Bugs/Questions

Credits

The reproject functionality was adopted from https://github.com/opendatacube/datacube-core

  • Source file: geo_xarray.py <https://github.com/opendatacube/datacube-core/blob/084c84d78cb6e1326c7fbbe79c5b5d0bef37c078/datacube/api/geo_xarray.py>_
  • datacube is licensed <https://github.com/opendatacube/datacube-core/blob/1d345f08a10a13c316f81100936b0ad8b1a374eb/LICENSE>_ under the Apache License, Version 2.0. The datacube license is included as LICENSE_datacube <https://github.com/corteva/rioxarray/blob/master/LICENSE_datacube>_.

Adoptions from https://github.com/pydata/xarray:

  • open_rasterio: rasterio_.py <https://github.com/pydata/xarray/blob/1d7bcbdc75b6d556c04e2c7d7a042e4379e15303/xarray/backends/rasterio_.py>_
  • set_options: options.py <https://github.com/pydata/xarray/blob/2ab0666c1fcc493b1e0ebc7db14500c427f8804e/xarray/core/options.py>_
  • xarray is licensed <https://github.com/pydata/xarray/blob/1d7bcbdc75b6d556c04e2c7d7a042e4379e15303/LICENSE>_ under the Apache License, Version 2.0. The xarray license is included as LICENSE_xarray <https://github.com/corteva/rioxarray/blob/master/LICENSE_xarray>_.

RasterioWriter dask write functionality was adopted from https://github.com/dymaxionlabs/dask-rasterio

  • Source file: write.py <https://github.com/dymaxionlabs/dask-rasterio/blob/8dd7fdece7ad094a41908c0ae6b4fe6ca49cf5e1/dask_rasterio/write.py>_

This package was originally templated with with Cookiecutter_.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter

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].