-
Notifications
You must be signed in to change notification settings - Fork 5
Convert geo abbreviations to/from names to/from codes #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What all does geomapping include?
One/both of these two? Anything else? Generally it feels like geomapping should be in its own package (delphi-utils port/wrapper, gtsibble, or something else), and incorporated here only when it's not going to pollute the namespace. However, there are a couple things that seem like they belong here:
Things that don't belong in epidatr unless we can incorporate them into objects for the above:
The complication is that how we provide 1. and 2. above would change depending on the interface of the geomapping package we would work with. E.g., do we need to define a custom subclass? Conversions to and from some standard class? Something else? And a really nice, general geomapping package would be a ton of work; I'm not sure if one exists.
Musings on use cases. A few situations to think about:
Musings on long-term solution: this feels like it will be facilitated through some custom classes representing geo vectors, which we would use in this package and in epiprocess.
|
One of the original PRD feature requests in #13 was to have a little bit of geomapping in this package. Should we? @lcbrooks @dsweber2
The text was updated successfully, but these errors were encountered: