It would be nice if you offered limited api functionality for free to students and other people who simply want to learn. The free trial ends very soon and all pricing options are far too expensive for the hobbyist user.
The RB map only displays the names when choosing a BBOX, but when you send a request, you only request satellite data for the specific data collection (e.g. Sentinel-2), or a combination of them (data fusion). There is currently no option to also request the labels/map. To see the names over NDVI, you will have to overlay the map layer (such as OpenStreetMap) over your satellite imagery in Python or QGIS. Or, you can check the NDVI out in EO Browser (apps.sentinel-hub.com/eo-browser/), where you can turn on different overlay layers, including labels and country borders and also download the image with them on top.
@@monjasebela6097 "To see the names over NDVI, you will have to overlay the map layer (such as OpenStreetMap) over your satellite imagery in Python or QGIS" is there a good source to do this? I'm looking for openstreetmap, but I can't really find a good source to tell me the city names in a certain area (if you have the box coordinates)
What is the probable reason that when connecting to the sentinel hub api through html (a sentinel 2 image viewer is being created) the image is displayed but it is repeated in several boxes and it is a static image and not dynamic when I move around the basemap?
how is possible get a 10m resolution image? I try change value in variable 'resolution' but de error message is : 'The request image height. Must be an integer between 1 and 2500'
Hello, great webinar. I´d like to ask if its possible to use the API for requesting Sentinel 2 imagery as a widget for a webapp and if that have a cost, greetings
More information about our APIs: www.sentinel-hub.com/develop/api/ and its integration: www.sentinel-hub.com/develop/integrate/. Yes, the usage of our APIs comes with a cost. You can see our pricing packages here: www.sentinel-hub.com/pricing/.
Which app? Process API and overall Sentinel Hub APis work nominally. If you are referring to Sentinel Playground or EO Browser, I suggest you do a force refresh (SHIFT+F5). For further issues please use our Forum. (forum.sentinel-hub.com)
Dear Sharvari, it seems that your Sentinel Hub trial has expired. We exceptionally extended your trial for additional month and your request should go through. Please give it a try. For further issues please use our forum - forum.sentinel-hub.com/. Thank you.
Thank you for the video. Any idea on how to get the utils working. I can import it but there seems to be another issue. cannot import name 'plot_image' from 'utils' (/Users/jaun/opt/anaconda3/lib/python3.8/site-packages/utils/__init__.py)
¡Thank you this is a great webinar! I only recommend to skip the part from 2:15 to 5:31 because the voice recording is slow and hard to understand
I suppose creating OAuth clients is not possible with a free acc? So you have to pay to do this?
It would be nice if you offered limited api functionality for free to students and other people who simply want to learn. The free trial ends very soon and all pricing options are far too expensive for the hobbyist user.
at 51:43 you see a NVDI map. Is it also possible in the request builder to show the city/village names, to easier see if it's red near the cities?
The RB map only displays the names when choosing a BBOX, but when you send a request, you only request satellite data for the specific data collection (e.g. Sentinel-2), or a combination of them (data fusion). There is currently no option to also request the labels/map. To see the names over NDVI, you will have to overlay the map layer (such as OpenStreetMap) over your satellite imagery in Python or QGIS. Or, you can check the NDVI out in EO Browser (apps.sentinel-hub.com/eo-browser/), where you can turn on different overlay layers, including labels and country borders and also download the image with them on top.
@@monjasebela6097 "To see the names over NDVI, you will have to overlay the map layer (such as OpenStreetMap) over your satellite imagery in Python or QGIS" is there a good source to do this? I'm looking for openstreetmap, but I can't really find a good source to tell me the city names in a certain area (if you have the box coordinates)
What is the probable reason that when connecting to the sentinel hub api through html (a sentinel 2 image viewer is being created) the image is displayed but it is repeated in several boxes and it is a static image and not dynamic when I move around the basemap?
how is possible get a 10m resolution image? I try change value in variable 'resolution' but de error message is :
'The request image height. Must be an integer between 1 and 2500'
Is the time UTC when setting time_interval?
Yes, the from/to time within a process API request and the date time within a catalog request is in UTC.
Hello, great webinar. I´d like to ask if its possible to use the API for requesting Sentinel 2 imagery as a widget for a webapp and if that have a cost, greetings
More information about our APIs: www.sentinel-hub.com/develop/api/ and its integration: www.sentinel-hub.com/develop/integrate/. Yes, the usage of our APIs comes with a cost. You can see our pricing packages here: www.sentinel-hub.com/pricing/.
Why your app Is not working like before which is easy way to see agriculture fields
Basically I am taking about sentinal hub play ground
Which app? Process API and overall Sentinel Hub APis work nominally. If you are referring to Sentinel Playground or EO Browser, I suggest you do a force refresh (SHIFT+F5). For further issues please use our Forum. (forum.sentinel-hub.com)
@@gmilcinski what is API plz guide me and also tell me that how to process it and it is all free
نريد شرح باللغة العربية
Kristy Road
getting this error in the postman request
{
"error": {
"status": 403,
"reason": "Forbidden",
"message": "Invalid or expired account.",
"code": "COMMON_INSUFFICIENT_PERMISSIONS"
}
}
Dear Sharvari, it seems that your Sentinel Hub trial has expired. We exceptionally extended your trial for additional month and your request should go through. Please give it a try. For further issues please use our forum - forum.sentinel-hub.com/. Thank you.
Thank you for the video. Any idea on how to get the utils working. I can import it but there seems to be another issue. cannot import name 'plot_image' from 'utils' (/Users/jaun/opt/anaconda3/lib/python3.8/site-packages/utils/__init__.py)
Hi I also faced the same issue. Did you get it resolved?