Uploading files and URLs
Last updated
Last updated
Felt supports a myriad of formats, both as files and hosted URLs, up to a limit of 5GB. Check out the full list .
The easiest way of uploading data into a Felt map via the API is to import from a URL. Here's an example importing all the recent earthquakes from :
Like maps, layers also have unique identifiers. Make sure to take note of them for subsequent calls, like styling a layer or removing it.
Uploading a file is a single function call using the felt-python
library.
Files aren't uploaded to the Felt app — instead, they're uploaded directly to Amazon S3. Therefore, creating a layer from a file on your computer is a two-step process:
Perform a POST
request to receive an S3 presigned URL which you can later upload your files to:
You can check the upload status of a layer by querying it: