-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
91 lines (90 loc) · 1.66 KB
/
config.toml
File metadata and controls
91 lines (90 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
for-data-providers = [
"pystac",
"stac-validator",
"stactools",
"stac-check",
"stac-node-validator",
"stac-migrate",
"stac-fields",
"stac4s",
"stac-crosswalks",
"rustac",
"stac-geoparquet-data",
]
for-developers = [
"pystac",
"stac-pydantic",
"stac-fastapi",
"stac-fastapi-elasticsearch-opensearch",
"stac-fastapi-sqlalchemy",
"stac-fastapi-pgstac",
"stac-fastapi-geoparquet",
"stac-api-validator",
"titiler-pgstac",
"stac-geoparquet",
"stac-task",
"stac-server",
"stac-migrate",
"stac-fields",
"stac4s",
"stac-index",
"pgstac",
"rustac",
"rustac-py",
]
for-data-users = [
"pystac",
"stac-validator",
"pystac-client",
"xstac",
"xpystac",
"stac-asset",
"stac-geoparquet",
"stac-fields",
"stac4s",
"stac-index",
"rustac",
"stac-terminal",
"stac-layer",
"qgis-stac-plugin",
"rustac-py",
]
[categories]
python = [
"pystac",
"pystac-client",
"stac-fastapi",
"stac-fastapi-pgstac",
"stac-fastapi-elasticsearch-opensearch",
"stac-fastapi-sqlalchemy",
"stac-fastapi-geoparquet",
"stactools",
"stac-geoparquet",
"stac-pydantic",
"stac-asset",
"stac-validator",
"stac-check",
"stac-api-validator",
"stac-task",
"titiler-pgstac",
"xpystac",
"xstac",
"rustac-py",
]
javascript = [
"stac-fields",
"stac-server",
"stac-node-validator",
"stac-migrate",
]
other = [
"stac-index",
"pgstac",
"qgis-stac-plugin",
"rustac",
"stac-layer",
"stac4s",
"stac-terminal",
"stac-crosswalks",
"stac-geoparquet-data",
]