geostore
geostore copied to clipboard
Pass around Path objects rather than strings?
Enabler
So that the intention of the code is clearer, we might want to use Path
s rather than str
s when passing around actual filesystem paths.
At the moment this applies mostly to anywhere we use os.path
, like STACSchemaValidator
, and the infrastructure code, where we pass around a lot of paths.
Acceptance Criteria
- [ ] ...
- [ ] ...
Additional context
Tasks
- [ ] ...
- [ ] ...
Definition of Ready
- [ ] This story is ready to work on, according to the team's definition
Definition of Done
- [ ] This story is done, according to the team's definition