Helper scripts for fetching and managing basic input layers Farm Mapping
Project description
Farm Layers [early stages of dev]
Helper scripts for fetching and managing basic geotiff files related to Farm Mapping
Supports:
- elevation
- red bands
- blue bands
- green bands
- near-inferred bands
Coming:
Australian Radiometric data
- k gamma
- u gamma
- th gamma
Install:
pip install farmlayers
Usage:
Make area of interest using shapely geoms:
from shapely.geometry.multipolygon import MultiPolygon
from farmlayers import shp_to_boundaries
boundaries = shp_to_boundaries("boundaries.shp")
Download elevation:
from farmlayers import download_elevation
download_elevation(geom=MultiPolygon(polygons=boundaries), dir="data")
Download soil related landsat 8 bands:
from farmlayers import download_soil
download_soil(geom=MultiPolygon(polygons=boundaries), dir="data")
Download crop related landsat 8 bands
from farmlayers import download_crop
download_crop(geom=MultiPolygon(polygons=boundaries), dir="data")
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
farmlayers-0.0.2.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file farmlayers-0.0.2.tar.gz
.
File metadata
- Download URL: farmlayers-0.0.2.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a416044530e50e1e4524fded28ca469a632810732193df12b17e623f1ce9f810 |
|
MD5 | f1ae6400c7dfbe196fe571f3be268d82 |
|
BLAKE2b-256 | 5d9869a5c0e584faa6b12f87f2a57fd57027075d773150dd5dde44cb77185956 |
File details
Details for the file farmlayers-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: farmlayers-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 318ff6516c4ff10d3467f76cf5ae4dbd1d8675e190551c224fc8c35b6558528f |
|
MD5 | 922f35e650d1fb06d8c7ea6f54b56dad |
|
BLAKE2b-256 | 93b453633d16624dec8b163de1bcbb4c557b92806892abb55333972c60a161a0 |