Jay Qi

Results 108 issues of Jay Qi

**Is your feature request related to a problem? Please describe.** Currently the `/pollutant_values` endpoint returns the timestamp and geolocation of observation as a string formatted like `"2020-02-10 11:15:24 (37.803838, -122.272514)"`....

issue type: enhancement
status: needs definition
status: backlog
component: backend

**Is your feature request related to a problem? Please describe.** [GeoJSON](https://geojson.org/) is a widely-used format standard for encoding GIS data. Many GIS and mapping libraries natively handle GeoJSON data. For...

issue type: enhancement
status: needs definition
status: backlog

**Is your feature request related to a problem? Please describe.** Currently, the WOAP API has the full complement of endpoints for each model. However, there are probably endpoints that we...

issue type: enhancement
status: needs definition

We should take an opportunity to refresh the "manifesto" (i.e., the documentation website homepage) for V2, since it's been a long time. https://github.com/drivendata/cookiecutter-data-science/blob/v2/docs/docs/index.md Some topics to consider: ## Tools we...

- [x] add documentation for new installation (pip install cookiecutter-data-science) and new initiation (ccds ) - [ ] add table of options with links to the project documentation in our...

- [ ] Add GitHub actions to publish on a release - [ ] Add PyPI secrets to repo

Post v2, pre v2.1 - [ ] Update GitHub pages website to redirect to new website (follow [this procedure](https://github.com/isaacs/github/issues/492#issuecomment-385309053)) -- see comment below - [ ] Transfer ownership - [...

pytest 8.0.0 just released earlier today, and it looks like there's an incompatibility with `pytest_cases.fixture`. Minimal example: ```python from pytest_cases import fixture @fixture def a(): return "a" def test_a(a): assert...

I propose we move all competition submodules a subdirectory. - This makes the repo home page look a lot better, and a user can more reasonably get to the README...