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
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
In order for the stac file to be staged out, it must be added as an asset to the item.json entry.
Currently this has to be done by the application package creator:
# the future metadata file needs to be added to the STAC as well
# will eventually be moved into the to_stac() function
dataset.add_data_file(DataFile("metadata", output_path + '/' + path.name +'.json' ))
this is confusing because we're creating an asset for a file that does not exist, but will once we publish the STAC file. This should be handled by the unity stac libraries.
The text was updated successfully, but these errors were encountered:
In order for the stac file to be staged out, it must be added as an asset to the item.json entry.
Currently this has to be done by the application package creator:
this is confusing because we're creating an asset for a file that does not exist, but will once we publish the STAC file. This should be handled by the unity stac libraries.
The text was updated successfully, but these errors were encountered: