Recent Releases of clef
clef - File limit fixed
Main changes:
- removed the 'ds' subcommand as with intake is not needed anymore
- when queries passed ESGF limits and return more than 10000 files repeat query on Dataset instead of File
- fixed bug with cordex
- fixed readthedocs now render correctly
- updated tests all passing
- Python
Published by paolap over 2 years ago
clef - Update CMIP6 vocabularies
Update CMIP6 vocabularies
- Python
Published by paolap over 3 years ago
clef - sqlalchemy1.4
What's Changed
- fixed incompatibility with sqlalchemy 1.4
- fixed citations now works with different server
- added "-h" option for --help
- raise query limit to 20000 for easgf search results if using 'remote' option
Full Changelog: https://github.com/coecms/clef/compare/1.3.1...1.4
- Python
Published by paolap over 3 years ago
clef - Change to cordex vocabulary
Following issue #150 we changed the way we load cordex validation vocabularies from directly form ESGF to son file, as for CMIP. other vocabularies were also updated.
- Python
Published by paolap over 4 years ago
clef - Added CORDEX sub-command
Main change is the addition of a "cortex" sub-command to query CORDEX data distributed via the ESGF. Cordex views were added to the database. Other minor changes are: - made the request workflow clearer - added a "saving file.." message were appropriate - updated the CMIP6 CV vocabularies as of the 2021/04/29 - documentation and demo were also updated to reflect the new sub-command
- Python
Published by paolap almost 5 years ago
clef - Fixed issue #143
Only change is fixing bug #143 , so it doesn't regenerate an error when querying CMIP5
- Python
Published by paolap over 5 years ago
clef - Fixed issue with --remote and --csv
Fixed #131 and updated CMIP6_CVs tables
- Python
Published by paolap over 5 years ago
clef - Fixed matching function
This release has a fix for matching function when no records are returned
- Python
Published by paolap over 5 years ago
clef - Production database
Moved to production database
- Python
Published by paolap over 5 years ago
clef - New temporary database
Using new database structure but still temporary service, includes Australian published data in fs38 project. Changes to local queries now using and returning panda dataframes. Removed file output flag. Code.py re-organised as code.py and helpers.py Added cite() functions to get citations, only when used in scripts.
- Python
Published by paolap over 5 years ago
clef - Updated validation tables for CMIP6
Updated CMIP6 json tables from CMIP6_CVs github, latest update was 4th of June 2020
- Python
Published by paolap over 5 years ago
clef - Fixed issue #110
Fixed bug in clef/code.py issue #110
- Python
Published by paolap about 6 years ago
clef - Added -stats/--csv for remote
Added --stats and csv options for --remote Added try/except block to capture when NCI ESGF node is offline and re-direct to other node Fixed read the docs Changes to get_doc function argument order CMIP6 tables updated
- Python
Published by paolap over 6 years ago
clef - Notebook merge
new features: --csv --stats --experiment_family for CMIP5 local --latest for local
added errata and esdoc functions Improved documentation and clef_demo notebook
Fixed: CMIP6 queued table bug experiment_family functionality Issues:
99, #93 , #95 , #89 , #16 , #61
- Python
Published by paolap over 6 years ago
clef - Merged matches2 with master
This new release has a new query to find all the values passed for a facets, this query uses the new functions 'matching' and 'andfilter'. They can currently only be used by loading the clef module in python not on the command line. Other changes: updated documentation fixed fixpath bug which caused mistakes in output paths for the published CMIP5 data paths
- Python
Published by paolap over 6 years ago
clef -
Make conda package independent of python version
- Python
Published by ScottWales almost 7 years ago
clef - 0.4.2: fixed bug with CMIP5 requests
Fixed bug in download.py for CMIP5 requests, which was causing clef --request to abort when writing the file
- Python
Published by paolap about 7 years ago
clef - 0.4.1: fixed bug with log file permissions
Fixed bug with log file permissions which was stopping anyone but the file owner running clef command line. Fixed CMIP5 model names lists, now local search should be able to find these models correctly.
- Python
Published by paolap about 7 years ago
clef - Add support for CMIP6
- Add support for CMIP6
- Improve command layout
- Python
Published by ScottWales over 7 years ago
clef - Search improvements
- #14 The esgf search commands are now inverses of each other, so files that
esgf localdoesn't find will be found byesgf missing. Both commands also now accept the same flags - #15 Users can now select between whether to return datasets or files using the
--formatflag
- Python
Published by ScottWales about 8 years ago
clef - Database refactor, addressing initial feedback
- Python
Published by ScottWales over 8 years ago