chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-07-10 18:26:31 +02:00
parent a190597905
commit 087e639020
382 changed files with 29496 additions and 2675 deletions

View file

@ -13,14 +13,17 @@ import { ServerSourceInfo } from "../../Models/SourceOverview"
export class PlantNetDetectionViz extends SpecialVisualizationSvelte {
funcName = "plantnet_detection"
needsUrls: ServerSourceInfo[] = [<ServerSourceInfo>{ url : PlantNetCode.baseUrl,
description: "Planet provides an API that, based on images, detects a plant species",
category: "feature",
openData: true,
selfhostable: "unknown",
trigger:["specific_feature", "specific_theme", "clear_consent"],
moreInfo: ["https://plantnet.org","https://github.com/plantnet"]
}]
needsUrls: ServerSourceInfo[] = [
<ServerSourceInfo>{
url: PlantNetCode.baseUrl,
description: "Planet provides an API that, based on images, detects a plant species",
category: "feature",
openData: true,
selfhostable: "unknown",
trigger: ["specific_feature", "specific_theme", "clear_consent"],
moreInfo: ["https://plantnet.org", "https://github.com/plantnet"],
},
]
group = "data_import"
docs =