GeoscienceAustralia / dea-cogger

Convert NetCDFs to Cloud Optimized GeoTIFFs
15 stars 4 forks source link

Patch changes as per PR18 comments #19

Closed santoshamohan closed 5 years ago

santoshamohan commented 5 years ago

Reason for Pull Request

Rename streamer and split large streamer.py file into smaller manageable files.

Proposed changes

  1. Rename streamer.py file to cog_conv_app.py file.
  2. Rename streamer directory to converter.
  3. Remove top level __init__ file.
  4. Move COGNetCDF class from streamer.py file to cogeo.py file.
  5. Update README.md file for latest changes.
  6. Add S1 processing configuration to the aws_products_config.yaml file.
  7. Rename streamer occurrences in converter/aws_sync.sh file.
  8. Rename streamer occurrences in converter/generate_work_list.sh file.
  9. Rename streamer occurrences in converter/mpi_cog_convert.sh file.