sentinelhub-js icon indicating copy to clipboard operation
sentinelhub-js copied to clipboard

Download and process satellite imagery in JavaScript or TypeScript using Sentinel Hub services.

Results 30 sentinelhub-js issues
Sort by recently updated
recently updated
newest added

Added propetry lowestCloudCover flyover meta data.

It would be nice to update the ones that cause critical (security) issues. For greater compatibility with newer apps, also focus on updating axios (to use AbortController instead of CancelToken).

e.g. ## `ProcessingDataFusionLayer` timespan Sentinel Hub supports setting timespan for each datasource used in data fusion ([docs](https://docs.sentinel-hub.com/api/latest/data/data-fusion/#request-body), [examples](https://docs.sentinel-hub.com/api/latest/data/data-fusion/examples/)) Sentinelhub.js does the same. - timespan (`fromTime`, `toTime`) for each layer can...

Between v0.2.88 and the latest v0.2.93 we introduced a bug that leads to S3 and S5P (both on creodias.sentinel-hub.com/api/) not being loaded within the default EOB themes. Checking highlights that...

Using sentinelhub-js in a project where Vite is used will cause crashes because of xml2js package (https://github.com/vitejs/vite/issues/7555) - quick fix: add note to additionally install stream package (https://www.npmjs.com/package/stream) to their...

Mention that to get 1 day of statistical data with `getStats()` when StatAPI is used, you need to set time range to [beginning of day] - [beginning of next day]...

Even when StatAPI is used for getting statistics, `instanceId` and `layerId` are still needed. in `layer.getStats()`, there is `getStatisticsProvider()` for getting statistics provider and when StatAPI is used, `StatisticalApi.getStats()` calls...

Return type for `getStats()` if StatAPI is used is set to `StatisticalApiResponse`. But the actual response of `getStats()` is not of that type, it's actually: Statistical API response type is...

"Adding" other CRSes by library users would mean exporting `CRS` type and would also mean some things might not work correctly. This is already used in some applications ([occurrence 1](https://git.sinergise.com/area-monitoring/farmer-app/-/blob/master/src/components/main/map/layer/farmer-tool/utils/getVegetationMonitoring.ts#L33),...