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
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 farmlayers-0.0.3.tar.gz.
File metadata
- Download URL: farmlayers-0.0.3.tar.gz
- Upload date:
- Size: 5.4 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 |
ee4d81f3155ef09f2cd4e5f66dc7647ec12e337d13f5c4287771a198f4992ba6
|
|
| MD5 |
85246f18dde6316ec554d208b025592b
|
|
| BLAKE2b-256 |
ef25d6beeefc6824122656571b24afa007259fbe0f51e7280999ff0c1109d350
|
File details
Details for the file farmlayers-0.0.3-py3-none-any.whl.
File metadata
- Download URL: farmlayers-0.0.3-py3-none-any.whl
- Upload date:
- Size: 10.1 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 |
eff3582884fb9f1db6285b894e2f6f9bcaf661f73acc8410b3ad394d22e98563
|
|
| MD5 |
cba2e353356d59b948ca6633310de35e
|
|
| BLAKE2b-256 |
68af136920533463585b1c6467dbfc126eaba448008e3116274da166bb147920
|