-
Why are many of the fields in the JSON output being limited to 80 characters? This causes useful information to disappear from the JSON summaries. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The intention was to create a clean CSV file with dataset ids that can be passed into other programs. Many columns with long descriptions were not essential compared to dataset id, data range, spatial extent, etc. But I agree with you, it leads to some missing information in the JSON file. While I think it is ok to limit the char length for the resulting csv file, we should keep the complete information in the JSON file. I will update it tomorrow. |
Beta Was this translation helpful? Give feedback.
-
Similarly, it might be better to preserve separate tags in the JSON output, before joining them for the clean CSV output. This would avoid having JSON users need to split the tags before using them. |
Beta Was this translation helpful? Give feedback.
Sorry for the delay. I was traveling the past two days. This issue has been fixed in #3. Check out the updated JSON file.