Skip to content

Commit

Permalink
Update fakeData.js with new time range for Reach feature
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Apr 3, 2024
1 parent 4e4574c commit de0806a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/_helpers/fakeData.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ function buildFakeData(selectedFeatures) {
}
}

// https://soto.podaac.uat.earthdatacloud.nasa.gov/hydrocron/v1/timeseries?feature=Reach&feature_id=72390300011&start_time=2024-01-01T00:00:00Z&end_time=2024-10-30T00:00:00Z&output=geojson&fields=reach_id,time_str,wse,geometry
const knownQueriesWithData = [
{
feature: 'Reach',
feature_id: '72390300011',
start_time: '2023-06-01T00:00:00Z',
end_time: '2023-10-30T00:00:00Z',
start_time: '2024-01-01T00:00:00Z',
end_time: '2024-10-30T00:00:00Z',
output: 'geojson',
fields: 'time_str,wse'
}
Expand Down

0 comments on commit de0806a

Please sign in to comment.