HYPERNETS / hypernets_processor

Processor for Hypernets field data to generate the user products
9 stars 3 forks source link

Make config files for data processing #37

Closed clemgoyens closed 3 years ago

clemgoyens commented 4 years ago

Process data with config file - including default config file (e.g., when processing quickly without the need to give extra info about site and other)

shunt16 commented 4 years ago

As we discussed today - I've also started taking a look at defining these files in etc subpackage. These files are read at run time by the command line interface and parsed by context. In your own code you should only have to interface with the context.

I've defined three levels of config files:

@clemgoyens and @pdevis - please let me know what config parameters you need (and what their defaults should be, if necessary)

shunt16 commented 4 years ago
shunt16 commented 3 years ago

Solution now found, regularly updated as new config requirements added