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

In some cases the /statistics endpoint throws a `502 Bad Gateway` or `CORS` error. This happens when many requests are made one after another. We should retry these requests, but...

## urls ## changes in responses - `/configuration/v1/wms/instances/` - `/configuration/v1/wms/instances/{instanceId}/layers` - `dataProduct` object resolvable was changed to `dataProductId` (numeric) - `instanceobject` resolvable was changed to `instanceId` (uuid) - `datasetSource` object...

As far as I tested, everything works as before. But I would also ask someone else to additionally check. The things I found out that also don't work on master...

Call `fetchEvalscriptUrlIfNeeded` in `BYOCLayer.getMap()`, same as in `AbstractSentinelHubV3Layer`, so that when only an `evalscriptUrl` is provided to the `BYOCLayer.getMap()`, it gets the evalscript automatically. This is useful for BYOC for...

After i installed the package it gave me error of dependecies so i installed them, the dependecies and versions are: > "@sentinel-hub/sentinelhub-js": "^0.8.3", "fast-xml-parser": "^4.5.0", "moment": "^2.30.1", "proj4": "^2.15.0", "query-string":...

- remove `AbstractSentinelHubV1OrV2Layer_` classes (and connected functions) that should not be used anymore - remove code related to index service - `searchIndexUrl`, `findDatesUTCUrl` values in `dataset.ts` - `findTilesUsingSearchIndex`, `findTilesUsingSearchIndex` -...