Hello,
I have some issue understanding how Sentinel-Hub credit is used and calculated (processing unit and request).
I have a leaflet WebMap that showed Sentinel image through Sentinel-Hub WMS. I put the Sentinel Hub WMS through Geoserver WMS manager. This is just to keep WMS address more management, so if I change something in the Sentinel Hub that create a new WMS address, I only need to replace it in Geoserver but don’t need to touch the code. I belive by puting Sentinel Hub through Geoserver, I did not create any complication to the request from Sentinel Hub service.
I’m currently on Basic account that give me 70,000 procesisng unit and 700,000 request per month. I recently check that with only minor used, my account was using ~4000 processing unit it just a few hour. So if the Webmap is under moderate use by 10 peoples, the procesisng credit might be enough for just a few days.
Trying to quantifying this I put down some rough estimation as follow:
- one screen size would be about 100 tile (512*512).
- Each new tile need 1 processing unit (according to documents here https://docs.sentinel-hub.com/api/latest/api/overview/processing-unit/)
- Let assume each time you drag the map to a whole new screen, then each drag will consume 100 processing unit. (we migh only drag half of a screen, but let make it simple by assuming you drag to a whole new screen)
- So 10 drag consume 1000, 100 drag consume 10,000. The whole monthly quota of Basic account is give us about 700 screen drag.
I still don’t have a clear understanding how Sentinel-Hub rate limits work. Share experiences from other users or from Sentinel-Hub admin is much appricated.
Best,