NatLabRockies / NatLabRockies/COMPASS
Add filter option
Open
@castelao is already working on this.
Since Mar 5, 2025.
new computation
p-medium
topic-rust-cli
- Dominant language
- Python
- Stars
- 17
- Forks
- 4
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 17
Description
When exporting data, we want to be able to filter based on some criteria. Likely, this could be implemented as a subcommand like
compass-db export [export-OPTIONALS] filter [filter-OPTIONALS])
We want to be able to filter on the following:
- Given a shape (point or maybe some sort of bounding box), export only ordinances with jurisdictions that intersect that
- Given a state name, export only ordinances for that state
- Given a county name, export ordinances only for that county
- Given a time range, export ordinances enacted within that range
- Given a time range, export ordinances scraped by our tool within that range
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.