Ethan Davis
Ethan Davis
Have you looked at the AWS SDK for C? I stumbled across the [aws-c-common](https://github.com/awslabs/aws-c-common) just yesterday. Looks like there are other components (e.g., [aws-c-io](https://github.com/awslabs/aws-c-io) and [aws-c-compression](https://github.com/awslabs/aws-c-compression)) but I haven't found...
I didn't see S3 support either but wasn't sure if I had found all the `aws-c-*` projects. Also, given there appears to be at least some level of Amazon connection...
Ability to search a remote catalog/search service (e.g., CSW or OpenSearch) would be great.
This issue (and soon to be added PRs) replaces PR #1043 in order to separate the solution for datasets with 1-D time from the solution for FMRC datasets with 2-D...
I have solution for datasets with 1-D time and will submit soon, probably early next week. Still working on solution for FMRC datasets with 2-D time.
Hey @JohnLCaron - There is now a 1.4 CfRadial spec (which I don't think has changed since 2016 or 2017) and a 2.0 CfRadial spec. The 2.0 spec uses groups...
This PR addresses part of issue #1060; it addresses datasets with 1-D time. (PR for 2-D time datasets still to come.)
This CDL snippet: ```` int vint(dim) ; long vlong(dim) ; uint vuint(dim) ; int64 vint64(dim) ; uint64 vuint64(dim) ; ```` When run through `ncgen` and the results through `ncdump` results...
Yes, there is explicit code in ToolsUI.main(...), around line [5753](https://github.com/Unidata/thredds/blob/636f4951047badcf8500b6a27cb45c4df36d405f/ui/src/main/java/ucar/nc2/ui/ToolsUI.java#L5747-L5759), to read the nj22Config file and hand it to RuntimeConfigParser.read(...) which configures the netCDF-C library [here](https://github.com/Unidata/thredds/blob/636f4951047badcf8500b6a27cb45c4df36d405f/cdm/src/main/java/ucar/nc2/util/xml/RuntimeConfigParser.java#L240-L273).
@lesserwhirls Is a wavelength dimension required? Couldn't the different wavelengths be kept as separate variables? Not as elegant as a new dimension but much less work.