Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

folia

The folia CLI and Python client. A thin API client for the folia declarative geospatial platform.

Install

pip install folia

Quick start

# authenticate
folia auth login

# scaffold a workspace
folia init my-workspace
cd my-workspace

# edit folia.yaml, then deploy
folia deploy

# check status
folia status

Commands

Command Description
folia init <name> Scaffold a new workspace
folia deploy Deploy workspace to the platform
folia status Show workspace status
folia runs List recent runs
folia schedule list List managed schedules
folia search <query> Search the data catalog
folia ops Browse available operations
folia auth login Authenticate with the platform
folia profile View your profile

Python client

from folia.client import FoliaClient

client = FoliaClient()
results = client.search("terrain dem")
ops = client.list_operations(domain="geo", category="terrain")

Links

License

Apache 2.0

About

The folia CLI and Python client

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages