Skip to content

BED-JSON transmittance as "number" #351

@christoph-maurer

Description

@christoph-maurer

@danielmcquillen When I open for example https://igsdb-v2.herokuapp.com/api/v2/products/clearlite-4?format=bed-optical-json , then "transmittance" and "reflectance" are returned as strings instead of numbers.

      "dataPoints": [
        {
          "incidence": {
            "wavelengths": {
              "wavelength": 300
            },
            "direction": {
              "polar": 8
            }
          },
          "emergence": {
            "direction": {
              "polar": 8
            }
          },
          "results": {
            "transmittance": "0.0",
            "reflectance": "0.0476"
          }
        },

Is it easy for you to change it? I think they were numbers in the past.

Metadata

Metadata

Labels

ISEFraunhofer Institute for Solar Energy Systems ISELBNLLawrence Berkeley National Laboratory

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions