open-sdg / sdg-build

Python package to convert SDG-related data and metadata between formats
MIT License
6 stars 22 forks source link

Faster git clone for InputSdgMetadata class #302

Closed brockfanning closed 2 years ago

brockfanning commented 2 years ago
Q A
Feature branch/test site URL [Link](add link here)
Fixed issues N/A
Related version 2.0.0-dev
Bugfix, feature or docs?

The InputSdgMetadata class, by default, clones the worldback/sdg-metadata repository, which is very large and takes a long time to clone. The time can be greatly reduced by limiting the clone to a "history" of 1, and cloning only the desired branch/tag.