We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Valid request:
http://service.iris.edu/irisws/syngine/1/query?model=prem_i_2s&sourcelatitude=26.039501154301607&sourcelongitude=-117.77516820835515&sourcedepthinmeters=376814.17904499&receiverlatitude=-34.483622476558644&receiverlongitude=152.0504668589753&components=ZNE&format=miniseed&dt=0.1
The following two should return with an error code and a descriptive message.
dt too high (returns 204):
dt
http://service.iris.edu/irisws/syngine/1/query?model=prem_i_2s&sourcelatitude=26.039501154301607&sourcelongitude=-117.77516820835515&sourcedepthinmeters=376814.17904499&receiverlatitude=-34.483622476558644&receiverlongitude=152.0504668589753&components=ZNE&format=miniseed&dt=5.0
dt too low (returns 204):
http://service.iris.edu/irisws/syngine/1/query?model=prem_i_2s&sourcelatitude=26.039501154301607&sourcelongitude=-117.77516820835515&sourcedepthinmeters=376814.17904499&receiverlatitude=-34.483622476558644&receiverlongitude=152.0504668589753&components=ZNE&format=miniseed&dt=0.000001
You could just forward the errors from the Instaseis Server:
HTTP 400: Cannot downsample. The sampling interval of the database is 4.99736 seconds. Make sure to choose a smaller or equal one.
and
HTTP 400: The smallest possible dt is 0.01. Please choose a smaller value and resample locally if needed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Valid request:
http://service.iris.edu/irisws/syngine/1/query?model=prem_i_2s&sourcelatitude=26.039501154301607&sourcelongitude=-117.77516820835515&sourcedepthinmeters=376814.17904499&receiverlatitude=-34.483622476558644&receiverlongitude=152.0504668589753&components=ZNE&format=miniseed&dt=0.1
The following two should return with an error code and a descriptive message.
dt
too high (returns 204):http://service.iris.edu/irisws/syngine/1/query?model=prem_i_2s&sourcelatitude=26.039501154301607&sourcelongitude=-117.77516820835515&sourcedepthinmeters=376814.17904499&receiverlatitude=-34.483622476558644&receiverlongitude=152.0504668589753&components=ZNE&format=miniseed&dt=5.0
dt
too low (returns 204):http://service.iris.edu/irisws/syngine/1/query?model=prem_i_2s&sourcelatitude=26.039501154301607&sourcelongitude=-117.77516820835515&sourcedepthinmeters=376814.17904499&receiverlatitude=-34.483622476558644&receiverlongitude=152.0504668589753&components=ZNE&format=miniseed&dt=0.000001
You could just forward the errors from the Instaseis Server:
HTTP 400: Cannot downsample. The sampling interval of the database is 4.99736 seconds. Make sure to choose a smaller or equal one.
and
HTTP 400: The smallest possible dt is 0.01. Please choose a smaller value and resample locally if needed.
The text was updated successfully, but these errors were encountered: