Giter VIP home page Giter VIP logo

giessdenkiez-de-osm-pumpen-harvester's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

giessdenkiez-de-osm-pumpen-harvester's Issues

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Preset package is missing a renovate-config entry (@inpyjamas)

Containerize it and make it write to ...

  • Should it write to the repo directly?
  • Should it write to the S3?
  • Do we run this on Fargate like the harvester? Or on GitHub actions?
  • Good place to start writing some tests for python

Localize texts

In the data there are some pumps:status using

  • missing_beam
  • locked

These should be localized before writing the json

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Using npm packages for Renovate presets is now deprecated. Please migrate to repository-based presets instead.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): update actions/setup-python action to v5
  • chore(deps): update dependency pytest-cov to v4
  • chore(deps): update dependency shapely to v2
  • chore(deps): update mcr.microsoft.com/vscode/devcontainers/python docker tag to v1

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
.devcontainer/Dockerfile
  • mcr.microsoft.com/vscode/devcontainers/python 0-3
Dockerfile
  • python 3.7.10-slim-stretch
github-actions
.github/workflows/verify.yml
  • actions/checkout v4
  • actions/setup-python v2
  • actions/checkout v4
  • actions/checkout v4
pip_requirements
requirements.txt
  • requests ==2.26.0
  • pandas ==1.3.2
  • geopandas ==0.9.0
  • Shapely ==1.7.1
  • pytest ==6.2.3
  • pytest-cov ==2.11.1
pyenv
.python-version
  • python 3.6.8

  • Check this box to trigger a request for Renovate to run again on this repository

Harvest pumps for other cities

Currently the harvester action only works for Berlin pumps. It would be great if it could also be used by other cities.
One solution might be to make the overpass query customizable.

Any thoughts on this?

Deprecated commands in actions set-output

The GitHub actions commands set-output and set-state will be deprecated see this blog post --> https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

This repo is using the set-output

A fix for setting the node version could be the following action step:

jobs:
  build:
    runs-on: ubuntu-latest
    steps: 
      - name: Set nvmrc version as .env variable
        run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_ENV
            - name: Use Node.js (.nvmrc)
              uses: actions/setup-node@v3
              with:
                node-version: "${{ env.NODE_VERSION }}"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.