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

Cluster network by shapes (NUTS0, NUTS1, NUTS2, NUTS3, and ADM1) #1502

Draft
wants to merge 45 commits into
base: master
Choose a base branch
from

Conversation

bobbyxng
Copy link
Contributor

Closes #263

Changes proposed in this Pull Request

Example for illustrative purposes

  • All European countries set to NUTS0/country level
  • DE set to NUTS3
  • FR set to NUTS2
  • EE set to NUTS0/country_level

image

Example config

clustering:
  mode: admin 
  admin:
    level: 1
    DE: 3
    FR: 2
    ES: 0
  ...

Checklist

  • I tested my contribution locally and it works as intended.
  • Code and workflow changes are sufficiently documented.
  • Changed dependencies are added to envs/environment.yaml.
  • Changes in configuration options are added in config/config.default.yaml.
  • Changes in configuration options are documented in doc/configtables/*.csv.
  • Sources of newly added data are documented in doc/data_sources.rst.
  • A release note doc/release_notes.rst is added.

bobbyxng and others added 30 commits December 23, 2024 13:08
…e retrieved. Reduced nuts shapes to 03m resolution.
@bobbyxng bobbyxng requested review from fneum and lindnemi January 17, 2025 15:54
@bobbyxng bobbyxng self-assigned this Jan 17, 2025
@bobbyxng bobbyxng requested a review from Irieo as a code owner January 17, 2025 15:54
@bobbyxng bobbyxng marked this pull request as draft January 17, 2025 15:54
Copy link
Contributor

github-actions bot commented Jan 17, 2025

Validator Report

I am the Validator. Download all artifacts here.
I'll be back and edit this comment for each new commit.

❗ Run failed!

Download 'logs' artifact to see more details.

  • master failed in: no_logs_found
  • cluster-by-shapes failed in: no_logs_found

Model Metrics

Benchmarks Image not available Image not available Image not available

Comparing cluster-by-shapes (faea7e2) with master (b6b18ad).
Branch is 45 commits ahead and 0 commits behind.
Last updated on 2025-01-17 16:58:48 CET.

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

Successfully merging this pull request may close these issues.

Cluster by arbitrary shapes (NUTS1, NUTS2, NUTS3, GADM)
1 participant