We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://s3.amazonaws.com/reporter-tiles/
I am attempting to download the latest tiles from S3. The document links me to the path on s3; https://s3.amazonaws.com/reporter-tiles/listing.html
However, I get an error when trying to access the listings / tiles.
<Error> <Code>NoSuchKey</Code> <Message>The specified key does not exist.</Message> <Key>listing.html</Key> <RequestId>HZT2691CWKGV2C7N</RequestId> <HostId>QKZubk3Tolohw70z1+nG65sknkFyqSqZnBK5m9mTPrB96aVrNWOZhw6NofEjJzNBs5Zt1v0vyP0=</HostId> </Error>
https://github.com/opentraffic/reporter/tree/dev/py
How do I view the latest reporter tiles for the bounding box of interest, so that I can download them? I am trying to run this command:
./download_tiles.sh -74.251961,40.512764,-73.755405,40.903125 https://s3.amazonaws.com/reporter-tiles/planet_2017_06_16-14_39_57 /data/tiles 5 false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://s3.amazonaws.com/reporter-tiles/
I am attempting to download the latest tiles from S3. The document links me to the path on s3; https://s3.amazonaws.com/reporter-tiles/listing.html
However, I get an error when trying to access the listings / tiles.
https://github.com/opentraffic/reporter/tree/dev/py
How do I view the latest reporter tiles for the bounding box of interest, so that I can download them? I am trying to run this command:
./download_tiles.sh -74.251961,40.512764,-73.755405,40.903125 https://s3.amazonaws.com/reporter-tiles/planet_2017_06_16-14_39_57 /data/tiles 5 false
The text was updated successfully, but these errors were encountered: