Skip to content

Commit

Permalink
Merge branch 'master' into pharmgkb-revised
Browse files Browse the repository at this point in the history
  • Loading branch information
spiekos authored Jan 16, 2024
2 parents a0e5867 + a25b514 commit a9fcd0f
Show file tree
Hide file tree
Showing 2,285 changed files with 5,229,143 additions and 48,468 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
scripts/india_geosadak/data/facilities/*.zip filter=lfs diff=lfs merge=lfs -text
scripts/india_wris/data/groundWater.csv filter=lfs diff=lfs merge=lfs -text
scripts/india_wris/data/surfaceWater.csv filter=lfs diff=lfs merge=lfs -text
2 changes: 2 additions & 0 deletions .github/blunderbuss.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
assign_prs:
- datacommonsorg/code-reviewers
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
*.pyc
__pycache__/
.pylint.d/
*.DS_Store
.vscode/settings.json
.env/
.vscode/
.vscode/
.idea/
*.iml
**/tmp/
dc_generated/
# Ignore the data folder under the un_census/enhanced_tmcf/ directory.
*/*/*/data/*
lib/
bin/
pyvenv.cfg
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "scripts/un/sdg/sdg-dataset"]
path = scripts/un/sdg/sdg-dataset
url = https://code.officialstatistics.org/undata2/data-commons/sdg-dataset.git
[submodule "scripts/un/sdg/sssom-mappings"]
path = scripts/un/sdg/sssom-mappings
url = https://code.officialstatistics.org/undata2/sssom-mappings.git
340 changes: 0 additions & 340 deletions .pylintrc

This file was deleted.

15 changes: 15 additions & 0 deletions .yapfignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
util/aa_isocode2dcid.py
util/county_to_dcid.py
util/soc_codes.py

scripts/*/*/scratch
scripts/*/*/*/scratch
scripts/*/*/*/*/scratch
scripts/*/*/*/*/*/scratch

.env/
*/.env/
*/*/.env/
*/*/*/.env/
*/*/*/*/.env/
*/*/*/*/*/.env/
7 changes: 7 additions & 0 deletions LICENSE-CC4
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2023 Google LLC

The non-source code materials in this project are licensed under:
Creative Commons - Attribution CC-BY 4.0

For the full license text, please visit:
https://creativecommons.org/licenses/by/4.0/legalcode
Loading

0 comments on commit a9fcd0f

Please sign in to comment.