Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tools/info for TUEWAS Asia project (part 1) #21

Merged
merged 34 commits into from
Oct 8, 2024
Merged

Commits on Jul 10, 2024

  1. Add stub files, docs for .ipcc

    khaeru committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e6fddbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d94447 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Expand docs

    khaeru committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a3b1273 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    bc68ede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fa15a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ff4731 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Add IPCC 2006 concept scheme

    khaeru committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    343218c View commit details
    Browse the repository at this point in the history
  2. Add doc/howto/metadata

    khaeru committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    03ba34c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0a32ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae31d9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    828ff63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3aec7a View commit details
    Browse the repository at this point in the history
  7. Add tests of reading metadata, writing template

    - Add Git LFS configuration, .gitattributes.
    - Add metadata specimen.
    - Clone LFS files in "pytest" CI workflow.
    khaeru committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3059f2f View commit details
    Browse the repository at this point in the history
  8. Revert "Work around actions/setup-python#696"

    This reverts commit 1bf3b9b.
    khaeru committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    af91ca7 View commit details
    Browse the repository at this point in the history
  9. Implement get_agencies() hook using pluggy

    - Add pluggy to dependencies.
    - Define get_agencies() hook spec.
    - Rename get_agency() to get_agencies() everywhere.
    - Use hooks in .org.get_agencyscheme()
    khaeru committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    355d8f1 View commit details
    Browse the repository at this point in the history
  10. Improve .org.metadata

    - Add get_cs_common()
    - Add getdefault()
    - Add parse_dimension()
    - Add summarize_metadatareport()
    - Add update_dimension_descriptor()
    khaeru committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    468465c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c74b88a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1fcee24 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    18f1254 View commit details
    Browse the repository at this point in the history
  14. Improve report generation

    - Add .report.Report ABC for reports on data and metadata.
    - Add .util.docutils to customize behaviour of docutils ODT writing.
    - Add .util.jinja2 to collect handling of Jinja2 templates.
      - Move templates to data/template/…
      - Add metadata-2.rst template for ReST → ODT reporting.
      - Add odt-styles.xml to customize appearance of generated ODT.
    - Define TDC metadata reports in .metadata.report.
    - Update CLI, tests.
    - Add docutils to dependencies.
    - Add docutils, lxml stubs for mypy via pre-commit.
    khaeru committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    14becdc View commit details
    Browse the repository at this point in the history
  15. Adjust contains_data_for() for pycountry 24.6.1

    - Tolerate missing "common_name" attribute.
    khaeru committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    211c51d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    110be7d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a65c066 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cfa9c37 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0804282 View commit details
    Browse the repository at this point in the history
  20. Drop Python 3.8 support

    khaeru committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    684a36e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e824ad0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cf743ff View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9ce2e6f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f8a8327 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c860db1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d976e9f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    fdd3673 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    78f18c7 View commit details
    Browse the repository at this point in the history