Skip to content

Commit

Permalink
Merge pull request #1 from PondiB/feature/docs_update
Browse files Browse the repository at this point in the history
Update Docs
  • Loading branch information
PondiB committed Jul 20, 2022
2 parents d8cb2b2 + 6ab89ff commit e35701f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This service integrates STAC API, OpenEO standards and gdalcubes(Data Cubes) to be a lightweight platform to enable processing of time series satellite images via RESTful APIs. It also supports users to run their custom R functions.


![](doc/lightweight-architecture.png)
![](docs/lightweight-architecture.png)


After processing the data , one can zip and export the final output to AWS S3 bucket where they can download and explore on open source tools like QGIS.
Expand Down Expand Up @@ -48,28 +48,6 @@ Shutting it down:
docker-compose down
```


##### Docker-Compose commands for Reference

Run it:

```bash
docker-compose up
```

Run in detached mode:

```bash
docker-compose up -d
```

Shutting it down:

```bash
docker-compose down
```


Force restart and rebuild:

```bash
Expand Down
File renamed without changes

0 comments on commit e35701f

Please sign in to comment.