From 8fbe453424a596fb5e23bfdfb6352069f4a29aa0 Mon Sep 17 00:00:00 2001 From: henrykironde Date: Thu, 1 Nov 2018 14:28:30 -0400 Subject: [PATCH 1/2] Update CHANGES.md --- CHANGES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 74afe3ec5..74a57d8c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,17 +2,18 @@ ## Major changes -Using requests package to fetch data. +Using requests package to read urls. Add postgis, a Spatial support for postgres. Update ls, include more details about the scripts. update license lookup for datasets Update keywords lookup for datasets Use tqdm for all progress tracking. Changed all "-" in JSON files to "_" +Use Panda to Fetch and return a dataframe of a dataset ## Minor changes -Documention refinement. +Documentation refinement. Connect to MySQL using preferred encoding. License search and keyword search added. Conda_Forge docs From aa1f1f5d63dfd979250d43c73955d8f4a6ba3666 Mon Sep 17 00:00:00 2001 From: Ethan White Date: Thu, 1 Nov 2018 15:16:54 -0400 Subject: [PATCH 2/2] Editorial cleanup of CHANGES.md --- CHANGES.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 74a57d8c7..35cedbe45 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,23 +2,23 @@ ## Major changes -Using requests package to read urls. -Add postgis, a Spatial support for postgres. -Update ls, include more details about the scripts. -update license lookup for datasets -Update keywords lookup for datasets -Use tqdm for all progress tracking. -Changed all "-" in JSON files to "_" -Use Panda to Fetch and return a dataframe of a dataset +Use requests package to for handling downloads +Add support for spatial datasets using postGIS and PostgreSQL +Update ls to include more details about datasets +Update license lookup for datasets +Update keyword lookup for datasets +Use tqdm for cleaner progress tracking +Add `fetch` function that installs a dataset and returns it as a dictionary of dataframes ## Minor changes -Documentation refinement. +Documentation refinement Connect to MySQL using preferred encoding. License search and keyword search added. Conda_Forge docs Add Zenodo badge to link to archive Add test for extracting data +Changed all "-" in JSON files to "_" ## New datasets