henrykironde / retriever

Quickly download, clean up, and install ecological datasets into a database management system
http://ecodataretriever.org
Other
0 stars 2 forks source link

notes #59

Open henrykironde opened 7 years ago

henrykironde commented 7 years ago

Three bug reports Three merge re

The conversional versioning schema takes three main parts. MAJOR version for incompatible API changes(usually breaks backward compatibility) MINOR version Adding new features (does not break compatibility) PATCH version For slight bug fixes. DEVELOPMENT version

henrykironde commented 5 years ago

https://img.shields.io/github/issues/weecology/retriever.svg?style=flat-square

henrykironde commented 4 years ago

mydatasets:

https://www.chicago.gov/city/en/depts/cdph/provdrs/health_data_and_reports/svcs/office_of_epidemiologydataanalysisrequests.html

From data.gov https://catalog.data.gov/dataset?groups=agriculture8571&page=26 in the download section https://plants.sc.egov.usda.gov/java/

henrykironde commented 4 years ago
docker container -d
docker container ls -a
docker container prune
docker container prune -f
docker container rm $(docker container ls -aq)
docker container stop $(docker container ls -aq)
docker docker system prune
docker image prune
docker images
docker images -a
docker images -a |  awk '{print $3}' | xargs docker rmi
docker images purge
docker network ls
docker network prune -f
docker network rm  0ef4b5aaa5db
docker ps
docker ps -al
docker system prune
docker volume ls
docker volume prune
docker-compose ps
docker-compose ps -a
henrykironde commented 4 years ago

install goal Mac conda

conda install gdal conda install -f jpeg=8 conda install -c conda-forge gdal "libgdal<2.0" conda upgrade numpy

python


(base) ➜  ~ python   
Python 3.7.4 (default, Aug 13 2019, 15:17:50) 
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import osgeo
``
henrykironde commented 4 years ago

git fetch origin refs/pull/1426/head git checkout -b DumbMachine/kaggle_support FETCH_HEAD

henrykironde commented 4 years ago

https://github.com/SkyTruth/CrowdProjects-frackfinder/wiki/Installing-GDAL-on-OSX-with-pip-install-gdal