stac-utils / stac-index

A service that lists all available and registered STAC catalogs and APIs.
https://stacindex.org
Apache License 2.0
7 stars 4 forks source link

Float number display issue #29

Closed MarcYin closed 2 years ago

MarcYin commented 2 years ago

Float number (0.0001) is displayed as 0

Screenshot 2022-08-22 at 15 08 45

m-mohr commented 2 years ago

Thanks, which URL is this? I'd like to check whether it still occurs with STAC Browser v3, which we'll migrate to soon.

MarcYin commented 2 years ago

Hi,

Here is the URL. I have turned off the CORS to view this STAC (UK NCEO ARD) by using a chrome extension or simply Disable Cross-Origin Restrictions in Safari Develop tab, otherwise it won't allow me to view it.

Thanks.

Marc.

m-mohr commented 2 years ago

Thanks, I've checked it with STAC Browser v3 and it works correctly:

https://radiantearth.github.io/stac-browser/#/external/gws-access.jasmin.ac.uk/public/nceo_ard/NCEO_ARD_STAC/UK-sentinel-2/30/30V/30VUJ/2017-01-08/S2A_30VUJ_20170108T113441.json

image

So this will be solved automatically once we migrate to STAC Browser v3 on STAC Index.

MarcYin commented 2 years ago

Yes, it works with the new version. Thanks a lot.