A toolbox for processing earth observation data with Python.
Project description
eo-box
eobox is a Python package with a small collection of tools for working with Remote Sensing / Earth Observation data.
Package Overview
So far, the following subpackages are available:
-
eobox.sampledata contains small sample data that can be used for playing around and testing.
-
eobox.raster contains raster processing tools for
-
extracting raster values at given (by vector data) locations,
-
window- / chunk-wise processing of multiple single layer raster files that do not fit in memory, e.g.
-
calculating virtual time series and temporal statistical metrics from all cloud-free observations,
-
predicting a machine learning model,
-
custom processing functions.
-
-
-
eobox.vector contains vector processing tools for
-
clean convertion of polygons to lines and
-
distance-to-polygon border calculation.
-
-
eobox.ml contains machine learning related tools, e.g.
-
plotting a confusion matrix including with precision and recall
-
extended predict function which returns prediction, confidences, and probabilities.
-
Installation
The package requires Python 3. It can be installed with the following command:
pip install eobox
The environment.yaml in the repository can be used to setup a conda environment with all dependencies required for using and building the package and running the tests and documentation code.
conda env create --name=eobox --file=environment.yml
pip install eobox
Documentation
The package documentation can be found at readthedocs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file eobox-0.3.2.tar.gz
.
File metadata
- Download URL: eobox-0.3.2.tar.gz
- Upload date:
- Size: 4.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
94b037800a221673ebfcbf1b5c9a479add6b9b1a232d67c9f989659be1f306d3
|
|
MD5 |
a690bbb18d02b8595396c1c188e5c256
|
|
BLAKE2b-256 |
98785a720da8a775d3b8f052c5dd20cb879effb8bdea55cc247caafcf4d83870
|
File details
Details for the file eobox-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: eobox-0.3.2-py3-none-any.whl
- Upload date:
- Size: 4.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6e7e281b8c1b932292d6b1beb3167703b9b20910bd1fe31e27e771b8d1ffd824
|
|
MD5 |
4b039654020bf5d3d6f1a2c364088170
|
|
BLAKE2b-256 |
b323dabf61e3e1855709697a4f7df95dcf075299802ff459a7caab44d67f9194
|