Skip to content

Commit

Permalink
Documentation ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarrenechea committed Jun 13, 2024
2 parents 95ff7ea + cdb645d commit 9a4bbd7
Show file tree
Hide file tree
Showing 40 changed files with 309,443 additions and 8,564 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@ This README is an early WIP, and will be edited as needed, as the project moves

- *Strapi Headless CMS*: The back-end application is implemented using Strapi, which provides a flexible content management system and exposes APIs for dynamic data retrieval.

- *TiTiler*: A Python FastAPI application for dynamic tiling, used for serving Raster tile data
- *Cloud Functions*: A small GCP Cloud Function to server as a mini tiler server/interface to use request data from GMV's Earth Engine account

External services:

- *Mapbox*: used for serving layers for the map
- *Mapbox* and *Google Earth Engine*: used for serving layers for the map

- *Transifex*: a globalization management system, used to localize the application into several languages.


This repository contains all the code and documentation necessary to set up and deploy the project. It is organized into the following subdirectories:

| Subdirectory name | Description | Documentation |
|-------------------|-------------------------------------------------------------|---------------------------------------------------------|
| frontend | The Next.js client application | [frontend/README.md](frontend/README.md) |
| cms | The Strapi CMS / API | [cms/README.md](cms/README.md) |
| Subdirectory name | Description | Documentation |
|-------------------|--------------------------------------------------------------------------------------------------|------------------------------------------------------|
| frontend | The Next.js client application | [frontend/README.md](frontend/README.md) |
| cms | The Strapi CMS / API | [cms/README.md](cms/README.md) |
| cloud_functions | Cloud Functions (Earth Engine Tiler) | [cloud_functions/README.md](cms/README.md) |
| infrastructure | The Terraform project & GH Actions workflow (provisioning & deployment to Google Cloud Platform) | [infrastructure/README.md](infrastructure/README.md) |

### Deployment and Infrastructure
Expand Down
4 changes: 4 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"@deck.gl/json": "^9.0.17",
"@deck.gl/layers": "^9.0.17",
"@deck.gl/mapbox": "^9.0.17",
"@loaders.gl/core": "^4.2.2",
"@loaders.gl/csv": "^4.2.2",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
Expand All @@ -36,6 +38,7 @@
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"color": "^4.2.3",
"d3-dsv": "^3.0.1",
"deck.gl": "^9.0.17",
"express": "^4.19.2",
"jotai": "^2.8.2",
Expand All @@ -58,6 +61,7 @@
},
"devDependencies": {
"@types/color": "^3.0.6",
"@types/d3-dsv": "^3",
"@types/express": "^4",
"@types/mapbox-gl": "^3",
"@types/node": "^20",
Expand Down
Loading

0 comments on commit 9a4bbd7

Please sign in to comment.