I've seen the milestones, and think it's worth laying out what I think is left, for present and future contributors, before we release (the ever elusive) 1.0? Feedback welcome!
- OSM Elements: I think we can take our cue from the OSM Concepts adopted by imposm-parser
- Interfaces for interoperability with other Packages
Beyond 1.0, since this has always been an experimental kind of repository, I think it's worth having a look at our python neighbours for inspiration:
I think it makes sense for Buildings/Features/Highways to return DataFrames, with columns corresponding to tags/etc, rather than the existing Dicts that we use.
@kjordahl @jwass @fscottfoti
I've seen the milestones, and think it's worth laying out what I think is left, for present and future contributors, before we release (the ever elusive) 1.0? Feedback welcome!
Beyond 1.0, since this has always been an experimental kind of repository, I think it's worth having a look at our python neighbours for inspiration:
I think it makes sense for Buildings/Features/Highways to return
DataFrames, with columns corresponding to tags/etc, rather than the existingDicts that we use.@kjordahl @jwass @fscottfoti