From 28ce0f3af25579f38cbb95f4c11a57b41ad5f359 Mon Sep 17 00:00:00 2001 From: Carlos Del Real Date: Wed, 13 Nov 2024 15:29:08 -0500 Subject: [PATCH] Earthengine actions (#332) * feat: get file names and push to earth engine * feat: fix string * feat: cron upload file from local to earthengine * feat: debug rasterio asks for permissions * feat: update the way to download files * feat: update earthengine.py, using service account for earthengine * feat: source_credentials * feat: update earthengine * feat: debug gh-creds * feat: debug gh-creds * feat: google credentials * feat: print gha-creds * feat: venv to test python scripts * feat: use SA file * feat: use SA file * feat: use SA file, update file names * feat: use SA file, update file names * feat: wrapping up authomation * feat: wrapping up authomation, typo * feat: wrapping up authomation, from gs * feat: cron 3 month * feat: cron 3 month * feat: cron 3 month * Create main.yml * feat: cron 3 month * feat: cron 3 month, downgrade pip * feat: cron 3 month, downgrade pip * feat: cron 3 month, downgrade pip * feat: default bucket * feat: default bucket typo * feat: default bucket typo, setAlc * feat: useUploadAssets * feat: eu.upload * feat: eu.upload * feat: clean false * feat: cron 3month * feat: cron 3month * feat: cron 3month, python version * feat: cron 3month, date in the same month * feat: define bucket * feat: update readme * feat: lint crons * feat: update24month * ci: fix --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0ea4e62..8dab555d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,8 +62,6 @@ jobs: - name: precompile assets run: bundle exec rails assets:precompile - env: - NODE_OPTIONS: --openssl-legacy-provider - name: Run tests run: |