Skip to content
Snippets Groups Projects

Minor Changes

Merged gcorradini requested to merge gc/dps/changes into primarykeyv2
3 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
2107 2107 s3.put_file(local_tmp_filepath, f"s3://veda-data-store-staging/{to_veda_s3_path}")
2108 2108
2109 2109
2110 def copy_from_local_to_s3(filepath: str, **tags):
  • 53 53
    54 54 logger.info(f"Running code for {region[0]} from {tst} to {ted} with source {settings.FIRE_SOURCE}")
    55 55
    56 allfires, allpixels = Fire_Forward(tst=tst, ted=ted, restart=False, region=region)
    56 allfires, allpixels = Fire_Forward(tst=tst, ted=ted, region=region, restart=True)
  • 18 18 from fireatlas import settings
    19 19
    20 20
    21 def all_dir(tst: TimeStep, region: Region, location: Location | None = None):
  • gcorradini added 1 commit

    added 1 commit

    • ce42d239 - comment out put_tags for now

    Compare with previous version

  • gcorradini added 1 commit

    added 1 commit

    Compare with previous version

  • gcorradini mentioned in commit 5760b0bd

    mentioned in commit 5760b0bd

  • merged

  • Please register or sign in to reply
    Loading