Current stac-browser uses a Base58 encoding of a STAC object's relative path to its root catalog as the slug for the URL path. This produces slugs that can be directly decoded into paths, but the URLs are long and not human readable.
The goal of this issue is to develop better slugs for STAC objects.
#29 represents a draft that solves the issue by utilizing conventions.
Current stac-browser uses a Base58 encoding of a STAC object's relative path to its root catalog as the slug for the URL path. This produces slugs that can be directly decoded into paths, but the URLs are long and not human readable.
The goal of this issue is to develop better slugs for STAC objects.
#29 represents a draft that solves the issue by utilizing conventions.