Jann Launer

Results 107 comments of Jann Launer

A a note: ehighways uses NUTS3 2006 (checked by comparing the region names in anderski_2014 with `statistal-to-ehighways-units.csv)

As part of the preprocessing, we aim to disaggregate all spatial subnational input data. The data should be prepared in raster format, which can later be aggregated to any custom...

Thanks for your comments, @brynpickering and @irm-codebase. Apparently, we need to first better understand how link data is treated in preprocessing to understand the scenarios of failure we are opening...

Great! I will test this as soon as I can.

Thanks for clarifying! I agree, it is good practice. I can open a PR adding that metadata to our base math.

> As nice as this is, `flow_cap.groupby(node_grouping).sum()` creates the new coordinate "node_grouping" when we need it to be "cap_node_groups". There needs to be some way to inform the function what...

> Also, although this is neater, it does go against the way we're currently setting up dimensions, as referenced by @jnnr in the original post. Ideally we use boolean arrays...