-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.zenodo.json
More file actions
23 lines (18 loc) · 762 Bytes
/
.zenodo.json
File metadata and controls
23 lines (18 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"creators": [
{
"name": "Rösner, Benjamin",
"affiliation": "Laboratory for Climatology and Remote Sensing (LCRS)",
"orcid": "0000-0002-5803-3548"
},
{
"name": "Egli, Sebastian",
"affiliation": "Laboratory for Climatology and Remote Sensing (LCRS)",
"orcid": "0000-0003-4050-226X"
}
],
"license": "MIT",
"title": "Textory: Windowed statistics for arrays.",
"description": "Textory is a Python package which allows calculation of windowed statistics on array like structures which can be used as image texture features in machine learning applications.",
"keywords": ["Python", "image textures", "machine learning"]
}