kaijagahm / vultureUtils

Utility functions for working with vulture data
Other
4 stars 0 forks source link

Separate steps of the edgelist-making process #16

Closed kaijagahm closed 2 years ago

kaijagahm commented 2 years ago

I know I had combined them together in the wrapper function for convenience. But I often want access to the raw data. So need to split these apart again.

This will be a fundamental restructuring of the functions, so should make it a proper release of the package, and then carefully update the code. This will be a breaking change.

Should also consider making some of the internal functions not accessible to the user.

kaijagahm commented 2 years ago

URGENTLY need to separate the geographic masking from the rest of the network-creation steps. This is insanely slow right now because the masking happens over and over again. Aaaaargh!