forked from gsn/predictor
updated downloader
This commit is contained in:
parent
ca95e06ab7
commit
8e9f117799
30 changed files with 1209 additions and 698 deletions
11
start_with_http.sh
Normal file
11
start_with_http.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
# Start API with HTTP downloads instead of S3
|
||||
|
||||
export GSN_PREDICTOR_GRIB_USE_S3=false
|
||||
|
||||
echo "Starting API with HTTP downloads from NOMADS..."
|
||||
echo "USE_S3 = $GSN_PREDICTOR_GRIB_USE_S3"
|
||||
echo ""
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
go run ./cmd/api/main.go
|
||||
Loading…
Add table
Add a link
Reference in a new issue