-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into pharmgkb-revised
- Loading branch information
Showing
2,285 changed files
with
5,229,143 additions
and
48,468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
assign_prs: | ||
- datacommonsorg/code-reviewers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.