Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tgirgin23 authored Aug 26, 2022
1 parent 70ece74 commit 894a719
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
## tifeatures-timvt
### EIS Fires

#### Deploying

To deploy, just run `cdk synth`, `cdk bootstrap` and `cdk deploy`.

After deploying, an stdout with the url to the endpoint and the AWS secret ARN will be provided. The AWS secret ARN is useful to be able to use ogr2ogr to publish data to the database. Either use the command line or the AWS console to get those values to connect to the database or use ogr2ogr.

#### Adding data to the database

To add append to a table:

`ogr2ogr -f "PostgreSQL" PG:"host=HOST dbname=DBNAME user=USER password=PASSWORD" "LargeFires_2012-2020.gpkg" -nln fire_boundaries2 -append`

0 comments on commit 894a719

Please sign in to comment.