technologiestiftung/Giessdenkiez.de DWD Harvester
Collect rain data from the DWD for the giessdenkiez.de app
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| PG_SERVER | The server where the PostgreSQL database lives | yes | — |
| PG_PORT | The port of the PostgreSQL database | yes | 5432 |
| PG_USER | The user of the PostgreSQL database | yes | — |
| PG_PASS | The password of the PostgreSQL database | yes | — |
| PG_DB | The name of the PostgreSQL database | yes | — |
| SUPABASE_URL | The base URL to Supabase, e.g. http://localhost:54321 for a local Supabase | yes | — |
| SUPABASE_SERVICE_ROLE_KEY | The service role key for accessing the Supabase bucket | yes | — |
| SUPABASE_BUCKET_NAME | The bucket name where the harvested data should be pushed to | yes | — |
| OUTPUT | — | yes | True |
| MAPBOXUSERNAME | The Mapbox account to which the tileset is sent | yes | — |
| MAPBOXTOKEN | The associated token of the Mapbox account | yes | — |
| MAPBOXTILESET | The name the tileset should receive | yes | — |
| MAPBOXLAYERNAME | The layer within the tileset that holds the trees data | yes | — |
| LOGGING | — | yes | INFO |
| SKIP_MAPBOX | Set to 'True' to skip the Mapbox Tileset generation (for testing pipelines) | yes | False |
| LIMIT_DAYS | The number of days to harvest DWD data for | yes | 30 |
| SURROUNDING_SHAPE_FILE | The path to the shape file of the area of interest | yes | assets/buffer.shp |
Outputs
no outputs