The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    TypeError
Message:      Couldn't cast array of type
struct<interval: struct<from: timestamp[s], to: timestamp[s]>, outputs: struct<indices: struct<bands: struct<B0: struct<stats: struct<min: string, max: string, mean: string, stDev: string, sampleCount: int64, noDataCount: int64, percentiles: struct<50.0: string, 10.0: string, 90.0: string>>>, B1: struct<stats: struct<min: string, max: string, mean: string, stDev: string, sampleCount: int64, noDataCount: int64, percentiles: struct<50.0: string, 10.0: string, 90.0: string>>>, B2: struct<stats: struct<min: string, max: string, mean: string, stDev: string, sampleCount: int64, noDataCount: int64, percentiles: struct<50.0: string, 10.0: string, 90.0: string>>>>>>, error: struct<type: string, message: string, status: int64, th: null>>
to
{'interval': {'from': Value('timestamp[s]'), 'to': Value('timestamp[s]')}, 'outputs': {'indices': {'bands': {'B0': {'stats': {'min': Json(decode=True), 'max': Json(decode=True), 'mean': Json(decode=True), 'stDev': Json(decode=True), 'sampleCount': Value('int64'), 'noDataCount': Value('int64'), 'percentiles': {'50.0': Json(decode=True), '10.0': Json(decode=True), '90.0': Json(decode=True)}}}, 'B1': {'stats': {'min': Json(decode=True), 'max': Json(decode=True), 'mean': Json(decode=True), 'stDev': Json(decode=True), 'sampleCount': Value('int64'), 'noDataCount': Value('int64'), 'percentiles': {'50.0': Json(decode=True), '10.0': Json(decode=True), '90.0': Json(decode=True)}}}, 'B2': {'stats': {'min': Json(decode=True), 'max': Json(decode=True), 'mean': Json(decode=True), 'stDev': Json(decode=True), 'sampleCount': Value('int64'), 'noDataCount': Value('int64'), 'percentiles': {'50.0': Json(decode=True), '10.0': Json(decode=True), '90.0': Json(decode=True)}}}}}}}
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1779, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 295, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2281, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2233, in cast_table_to_schema
                  cast_array_to_feature(
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1804, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2061, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1806, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2101, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<interval: struct<from: timestamp[s], to: timestamp[s]>, outputs: struct<indices: struct<bands: struct<B0: struct<stats: struct<min: string, max: string, mean: string, stDev: string, sampleCount: int64, noDataCount: int64, percentiles: struct<50.0: string, 10.0: string, 90.0: string>>>, B1: struct<stats: struct<min: string, max: string, mean: string, stDev: string, sampleCount: int64, noDataCount: int64, percentiles: struct<50.0: string, 10.0: string, 90.0: string>>>, B2: struct<stats: struct<min: string, max: string, mean: string, stDev: string, sampleCount: int64, noDataCount: int64, percentiles: struct<50.0: string, 10.0: string, 90.0: string>>>>>>, error: struct<type: string, message: string, status: int64, th: null>>
              to
              {'interval': {'from': Value('timestamp[s]'), 'to': Value('timestamp[s]')}, 'outputs': {'indices': {'bands': {'B0': {'stats': {'min': Json(decode=True), 'max': Json(decode=True), 'mean': Json(decode=True), 'stDev': Json(decode=True), 'sampleCount': Value('int64'), 'noDataCount': Value('int64'), 'percentiles': {'50.0': Json(decode=True), '10.0': Json(decode=True), '90.0': Json(decode=True)}}}, 'B1': {'stats': {'min': Json(decode=True), 'max': Json(decode=True), 'mean': Json(decode=True), 'stDev': Json(decode=True), 'sampleCount': Value('int64'), 'noDataCount': Value('int64'), 'percentiles': {'50.0': Json(decode=True), '10.0': Json(decode=True), '90.0': Json(decode=True)}}}, 'B2': {'stats': {'min': Json(decode=True), 'max': Json(decode=True), 'mean': Json(decode=True), 'stDev': Json(decode=True), 'sampleCount': Value('int64'), 'noDataCount': Value('int64'), 'percentiles': {'50.0': Json(decode=True), '10.0': Json(decode=True), '90.0': Json(decode=True)}}}}}}}
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1832, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

data
list
status
string
geometryPixelCount
int64
[ { "interval": { "from": "2017-01-01T00:00:00", "to": "2017-01-11T00:00:00" }, "outputs": { "indices": { "bands": { "B0": { "stats": { "min": 0.0000509398, "max": 0.1892762631, "mean": 0.058702701700000005, ...
OK
10,911
[{"interval":{"from":"2017-01-01T00:00:00","to":"2017-01-11T00:00:00"},"outputs":{"indices":{"bands"(...TRUNCATED)
OK
38,506
[{"interval":{"from":"2017-01-01T00:00:00","to":"2017-01-11T00:00:00"},"outputs":{"indices":{"bands"(...TRUNCATED)
OK
10,298
[{"interval":{"from":"2017-01-01T00:00:00","to":"2017-01-11T00:00:00"},"outputs":{"indices":{"bands"(...TRUNCATED)
OK
13,802
[{"interval":{"from":"2017-01-01T00:00:00","to":"2017-01-11T00:00:00"},"outputs":{"indices":{"bands"(...TRUNCATED)
OK
25,899
[{"interval":{"from":"2017-01-21T00:00:00","to":"2017-01-31T00:00:00"},"outputs":{"indices":{"bands"(...TRUNCATED)
OK
14,731
[{"interval":{"from":"2017-01-21T00:00:00","to":"2017-01-31T00:00:00"},"outputs":{"indices":{"bands"(...TRUNCATED)
OK
11,866
[{"interval":{"from":"2017-01-01T00:00:00","to":"2017-01-11T00:00:00"},"outputs":{"indices":{"bands"(...TRUNCATED)
OK
29,415
[{"interval":{"from":"2017-01-31T00:00:00","to":"2017-02-10T00:00:00"},"outputs":{"indices":{"bands"(...TRUNCATED)
OK
93,708
[{"interval":{"from":"2017-01-21T00:00:00","to":"2017-01-31T00:00:00"},"outputs":{"indices":{"bands"(...TRUNCATED)
OK
35,288
End of preview.