Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harvester should work for other cities #87

Open
JensWinter opened this issue Apr 29, 2023 · 2 comments
Open

Harvester should work for other cities #87

JensWinter opened this issue Apr 29, 2023 · 2 comments

Comments

@JensWinter
Copy link
Collaborator

Currently the harvester only works for Berlin out of the box. To make use of the harvester for other cities, this repo has to be forked and modified. As this repo is designed as a Github action it would be great if it could be used for any city without having to create a fork.

I can see at least two approaches:

  1. Add other cities shape files to the repo. The harvester will be run with a target city parameter. (Further shape files can be added via PRs)
  2. Keep city shape files outside of the repo and load it from a remote location at runtime.
@JensWinter
Copy link
Collaborator Author

  1. Use geojson file format as input instead of shp. The content of the file could be passed into the action from the calling workflow.

@ff6347
Copy link
Collaborator

ff6347 commented May 3, 2023

I like 2. or even better 3. The geojson/shp file should be in the repo where the action is run and not in the action source repo itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants