Releases: DataHerb/dataherb-python
Releases · DataHerb/dataherb-python
Müritzsee
Königssee
Fixed
- Command line tool
dataherb configure -l
now only opens the folder. - Command line too
dataherb download
will also display where the dataset is downloaded to. This makes it easier for the user to find the downloaded dataset.
Tegernsee
Using Dedicated Folders for Herbs
In the previous versions, we can only use a single file to host all the flora metadata. It will become unmanageable and hard to read as the number of herbs grows. (#14)
In this version, we introduce a new structure for the flora metadata. Each herb is getting its own folder! This structure makes it easier for us to read and manage by hand. It is also better for version-controling your flora.
(🌱 Best wishes to your herbs in their own pots. )
Walchensee
Added
- 🎉 Better search result formatting in terminal (See docs for a screenshot.)
- 📺 Show config using
dataherb configure --show
Changed
- Better config management. Config has been promoted to a class.
Ammersee
Added
- Server to serve flora as a website
- Configuration system
- Remove herb from flora
- Add herb to flora
- and more
New validation method to validate metadata file
Now we can use
dataherb validate
to validate the metadata file.
Metadata generation is easier for csv: Parse CSV columns
dataherb command line tool now automatically finds the data files and generate part of the metadata based on the files.
CSV files are automatically parsed.
0.0.2
use readme as long description