From 160a0e46e610f6aa31a8545d85134016fed1fb54 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 22 Nov 2023 21:38:51 -0800 Subject: [PATCH 1/5] Update readme.md --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 12d9a05a..ce8567b3 100644 --- a/readme.md +++ b/readme.md @@ -98,7 +98,11 @@ There are many parameters that can be modified to control precision and recall a ## Acknowledgements -We are very grateful to NASA for making the raw satellite data freely accessible from earthdata: https://www.earthdata.nasa.gov/. Thanks to NOAA and NASA for launching the satellites. Thanks to https://sips.ssec.wisc.edu/#/ for creating cloud masks. Thanks to the Earth Observation Group at the Colorado School of Mines for extensive research on VIIRS and their work on vessel detection (https://www.mdpi.com/2072-4292/7/3/3020). +- NASA for making the raw satellite data freely accessible from [earthdata](https://www.earthdata.nasa.gov/.) +- NOAA and NASA for launching and maintaining the satellites (Suomi-NPP, NOAA-20, NOAA-21). +- [Defense Innovation Unit](https://www.diu.mil/) for funding this work +- [SSEC](https://sips.ssec.wisc.edu/#/) for VIIRS Level 2 cloud and aerosol products +- [Earth Observation Group](https://payneinstitute.mines.edu/eog-2/viirs/) for extensive research on VIIRS and their prior work on vessel detection. ## Contributing From 869b1e54645d141e6a1ddc1328f6c8bb822cbc35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 05:26:07 +0000 Subject: [PATCH 2/5] Bump pillow from 9.5.0 to 10.0.1 in /requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.5.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index e2479c7a..9042c1fb 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -48,7 +48,7 @@ packaging==23.1 pandas==2.0.3 pathspec==0.11.1 pathtools==0.1.2 -Pillow==9.5.0 +Pillow==10.0.1 platformdirs==3.8.0 pluggy==1.2.0 prometheus-fastapi-instrumentator==6.0.0 From 3296c3134bf7906b8857cac98ac50f69508bb7e9 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 4 Jan 2024 08:40:37 -0800 Subject: [PATCH 3/5] Update requirements.txt --- requirements/requirements.txt | 176 +++++++++++++++++----------------- 1 file changed, 88 insertions(+), 88 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 9042c1fb..d0a10dee 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,89 +1,89 @@ ---extra-index-url https://download.pytorch.org/whl/cpu torch==2.0.1+cpu -anyio==3.7.0 -appdirs==1.4.4 -attrs==23.1.0 -beautifulsoup4==4.12.2 -black==23.3.0 -bs4==0.0.1 -cachetools==5.3.1 -certifi==2023.7.22 -cftime==1.6.2 -charset-normalizer==3.1.0 -click==8.1.3 -contourpy==1.1.0 -coverage==7.2.7 -cycler==0.11.0 -docker-pycreds==0.4.0 -exceptiongroup==1.1.1 -fastapi==0.98.0 -filelock==3.12.2 -fonttools==4.40.0 -gitdb==4.0.10 -GitPython==3.1.32 -google-api-core==2.11.1 -google-auth==2.21.0 -google-cloud-core==2.3.2 -google-cloud-storage==2.10.0 -google-crc32c==1.5.0 -google-resumable-media==2.5.0 -googleapis-common-protos==1.59.1 -html5lib==1.1 -idna==3.4 -imageio==2.31.1 -iniconfig==2.0.0 -Jinja2==3.1.2 -joblib==1.2.0 -kiwisolver==1.4.4 -lazy_loader==0.2 -lxml==4.9.2 -MarkupSafe==2.1.3 -matplotlib==3.7.1 -mpmath==1.3.0 -mypy-extensions==1.0.0 -netCDF4==1.6.4 -networkx==3.1 -numpy==1.25.0 -opencv-python==4.7.0.72 -packaging==23.1 -pandas==2.0.3 -pathspec==0.11.1 -pathtools==0.1.2 -Pillow==10.0.1 -platformdirs==3.8.0 -pluggy==1.2.0 -prometheus-fastapi-instrumentator==6.0.0 -protobuf==4.23.3 -psutil==5.9.5 -pyasn1==0.5.0 -pyasn1-modules==0.3.0 -pydantic==1.10.9 -pyparsing==3.1.0 -pyproj==3.6.0 -pytest==7.4.0 -pytest-cov==4.1.0 -python-dateutil==2.8.2 -pytz==2023.2 -PyWavelets==1.4.1 -PyYAML==6.0 -requests==2.31.0 -rsa==4.9 -scikit-image==0.21.0 -scikit-learn==1.2.2 -scipy==1.11.1 -sentry-sdk==1.26.0 -setproctitle==1.3.2 -six==1.16.0 -smmap==5.0.0 -sniffio==1.3.0 -soupsieve==2.4 -starlette==0.27.0 -sympy==1.11.1 -threadpoolctl==3.1.0 -tifffile==2023.4.12 -tomli==2.0.1 -torchvision==0.15.2 -typing_extensions==4.7.0 -urllib3<2.0.0 -uvicorn==0.22.0 -wandb==0.15.4 +--extra-index-url https://download.pytorch.org/whl/cpu torch==2.0.* +anyio==3.7.* +appdirs==1.4.* +attrs==23.1.* +beautifulsoup4==4.12.* +black==23.3.* +bs4==0.0.* +cachetools==5.3.* +certifi==2023.7.* +cftime==1.6.* +charset-normalizer==3.1.* +click==8.1.* +contourpy==1.1.* +coverage==7.2.* +cycler==0.11.* +docker-pycreds==0.4.* +exceptiongroup==1.1.* +fastapi==0.98.* +filelock==3.12.* +fonttools==4.40.* +gitdb==4.0.* +GitPython==3.1.* +google-api-core==2.11.* +google-auth==2.21.* +google-cloud-core==2.3.* +google-cloud-storage==2.10.* +google-crc32c==1.5.* +google-resumable-media==2.5.* +googleapis-common-protos==1.59.* +html5lib==1.1.* +idna==3.4.* +imageio==2.31.* +iniconfig==2.0.* +Jinja2==3.1.* +joblib==1.2.* +kiwisolver==1.4.* +lazy_loader==0.2.* +lxml==4.9.* +MarkupSafe==2.1.* +matplotlib==3.7.* +mpmath==1.3.* +mypy-extensions==1.0.* +netCDF4==1.6.* +networkx==3.1.* +numpy==1.25.* +opencv-python==4.7.* +packaging==23.1.* +pandas==2.0.* +pathspec==0.11.* +pathtools==0.1.* +Pillow==10.0.* +platformdirs==3.8.* +pluggy==1.2.* +prometheus-fastapi-instrumentator==6.0.* +protobuf==4.23.* +psutil==5.9.* +pyasn1==0.5.* +pyasn1-modules==0.3.* +pydantic==1.10.* +pyparsing==3.1.* +pyproj==3.6.* +pytest==7.4.* +pytest-cov==4.1.* +python-dateutil==2.8.* +pytz==2023.2.* +PyWavelets==1.4.* +PyYAML==6.0.* +requests==2.31.* +rsa==4.9.* +scikit-image==0.21.* +scikit-learn==1.2.* +scipy==1.11.* +sentry-sdk==1.26.* +setproctitle==1.3.* +six==1.16.* +smmap==5.0.* +sniffio==1.3.* +soupsieve==2.4.* +starlette==0.27.* +sympy==1.11.* +threadpoolctl==3.1.* +tifffile==2023.4.* +tomli==2.0.* +torchvision==0.15.* +typing_extensions==4.7.* +urllib3<2.* +uvicorn==0.22.* +wandb==0.15.* webencodings==0.5.1 From d66045218035b55be12e608ec2a2441ec7cb0169 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 4 Jan 2024 08:43:22 -0800 Subject: [PATCH 4/5] Update requirements-inference.txt --- requirements/requirements-inference.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/requirements-inference.txt b/requirements/requirements-inference.txt index 4c0b10fd..9ae9699a 100644 --- a/requirements/requirements-inference.txt +++ b/requirements/requirements-inference.txt @@ -1,5 +1,5 @@ -certifi==2023.7.22 -charset-normalizer==3.0.1 +certifi==2023.7.* +charset-normalizer==3.0.* idna==3.4 -requests==2.31.0 -urllib3==1.26.14 +requests==2.31.* +urllib3==1.26.* From 317642b53de86a58048d65e9f80b6e4d42048410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 01:44:31 +0000 Subject: [PATCH 5/5] Bump idna from 3.4 to 3.7 in /requirements Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements-inference.txt | 2 +- requirements/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements-inference.txt b/requirements/requirements-inference.txt index 9ae9699a..8a3fcfed 100644 --- a/requirements/requirements-inference.txt +++ b/requirements/requirements-inference.txt @@ -1,5 +1,5 @@ certifi==2023.7.* charset-normalizer==3.0.* -idna==3.4 +idna==3.7 requests==2.31.* urllib3==1.26.* diff --git a/requirements/requirements.txt b/requirements/requirements.txt index d0a10dee..a3232cf6 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -28,7 +28,7 @@ google-crc32c==1.5.* google-resumable-media==2.5.* googleapis-common-protos==1.59.* html5lib==1.1.* -idna==3.4.* +idna==3.7 imageio==2.31.* iniconfig==2.0.* Jinja2==3.1.*