Fast Python interface for geodata - either on disk or in memory
Project description
Fast Python interface for geodata - either on disk or in memory.
The geoarray package facilitates reading and writing of all GDAL compatible image file formats and provides functions for geospatial processing.
Free software: Apache 2.0
Documentation: https://danschef.git-pages.gfz-potsdam.de/geoarray/doc/
Status
See also the latest coverage report and the pytest HTML report.
Features and usage
There is an example notebook that shows how to use geoarray: here.
Installation
Using Anaconda or Miniconda (recommended)
Using conda (latest version recommended), geoarray is installed as follows:
Create virtual environment for geoarray (optional but recommended):
$ conda create -c conda-forge --name geoarray python=3 $ conda activate geoarray
Then install geoarray itself:
$ conda install -c conda-forge geoarray
This is the preferred method to install geoarray, as it always installs the most recent stable release and automatically resolves all the dependencies.
Using pip (not recommended)
There is also a pip installer for geoarray. However, please note that geoarray depends on some open source packages that may cause problems when installed with pip. Therefore, we strongly recommend to resolve the following dependencies before the pip installer is run:
cartopy >=0.20
gdal >=3.8.0
geopandas
holoviews # optional, in case you want to use interactive plotting
matplotlib
numpy
pandas
pyproj >2.2.0
scikit-image
shapely
Then, the pip installer can be run by:
$ pip install geoarray
If you don’t have pip installed, this Python installation guide can guide you through the process.
History / Changelog
You can find the protocol of recent changes in the geoarray package here.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
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
File details
Details for the file geoarray-0.19.0.tar.gz
.
File metadata
- Download URL: geoarray-0.19.0.tar.gz
- Upload date:
- Size: 253.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88ca16ea6ebf43bab5e9345aa457569ae441c24283b8ffa5493953b405da7377 |
|
MD5 | d7d9f69496d525309358f666d4aaa453 |
|
BLAKE2b-256 | df688780f25d000735a45a204476b032d69d5179a945b45e543c0e35127999d0 |