Skip to content

Cloud-native geo utility functions for our python-based workflows

License

Notifications You must be signed in to change notification settings

boettiger-lab/cng-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cng-python

A collection of some commonly used cloud-native geo utility functions for our python-based workflows

Install

Should be refactored as an installable module. For now just attach to sys path, e.g.:

import sys
sys.path.append("../cng-python/")
from utils import set_secrets, source_secrets

Utilities

  • set_secrets() Helper utility to read/write from S3 buckets. Particularly convenient for working with local minio buckets on Cirrus. duckdb S3 can read but not write to data.source.coop S3 at this time.

  • Some pydeck helpers, from gbif hex maps

  • H3 helper builtins (also used with gbif)

  • leafmap/maplibre helper for terrain style

About

Cloud-native geo utility functions for our python-based workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages