Right now, when you use leafmap, the STAC widget includes many catalogs in the "Discover STAC Catalog". I understand all the catalogs are coming from https://github.com/giswqs/geospatial-data-catalogs. It may be necessary able to identify a different github source of the catalogs and even which catalogs to include from that source.
Use case is that we want to build this but only target https://stac.maap-project.org - perhaps other STAC catalogs in the future but that is to be determined.
So the behavior I am looking for is, ideally upon installation of the library you can specify which catalog source to use if it is not https://github.com/giswqs/geospatial-data-catalogs. A simpler solution may be to pass a catalog_source= parameter to the leafmap.Map instantiation.
Description
Right now, when you use leafmap, the STAC widget includes many catalogs in the "Discover STAC Catalog". I understand all the catalogs are coming from https://github.com/giswqs/geospatial-data-catalogs. It may be necessary able to identify a different github source of the catalogs and even which catalogs to include from that source.
Use case is that we want to build this but only target https://stac.maap-project.org - perhaps other STAC catalogs in the future but that is to be determined.
So the behavior I am looking for is, ideally upon installation of the library you can specify which catalog source to use if it is not https://github.com/giswqs/geospatial-data-catalogs. A simpler solution may be to pass a
catalog_source=
parameter to the leafmap.Map instantiation.