-
Notifications
You must be signed in to change notification settings - Fork 11
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
Expand capability of geojson class #694
base: develop
Are you sure you want to change the base?
Conversation
pass | ||
|
||
|
||
# TODO: Inherit from GeoJSON Feature class, move to its own file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm now importing this class back into urbanopt_geojson, not inheriting. Is that the right pattern we should use?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks good. I would like to run my UO DES post processing before we merge this. So stay tuned! Approving for now!
Any background context you want to provide?
The urbanopt-des repo has a geojson parsing class as well as the one in the GMT. Combining them should DRY up some code. Updating the uo-des version is accomplished in urbanopt/urbanopt-des#8.
What does this PR accomplish?
How should this be manually tested?
CI is sufficient