mapbox / cbers-tiler

A serverless CBERS-4 tiles server using AWS Lambda
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Initial support for AWFI, PAN10M and PAN5M included #7

Closed fredliporace closed 6 years ago

fredliporace commented 6 years ago

This is my take on #6

It is already possible to select the CBERS sensor and visualize it. Most of the changes are in the sample client.

Todo

PR references:

vincentsarago commented 6 years ago

👋 @fredliporace thanks for all the work. I'll work on getting everything merged/deployed today

fredliporace commented 6 years ago

Hey @vincentsarago,

This completes the viewer update to show all sensors. The reference grids with scenes available for each sensor is updated when a new sensor is selected. Some remarks:

vincentsarago commented 6 years ago

The datasets are being served from my mapbox account, I'll update them in a monthly basis. If you want I can make the geojson files available, or the scrips that generate them from the CSV files.

This is great, as long as you make the tilesets public you can provide them and it shouldn't cost you anything (cost is linked to mapbox token). We could add the tilesets info in the readme.

Thanks for this update anyway ;-)

fredliporace commented 6 years ago

OK, will update the readme in a future PR. This closes #7