You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that I was only able to run the georefMetaLayer = dataset.createGeorefMetadataLayer(indexType, BAG.NOAA_OCS_2022_10_METADATA_PROFILE, "Elevation", definition, chunkSize, compressionLevel)
command if I used "Elevation" or "Uncertainty" as the third argument (which names the HDF5 group "node_name").
However, in Glen's proposal (issue #2 ), he mentioned that it should be named with whatever metadata profile was used (i.e. NOAA-OCS-2022-10). I see that all the example files and documentation have it named "Elevation." Should it be named "Elevation" or should the user be able to change the name to conform to the metadata profile they are using?
The text was updated successfully, but these errors were encountered:
I noticed that I was only able to run the
georefMetaLayer = dataset.createGeorefMetadataLayer(indexType, BAG.NOAA_OCS_2022_10_METADATA_PROFILE, "Elevation", definition, chunkSize, compressionLevel)
command if I used "Elevation" or "Uncertainty" as the third argument (which names the HDF5 group "node_name").
However, in Glen's proposal (issue #2 ), he mentioned that it should be named with whatever metadata profile was used (i.e. NOAA-OCS-2022-10). I see that all the example files and documentation have it named "Elevation." Should it be named "Elevation" or should the user be able to change the name to conform to the metadata profile they are using?
The text was updated successfully, but these errors were encountered: