gipit / gips

Geospatial Image Processing System
GNU General Public License v2.0
21 stars 13 forks source link

Product inter-dependencies #38

Closed bhbraswell closed 8 years ago

bhbraswell commented 9 years ago

I think there currently isn't a standard way to indicate that a product to be generated by gips_process depends on an existing product. I'm adding a "products" field to the _products attribute in the custom Data class, right underneath the assets field. e.g.

    'l2chlfill': {
        'description': 'Chlorophyll A Concentration',
        'assets': ['terra', 'aqua'],
        'products': ['l2chlraw'],
        'sensor': 'C'

I'm not sure if there's a better way to do this.

ircwaves commented 8 years ago

Will be looking at fixing this in the AGS fork....if it gets well sorted, maybe it can make it back here.