Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wri/tileputty
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Sep 21, 2021
2 parents 1dbd88b + b15e1f6 commit b4baaaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tile Putty

This tool helps to upload Vector and Raster tile caches(PBF/ MVT, PNG and JPG format) to AWS S3.
This tool helps to upload Vector and Raster tile caches (PBF/ MVT, PNG and JPG format) to AWS S3.
Directory structure on S3 follows this schema:

`layer_name/version/implementation/z/x/y.format`
Expand All @@ -13,7 +13,7 @@ Directory structure on S3 follows this schema:

This tool uses boto3 to upload files to S3.
You will need to have write permission to the S3 bucket and you AWS credential in an accessible location,
either as [environment varibales](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#environment-variables)
either as [environment variables](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#environment-variables)
or in a [shared credential file](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#shared-credentials-file).

## Usage
Expand Down Expand Up @@ -49,4 +49,4 @@ upload_tiles(
bucket=bucket,
implementation=implementation,
)
```
```
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boto3~=1.16.55
typer~=0.3.2
typer~=0.4.0
parallelpipe~=0.2.6
pre-commit~=2.7.1
pytest~=6.0.1
pytest~=6.0.1

0 comments on commit b4baaaf

Please sign in to comment.