diff --git a/example/VJ102DNB_NRT_2023_310_VJ102DNB_NRT.A2023310.0606.021.2023310104322.nc b/example/VJ102DNB_NRT_2023_310_VJ102DNB_NRT.A2023310.0606.021.2023310104322.nc new file mode 100644 index 0000000..46ee466 Binary files /dev/null and b/example/VJ102DNB_NRT_2023_310_VJ102DNB_NRT.A2023310.0606.021.2023310104322.nc differ diff --git a/example/VJ103DNB_NRT_2023_310_VJ103DNB_NRT.A2023310.0606.021.2023310093233.nc b/example/VJ103DNB_NRT_2023_310_VJ103DNB_NRT.A2023310.0606.021.2023310093233.nc new file mode 100644 index 0000000..3ba9477 Binary files /dev/null and b/example/VJ103DNB_NRT_2023_310_VJ103DNB_NRT.A2023310.0606.021.2023310093233.nc differ diff --git a/example/sample_request.py b/example/sample_request.py index c516c6c..93041da 100644 --- a/example/sample_request.py +++ b/example/sample_request.py @@ -19,9 +19,9 @@ def sample_request() -> None: REQUEST_BODY = { "input_dir": SAMPLE_INPUT_DIR, "output_dir": SAMPLE_OUTPUT_DIR, - "dnb_filename": "VNP02DNB_NRT.A2023081.1836.002.2023081233758.nc", - "geo_filename": "VNP03DNB_NRT.A2023081.1836.002.2023081232003.nc", - "cloud_filename": "CLDMSK_L2_VIIRS_SNPP.A2023081.1836.001.nrt.nc", + "dnb_filename": "VJ102DNB_NRT_2023_310_VJ102DNB_NRT.A2023310.0606.021.2023310104322.nc", + "geo_filename": "VJ103DNB_NRT_2023_310_VJ103DNB_NRT.A2023310.0606.021.2023310093233.nc", + } response = requests.post(VVD_ENDPOINT, json=REQUEST_BODY, timeout=TIMEOUT_SECONDS) diff --git a/readme.md b/readme.md index 22076b3..df23902 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ Note that the model and API are designed to run in resource constrained environm Pull the latest package from [GitHub](https://github.com/allenai/vessel-detection-viirs/pkgs/container/vessel-detection-viirs) ```bash -docker pull ghcr.io/vulcanskylight/vessel-detection-viirs:latest +docker pull docker pull ghcr.io/allenai/vessel-detection-viirs:sha-d345c61 ``` Once the package is downloaded, start the service with: diff --git a/requirements/requirements.txt b/requirements/requirements.txt index bce6e1f..e2479c7 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -19,7 +19,7 @@ fastapi==0.98.0 filelock==3.12.2 fonttools==4.40.0 gitdb==4.0.10 -GitPython==3.1.31 +GitPython==3.1.32 google-api-core==2.11.1 google-auth==2.21.0 google-cloud-core==2.3.2