mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-30 23:23:17 -07:00
S3 Parallel Upload and Deletions (#1410)
* installation step * trigger action * installing to home dir * dry-run * pyenv * py 2.8 * trying s4cmd * removing pyenv * poetry s4cmd * num-threads * public read * poetry cache * s4cmd all around * poetry cache * poetry cache * install poetry packages * poetry echo * let's do this * s4cmd install on run * s4cmd * ad aws back * add aws back * testing census api key and poetry caching * census api key * census api * census api key #3 * 250 * poetry update * poetry change * check census api key * force flag * update score gen and tilefy; remove cached fips * small gdal update * invalidation * missing cache ids
This commit is contained in:
parent
e31a4f3b94
commit
7b05ee9c76
8 changed files with 307 additions and 197 deletions
|
@ -9,23 +9,23 @@ CensusData = "^1.13"
|
|||
click = "^8.0.1"
|
||||
dynaconf = "^3.1.4"
|
||||
geopandas = "^0.9.0"
|
||||
ipdb = "^0.13.9"
|
||||
ipython = "^7.31.1"
|
||||
jupyter = "^1.0.0"
|
||||
jupyter-contrib-nbextensions = "^0.5.1"
|
||||
matplotlib = "^3.4.2"
|
||||
numpy = "^1.22.1"
|
||||
pandas = "^1.2.5"
|
||||
pylint = "^2.11.1"
|
||||
pillow = "9.0.1"
|
||||
python = "^3.8"
|
||||
pypandoc = "^1.6.3"
|
||||
PyYAML = "^6.0"
|
||||
requests = "^2.25.1"
|
||||
tqdm = "4.62.0"
|
||||
types-requests = "^2.25.0"
|
||||
us = "^2.0.2"
|
||||
xlsxwriter = "^2.0.0"
|
||||
ipdb = "^0.13.9"
|
||||
pylint = "^2.11.1"
|
||||
PyYAML = "^6.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = {version = "^21.6b0", allow-prereleases = true}
|
||||
|
@ -124,4 +124,4 @@ authorized_licenses = [
|
|||
"zpl 2.1",
|
||||
"gpl v3",
|
||||
"historical permission notice and disclaimer (hpnd)",
|
||||
]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue