climate-service-center / index_calculator

Calculate climate indicators based on xclim
https://index-calculator.readthedocs.io
MIT License
1 stars 5 forks source link

Two different licenses #50

Open ludwiglierhammer opened 2 weeks ago

ludwiglierhammer commented 2 weeks ago

index_calculator is published under two different licenses.

I think we should consider changing the license on zenodo.

pyhomogenize has the same issue.

larsbuntemeyer commented 5 days ago

Thanks! I think we should add a .zenodo.json configuration, e.g.

{
  "creators": [
    {
      "affiliation": "Helmholtz-Zentrum Hereon",
      "name": "Ludwig Lierhammer",
      "orcid": "0000-0002-7207-0003"
    }
  ],
  "keywords": [
    "xclim",
    "xarray",
    "climate indicator"
  ],
  "license": "MIT",
  "upload_type": "software",
  "access_right": "open"
}
ludwiglierhammer commented 4 days ago

I think this would solve the issue. Would you add the file?