ICOS-Carbon-Portal / meta

ICOS Carbon Portal metadata service
GNU General Public License v3.0
3 stars 1 forks source link

Make StaticCollection instances more lightweight by introducing PlainStaticCollection to use as members #248

Open mirzov opened 6 months ago

mirzov commented 6 months ago

Currently, when reading StaticCollection instances, members are read as StaticCollection instances themselves, which results in very heavy metadata for nested collections. Introducing PlainStaticCollection class that extends StaticDataItem similarly to PlainStaticObject can help.