Christian Parker
Christian Parker
Data is there and we just need the scraper coding updated. Parameters are not being parsed correctly. ``` node index.js -e .env -dbs 'Bosnia_Tuzlanski' ```
The data being fetched by the adapter has changed and so the adapter needs to be updated. I added a few things to be more consistent with the error handling...
The schema that we are using to check the data requires that the country code be 2 characters. However we have a few locations that provide coordinates and no country...
@majesticio could you look into this? I pinpointed the error and added comments inline so it should be easy to fix. Here is the branch https://github.com/openaq/openaq-fetch/tree/adapter-fix/ust-ist
In order to support regional fetchers we would need to make a few minor updates 1. Update the cdk to deploy the lamda to a different region and create a...
This is the only provider that ends up with an attribute array in the metadata for the sensor node. I believe that its conflating provider and source (first element is...
Created to discuss the best way to deploy the updated fetchers. A quick overview of how its set up to work 1. event triggers the scheduler lambda 2. scheduler lambda...