Nicholas Kwon

Results 55 comments of Nicholas Kwon

Hey Dri, thanks for taking a look at this! To get all the requests for a certain date range, you can use this [tool](https://github.com/hackforla/311-data/tree/dev/server/utils). Feel free to reach out to...

Looks great, thanks Eric! A couple comments: - There is a typo--"gonverments". - might help to specify that we're looking for per-NC population data. - not sure what "aggregation level"...

Have you thought about using [PurpleAir](https://map.purpleair.com/1/mAQI/a10/p604800/cC0#11/34.029/-118.4005)? They have a ton of sensors in LA, as well as an [API](https://api.purpleair.com/#api-welcome).

Sorry I'm a bit late, but I saw that you can download PurpleAir data as a CSV [directly](https://www.purpleair.com/sensorlist) from the map. Does that look easier to use?

@EchoProject what do you think about the first checkbox in the comment above? How important is it to render all the requests for a particular date range in the map?

Another idea is to retrieve a limited number of requests on a city-level, but get all NC-level requests when a user selects an NC.

@hqasmei, I'd encourage you to read Edwin's post above and see if any of those ideas seem useful in improving the map's load time. But for now, this is a...

Yeah, we are using Mapbox. The token we are using has worked fine, but it would be a good idea to follow the Action Items. I can work on this.

I took a closer look at this. When you manually tell the dashboard server to reload (i.e., visit `dashboard_url/reload`), it happens almost instantaneously, and we get the result that we're...

Actually, according to #1028, we need to run a browser. There is very little detail in the bug. But apparently they tried using my approach in the previous comment first,...