Refreshing live data layers
It's common to have data update on a regular basis, such as every week or every month. Instead of having to re-upload and style the new data, it can be very convenient to simply refresh a layer using a new data source.
A layer must have finished uploading successfully before it can be refreshed
Refreshing a layer with a file
Refreshing a file is a single function call using the felt-python
library.
1. Request a refresh via the Felt API
Perform a POST
request to receive an S3 presigned URL which you can later upload your files to:
2. Upload your file(s) to Amazon s3
Refreshing a layer with a URL
Last updated