FAQ
What happens if I edit the dataset? Should I restart manually?
The service should pick up your changes and restart itself in less than five minutes.
You are always able to restart services using al compute disable
and al compute enable
.
I don't receive a successful HTTP response. What do I do now?
Arraylake uses attributes that conform to the Climate and Forecast (CF) metadata
conventions to translate between a protocol's vocabulary (e.g. x
or latitude
)
and the actual names of variables stored in Arraylake Repos. Check the specific
doc pages for the protocol you're enabling to see which attributes may need to be added
to your arrays.
Are all my endpoints open to the public? How do I set authentication parameters?
By default the service is only accessible to users or service accounts with access to the Repo being queried.
Provide the --is-public
flag to al compute enable
to open access
to all users without authentication.
See here for more.