PlanetaryComputerDataCatalog icon indicating copy to clipboard operation
PlanetaryComputerDataCatalog copied to clipboard

Data catalog for the Microsoft Planetary Computer

Results 35 PlanetaryComputerDataCatalog issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies
javascript

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies
javascript

For example, this is the bounding box stored in `bbox` for tile 10SGG at timestamp `2016-05-05T19:04:02.027000Z` and id `S2A_MSIL2A_20160505T190402_R113_T10SGG_20210211T085211`. ![bbox](https://github.com/microsoft/PlanetaryComputerDataCatalog/assets/32590522/411a37b9-02ea-49fc-8f58-23cb5ca76c1e) But this is what the tile actually contains: ![image](https://github.com/microsoft/PlanetaryComputerDataCatalog/assets/32590522/9582d115-45d1-42ad-a7e6-3155cc67e415) For...

https://planetarycomputer.microsoft.com/api/stac/v1/collections/mtbs lists two bboxes, but according to the STAC Collection spec you must list three bboxes. First the union and then all sub-bboxes. This leads to downstream issues in the...

I was just debugging why I had duplicate tiles in a certain pipeline. I found out that this was related to the datastrip_id property, which depends on to the downlink...

[User Story: 3702 - Introduction for users new to Python geospatial](https://dev.azure.com/planetary-computer/Planetary%20Computer%20Components/_workitems/edit/3702) Adds the new introduction documentation ([PR](https://github.com/microsoft/PlanetaryComputerExamples/pull/242) pending) as a new item in the **documentation quick start**. **Working title:** Warming...

In the items for 3dep-lidar-hag, e.g. https://planetarycomputer.microsoft.com/api/stac/v1/collections/3dep-lidar-hag/items/UT_StatewideSouth_2_2020-hag-2m-0-7 , have invalid raster:bands. They must be an array of Band Objects instead of directly a Band Object. Also, it is part of...

The tooltip on disabled filters does not always close as expected. This can be annoying because the tooltip covers useful information and actions and feels "stuck". Adding the medium (300ms)...

This is removing it from the explorer. Related: https://github.com/microsoft/AIforEarthDataSets/pull/50

Hello, I'm accessing ECMWF real-time open data hosted for example at this url: `https://ai4edataeuwest.blob.core.windows.net/ecmwf/20240201/06z/0p25/scda/20240201060000-6h-scda-fc.grib2`. However, it looks like HEAD requests to that URL tell me that the server doesn't accept...