Python tools for processing raster and vector data for deep learning applications. GDAL needs to be installed already.
Project description
PyRaster
PyRaster is a package for processing raster and vector files and preparing training/test data for deep learning applications. PyRaster depends on the python library called GDAL with versions after 2.2. The GDAL library does not however simply get installed using pip. You have to run the following commands in the terminal and then install the version that your system supports. Please note that this is tested and works on Ubuntu:
sudo apt-get install libgdal-dev
export CPLUS_INCLUDE_PATH=/usr/include/gdal
export C_INCLUDE_PATH=/usr/include/gdal
gdal-config --version
The last command above prints out the GDAL version that you could install on your system. You could install version 2.2.3 for example as follows:
pip install GDAL==2.2.3
After install GDAL, you could isntall PyRaster as follows:
pip install PyRaster
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyraster-0.1.1.tar.gz.
File metadata
- Download URL: pyraster-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40d2545a5ea6966bab2c45cbf14f311d89a73f9074881f13bbf1c433beeab3cc
|
|
| MD5 |
b45f80381ef167a6f7290e2da16e6d47
|
|
| BLAKE2b-256 |
6fba16984f29438498b47e87f63caf408dda4a9528e7a4a4ad912382f8b89165
|
File details
Details for the file pyraster-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pyraster-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68c88ec93d74e9f675f6da7566cb145e2b0096bf065550d72611e635bfc36b35
|
|
| MD5 |
c6a1d3cb573861abd7be971bf2a309c6
|
|
| BLAKE2b-256 |
b3802e8987a286520fb3022a23167fbb68194f128d02de9e50a933464e895ea8
|