Bad Request Error #49
Unanswered
leoblanchon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to use PyDaymet, and running exactly the lines presented in the doc :
geometry = NLDI().get_basins("01031500").geometry[0]
var = ["prcp", "tmin"]
dates = ("2000-01-01", "2000-06-30")
daily = daymet.get_bygeom(geometry, dates, variables=var, pet="priestley_taylor", snow=True)
monthly = daymet.get_bygeom(geometry, dates, variables=var, time_scale="monthly")
gives this error :
ServiceError: Service returned the following error message:
URL: https://thredds.daac.ornl.gov/thredds/ncss/ornldaac/2129/daymet_v4_daily_na_tmax_2000.nc?var=tmax&north=47.078166&west=-69.762793&east=-68.844279&south=46.234670&disableProjSubset=on&horizStride=1&time_start=2000-01-01T12%3A00%3A00Z&time_end=2000-01-15T12%3A00%3A00Z&timeStride=1&addLatLon=true&accept=netcdf
ERROR: 400, message='', url='https://opendap.earthdata.nasa.gov/thredds/ncss/ornldaac/2129/daymet_v4_daily_na_prcp_2000.nc?var=prcp&north=47.078166&west=-69.762793&east=-68.844279&south=46.234670&disableProjSubset=on&horizStride=1&time_start=2000-01-01T12:00:00Z&time_end=2000-01-15T12:00:00Z&timeStride=1&addLatLon=true&accept=netcdf'
I did not find a way to solve this problem.
Does any one have a solution ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions