Skip to main content

A simple Google Earth Engine helper package

Project description

GEE Toolkit Demo

This is a starter template for a Google Earth Engine (GEE) Python package.

Installation

pip install gee-toolkit-demo

Usage

import gee_toolkit
import ee

# Initialize GEE
gee_toolkit.init_gee()

# Example: Get an image and compute NDVI
image = ee.Image('LANDSAT/LC08/C01/T1_TOA/LC08_044034_20140318')
ndvi_image = gee_toolkit.calculate_ndvi(image, red='B4', nir='B5')

print(ndvi_image.bandNames().getInfo())

Publishing to PyPI

  1. Install build tools:

    pip install --upgrade build twine
    
  2. Build the package:

    python -m build
    
  3. Upload to PyPI (Test):

    python -m twine upload --repository testpypi dist/*
    
  4. Upload to PyPI (Production):

    python -m twine upload dist/*
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geegeogdemo-0.0.1.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geegeogdemo-0.0.1-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file geegeogdemo-0.0.1.tar.gz.

File metadata

  • Download URL: geegeogdemo-0.0.1.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for geegeogdemo-0.0.1.tar.gz
Algorithm Hash digest
SHA256 4ca9cf3e8ddbf2c2ae061ca52495acf4126edda7d11c15f9a10600b31fcf7d42
MD5 4ba76069d7f59531eb6c40cc53077bea
BLAKE2b-256 73d99821af891c1776912908a310da38f814516a15204de5c1cb71f85acc57fc

See more details on using hashes here.

File details

Details for the file geegeogdemo-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: geegeogdemo-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 2.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for geegeogdemo-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 02ac2e45c8685c5cd2821b135514391232b9008e6faeb3baae3e837f21d821e1
MD5 d6699e8093881383007ed314944e46c2
BLAKE2b-256 ffa984c88f6472317e146cd72b876fb3811ce2a807b14a0863de534e1d6c514c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page