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

- Landsat 8-9 L2 should use the same as Landsat 8-9 L1 (USGS Explorer does the same so I suspect they don't have/generate preview images for L2) - Landsat 7...

- add missing constructor parameters mosaickingOrder for S1GRD - rename some layer parameters as they are named differently in the configuration service response Some context: makeLayers can use either capabilities...

When layer is updated with default values by calling `updateLayerFromServiceIfNeeded`, maxCloudCoverPercent is never set. In other words, when you create a layer by using dashboard with cc different than 100,...

bug

[`package.json`](https://github.com/sentinel-hub/sentinelhub-js/blob/master/package.json#L6) defines ```json "browser": "dist/sentinelHub.umd.js" ``` however there is no `dist/sentinelHub.umd.js` in the final package published to NPM.\ Looking at [`rollup.config.js`](https://github.com/sentinel-hub/sentinelhub-js/blob/master/rollup.config.js), it seems that rollup is not configured to build...

It should be possible to filter Landsat products by Landsat tiers, which determine quality and level of processing of products. more info - [sh-forum](https://forum.sentinel-hub.com/t/landsat-tiers-filter-support/4211) - filtering options in sh documentation...

This issue has been brought up on AM project where expert-app was using timelapse component with PlanetData without authentication. There are 2 reasons why BYOCLayer wms getMap request doesn't work...

https://hello.planet.com/code/sentinel-hub/sentinel-frontend/eo-browser/eobrowser3/-/issues/1451

This PR is prerequisite for https://github.com/sentinel-hub/sentinelhub-js/pull/272. Goals: upgrade dependencies of tooling and axios that only requires minimal manual changes. Related issues: 1. https://hello.planet.com/code/sentinel-hub/sentinel-frontend/eo-browser/eobrowser3/-/issues/1367

To remove dependency/peerDependency of xml2js that causes problems with VITE.