Helper scripts for fetching and managing basic input layers Farm Mapping
Project description
fsm-layers
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 fsmlayers
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.1.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file farmlayers-0.0.1.tar.gz
.
File metadata
- Download URL: farmlayers-0.0.1.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 | 044316f623322ae54ea08908cbee88757dacf086f8ca324e26464d0a1cad71c3 |
|
MD5 | b2436165c9c82fe622c5af23a47dba49 |
|
BLAKE2b-256 | b62357b0949d4c00d83a519d60a44f1b1b8c9ec6d53df4487f01d8f2c22f46e7 |
File details
Details for the file farmlayers-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: farmlayers-0.0.1-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 | e048bd84778c875fdf1a2072e2db2c1bd159476c2aedbeab28ae694cdfdbc704 |
|
MD5 | c848003dada0ea514c779d7d3ce86b8f |
|
BLAKE2b-256 | ee3ebaa677ffcd3588d151eac2b3295b7188f8c4948afd3713c00a7e55c33e22 |