Skip to content
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

Move to YAML configuration for developer model #22

Closed
pksohn opened this issue Feb 7, 2017 · 0 comments
Closed

Move to YAML configuration for developer model #22

pksohn opened this issue Feb 7, 2017 · 0 comments

Comments

@pksohn
Copy link
Contributor

pksohn commented Feb 7, 2017

Just like with #12, we should move to YAML configurations, like other urbansim models use. Specifically (these are copied from #12):

  • Moving configuration parameters to explicit object attributes like in LCM objects
  • Writing a from_yaml class method to instantiate Pro Forma objects from YAML, like this. Make sure the option to read directly from string (instead of file or buffer) is included.
  • Writing a to_yaml class method, which depends on a to_dict method, like this.
  • Writing a lookup_from_config method to wrap a lookup method for YAML, like this
@pksohn pksohn added this to the v0.1.0 milestone Feb 7, 2017
@conorhenley conorhenley assigned pksohn and unassigned conorhenley Feb 7, 2017
@pksohn pksohn closed this as completed Mar 3, 2017
@pksohn pksohn modified the milestone: UDST v0.1 Mar 10, 2017
@pksohn pksohn removed their assignment Apr 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants