Skip to content

iharp3/iharp-queries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iharp-queries

To init venv

bash init_venv.sh 

Query Status
get raster
get time series
get heatmap (mean)
get heatmap (min)
get heatmap (max)
get heatmap (sum) todo
find time under optimization
find area go with baseline

Query Input Example
get raster variable
start_datetime
end_datetime
time_resolution(hour, day, month, year)
time_aggregation_method(mean, min, max, sum)
min_lat
max_lat
min_lon
max_lon
get time series everything in [get raster]
time_series_aggregation_method(mean, min, max, sum)
get heatmap variable
start_datetime
end_datetime
min_lat
max_lat
min_lon
max_lon
heatmap_aggregation_method(mean, min, max, sum)
find time everything in [get time series]
filter_predicate(>, <, ==, !=, >=, <=)
filter_value
find area everything in [get heatmap]
filter_predicate(>, <, ==, !=, >=, <=)
filter_value

Query variants

"Which day is hottest for Greenland in last 20 years?"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages