Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ceholden/cedar-datacube
cedar - Create Earth engine Datacubes of Analytical Readiness
https://github.com/ceholden/cedar-datacube
Last synced: 3 months ago
JSON representation
cedar - Create Earth engine Datacubes of Analytical Readiness
- Host: GitHub
- URL: https://github.com/ceholden/cedar-datacube
- Owner: ceholden
- License: other
- Archived: true
- Created: 2019-02-26T19:22:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T17:54:13.000Z (about 5 years ago)
- Last Synced: 2024-07-09T05:54:05.790Z (4 months ago)
- Language: Python
- Homepage: https://ceholden.github.io/cedar-datacube
- Size: 10.8 MB
- Stars: 11
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-earthobservation-code - cedar-datacube - cedar - Create Earth engine Datacubes of Analytical Readiness `Python` [docs](https://ceholden.github.io/cedar-datacube/master/) (`Python` processing of optical imagery (non deep learning) / Processing imagery - post processing)
README
==================================================================
``cedar`` - Create Earth engine Data cubes of Analytical Readiness
==================================================================cedar is a library and application to help download and preprocess
satellite data to be "analysis ready data" (ARD) "data cube" as quickly as
possible. cedar has been designed primarily to preprocess Landsat data, and can
help acquire data from the Google Earth Engine (GEE). It is based on tools
within the Python ecosystem for geospatial data processing (rasterio_), saving
and working with N-dimensional data (netCDF4_ and xarray_), and parallelization
(dask_ and distributed_).+------------+-------------+--------------+--------------+
| Branch | Tests | Coverage | Docs |
+------------+-------------+--------------+--------------+
| ``master`` | |ci_master| | |cov_master| | |doc_master| |
+------------+-------------+--------------+--------------+.. |ci_master| image:: https://travis-ci.com/ceholden/cedar-datacube.svg?token=fpEUL8V3obFi2DonCumW&branch=master
:target: https://travis-ci.com/ceholden/cedar-datacube
:alt: Continuous integration test status.. |cov_master| image:: https://ceholden.github.io/cedar-datacube/master/coverage_badge.svg
:target: https://ceholden.github.io/cedar-datacube/master/coverage/index.html
:alt: Test coverage.. |doc_master| image:: https://travis-ci.com/ceholden/cedar-datacube.svg?token=fpEUL8V3obFi2DonCumW&branch=master
:target: https://ceholden.github.io/cedar-datacube/master/
:alt: Documentation.. _rasterio: https://rasterio.readthedocs.io
.. _xarray: http://xarray.pydata.org
.. _dask: http://docs.dask.org/en/latest/
.. _distributed: http://distributed.dask.org/en/latest/
.. _netCDF4: http://unidata.github.io/netcdf4-python/