Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

sig-gis/ceo-gee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create .env file in project root:

APP_NAME=ceoGee HOST=localhost PORT=8088 DEBUG=True RELOAD=True GEE_SERVICE_ACCOUNT="" GEE_PRIVATE_KEY=""

python3 -m venv venv source venv/vin/activate pip3 install -r requirements.tx python3 run.py

in a separate terminal, test with: curl -X POST http://localhost:8088/gee/initialize/
-H "Content-Type: application/json"
-d '{"ee_account": "your-service-account@project.iam.gserviceaccount.com", "ee_key_path": "/path/to/your/key.json"}'

About

GEE Service for CEO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages