pyroSAR
pyroSAR copied to clipboard
framework for large-scale SAR satellite data processing
With the decision to outsource the spatial package, let's restructure both into an organization. Name suggestions welcome..
I would recommend to print some logging messages when doing some processing (e.g., executing the geocode function). Maybe there are some outputs in the stdout from the SNAP gpt command...
We should test the metadata retrieval of all subclasses of ID which are defined in drivers.py Herefore, we would need to: - [ ] Find freely available testdata for every...
Is there a reason why the SNAP workflow file (e.g., S1B__IW___A_20170106T161500_bnr_orb_cal_tf_tc_dB_proc.xml) is not removed after the geocode function has finished processing? In my processing for each scene I have the...
For a further processing of resulting files after conducting the geocode function, it would be useful to return a list of files that have been created during the geocode (or...
It would be convenient to have the cluster nodes report their status to the master process during processing to better monitor progress. How can this be done?
Currently within function gamma.auxil.process only stdout is written to log.
Currently scoop is called via an extra bash script which calls a scoop-ready script via `python -m scoop --hostfile scheduler --prolog prolog script.py`. `scheduler` contains a lookup of nodes and...
add new standardized attributes to __LOCAL__ and integrate them in ID methods init and summary to ensure each subclass returns it. - [ ] bounding box/corner coordinates - [ ]...
So far this is done in function drivers.parse_date which gathers known date string formats and parses them. It would be nice to have a general parsing approach instead of trying...