Tools for improve work with geospatial data in Python
Project description
StatGIS Python Package
StatGIS help to the users to process and analyse satellite images in Google Earth Engine.
Installation
$ pip install statgis
Usage
In this package you could find function to scale optical images, classify images, characterize shorelines and much more.
# Example: mask clouds and scale to reflectance values
import ee
from statgis.gee import landsat_functions
ee.Initialize()
image_collection = (
ee.ImageCollection("LANDSAT/LC09/C02/T1_L2")
.map(landsat_functions.cloud_mask)
.map(landsat_functions.scaler)
)
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
statgis was created by Sebástian Narváez-Salcedo, Brayan Navarro-Londoño. It is licensed under the terms of the MIT license.
Credits
statgis was created with cookiecutter and the py-pkgs-cookiecutter 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
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 statgis-1.0.7.tar.gz.
File metadata
- Download URL: statgis-1.0.7.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.1 CPython/3.11.2 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ec8ea5527cb1dbb41f204816a313afa08af4366f2ea41907916ab52055421bc
|
|
| MD5 |
da513eddfd4a67719c439a949deca318
|
|
| BLAKE2b-256 |
85e5f19bb4f992321266badd50aa4fd4cbaed94aa72337e9e4b923d5ac549362
|
File details
Details for the file statgis-1.0.7-py3-none-any.whl.
File metadata
- Download URL: statgis-1.0.7-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.1 CPython/3.11.2 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c83a04cb8bedf37e1a52506b12c1f8f297633f10ce6bb6665da140b90d843a56
|
|
| MD5 |
69210292c3b981e1238183caf2a9c70c
|
|
| BLAKE2b-256 |
8127e74c442cd0c111c5b365b76a558e4928016a98232869dbbe13fbd8678a12
|