Skip to content

Commit

Permalink
🐛 fix country for french dataset
Browse files Browse the repository at this point in the history
using reverse geocoding to determine country of origin of french sheeps
  • Loading branch information
bunop committed May 23, 2024
1 parent ef15856 commit d652f55
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 104 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ TODO
0.4.10.dev0
-----------

* Fix *french sheep* dataset country of origin using reverse geocoding (`#112 <https://github.com/cnr-ibba/SMARTER-database/issues/112>`__)
* Manage python packages with `poetry <https://python-poetry.org/>`__ (`#128 <https://github.com/cnr-ibba/SMARTER-database/issues/128>`__)
* Add data for Guisandesa goats (`#117 <https://github.com/cnr-ibba/SMARTER-database/issues/117>`)
* Rename ``manifacturer`` into ``manufacturer``
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ data: requirements

## load breeds into database relying on dataset
$(PYTHON_INTERPRETER) src/data/import_breeds.py --species_class Sheep --src_dataset="High density genotypes of French Sheep populations.zip" \
--datafile Populations_infos_fix.xlsx --code_column Code --breed_column "Population Name"
--datafile Populations_infos_fix.xlsx --code_column Code --breed_column "Population Name" --country_column Country
$(PYTHON_INTERPRETER) src/data/import_breeds.py --species_class Sheep --src_dataset=ovine_SNP50HapMap_data.zip \
--datafile ovine_SNP50HapMap_data/kijas2012_dataset_fix.xlsx --code_column code --breed_column Breed \
--fid_column Breed --country_column country
Expand Down
Loading

0 comments on commit d652f55

Please sign in to comment.