- Add matrix to test action
(
1ba5393
)
-
feat: add yield table for taeg sopron yield table
-
feat: delete DS Store files
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
- feat: add yield table for tree type Rotbuche
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
-
Add mkdocs.yml to Docker deployment (
7f0b042
) -
Add workflow to lint commits (
68babdd
) -
Set name property of commit-lint workflow (
8aa239c
)
- Describe columns in explorer
(
788e659
)
Co-authored-by: Lukas Bals [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
Co-authored-by: Maxim [email protected]
- Fix typo in yield table explorer
(
dbb9598
)
Co-authored-by: Maxim [email protected]
- Add tree type to meta data
(
e5fe129
)
The tree type can either be coniferous
or deciduous
.
- Fix age level for yield table 11
(
3cb56d6
)
- Remove TimberControl Database as source
(
963aed0
)
- Add header to yield table explorer
(
05703c4
)
- Update sources in meta data
(
923daea
)
- data: Add Lockow Birch yield table
(
1a88c60
)
- Remove duplicate yield tables from data
(
b3bf908
)
BREAKING CHANGE: Remove duplicate yield tables from data
The yield tables with ID 95, 96, 97 and 98 are removed, because they are duplicates of the yield tables with ID 88, 89, 90 and 91.
- Remove duplicate yield tables from data
- Set up cross origin resource sharing
(
b598b3f
)
- Build package in test workflow
(
2a4a396
)
-
Add badges to the README.md and add license to pyproject.toml (
1faa9ce
) -
Add index page for api (
d24d826
) -
Add link to PyPI in documentation (
e0ed0b9
) -
Add project meta data (
9883f5a
) -
Add Readthedocs badge to readme (
f861ab0
) -
Fix broken link in readme (
ff01189
) -
Fix getting started (
101001d
) -
Remove routes from API index page (
2740822
) -
Setup Readthedocs deploy (
fa95be7
) -
Update start page (
55bdc16
) -
Update the company type of Tree.ly in the license (
6eb999e
) -
Use absolute link in README in order to work on PyPI (
14d15f0
)
- Rename get_yield_table_data function
(
f7f1742
)
BREAKING CHANGE: Rename get_yield_table_data function
To be consistent the get_yield_table_data function is renamed to get_yield_table since the function returns the full YieldTable and not only the data. Additionally, the YieldTable model has been updated to contain an object of data instead an array of data since the array always only contained one entry.
- Rename get_yield_table_data function