Skip to content

2 new processes to GDP pygeoapi instance: gen_weights and run_area-weighted-aggregation using Mike Johnson's openDAP catalog.

McDonald, Richard R. requested to merge rmcd/pygeoapi:ngdp_proc into main

Integration tests pass locally, fingers crossed they work on gitlab-ci. This MR add 2 processes to the GDP pygeoapi instance. 1) generate weights and 2) run area-weighted aggregation. Both processes are based off Mike Johnson's openDAP catalog. These provide a MVP for testing. There are lot's of unknowns for me with this kind of processing. Some of the input's could be quite large - not sure if there are limitations. Currently everything is loaded as one big json payload. Would be nice, if tests pass, to get this running on labs for some more testing.

@dblodgett was really hoping to get this complete by end of FY, as is it's one day late - can I still get credit :).

Merge request reports