CosmiQ / solaris

CosmiQ Works Geospatial Machine Learning Analysis Toolkit
https://solaris.readthedocs.io
Apache License 2.0
411 stars 112 forks source link

refactor solaris into installable sub-modules for lighterweight dependencies #438

Open rbavery opened 2 years ago

rbavery commented 2 years ago

a suggestion from @vincentsarago

This would involve creating other repos (namespaced package, e.g. solaris.post_processing), with their own dependencies and tests.

E.g TiTiler has: titiler.core, titiler.mosaic, titiler.application python modules (within the main repo) but we also have titiler.pgstac, titiler.mvt, ...