Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 507 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 507 Bytes

gee-tiles

This API is designed to create map tiles in the X, Y, Z format from assets in Google Earth Engine, primarily for Sentinel collections. It sets up a FastAPI application that connects to Google Earth Engine, handles fast JSON responses using ORJSON, initializes the database, and provides endpoints for generating these map tiles.

 cd tiles-client && ng build --base-href "/" && rsync -av --delete dist/tiles ../site/browser/ && cd ../ && npx angular-cli-ghpages --dir=site/browser