From 678e7ef18d6c1f98c00c6761476ab43a925af841 Mon Sep 17 00:00:00 2001 From: Ainali Date: Thu, 22 Jul 2021 10:59:21 +0200 Subject: [PATCH 1/8] Add DPG: An Open Multipurpose Extensible Aerial Platform Works towards #555 ( created with https://github.com/ericherman/dpg-csv-to-json ) Co-authored-by: Eric Herman --- ...ltipurpose-extensible-aerial-platform.json | 90 +++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 digitalpublicgoods/an-open-multipurpose-extensible-aerial-platform.json diff --git a/digitalpublicgoods/an-open-multipurpose-extensible-aerial-platform.json b/digitalpublicgoods/an-open-multipurpose-extensible-aerial-platform.json new file mode 100644 index 000000000..02a1cb156 --- /dev/null +++ b/digitalpublicgoods/an-open-multipurpose-extensible-aerial-platform.json @@ -0,0 +1,90 @@ +{ + "name": "An Open Multipurpose Extensible Aerial Platform", + "clearOwnership": { + "isOwnershipExplicit": "Yes", + "copyrightURL": "https://www.unicefinnovationfund.org/portfolio" + }, + "platformIndependence": { + "mandatoryDepsCreateMoreRestrictions": "No", + "isSoftwarePltIndependent": "", + "pltIndependenceDesc": "" + }, + "documentation": { + "isDocumentationAvailable": "Yes", + "documentationURL": [ + "https://github.com/team-asr" + ] + }, + "NonPII": { + "collectsNonPII": "No", + "checkNonPIIAccessMechanism": "", + "nonPIIAccessMechanism": "" + }, + "privacy": { + "isPrivacyCompliant": "Yes", + "privacyComplianceList": [ + "International drone laws set out in the jurisdictions of operation as per the international and domestic laws below." + ], + "adherenceSteps": [ + "The Kenya Civil Aviation Authority Rules on Remotely Piloted Aerial Systems: https://www.kcaa.or.ke/safety-%26-security-oversight/unmanned-aircraft-systems", + "", + "The Federal Aviation Administration rules on Unmanned Aerial Systems: https://www.faa.gov/uas/commercial_operators/" + ] + }, + "standards": { + "supportStandards": "No", + "standardsList": [ + "" + ], + "evidenceStandardSupport": [ + "" + ], + "implementBestPractices": "Unknown", + "bestPracticesList": [ + "" + ] + }, + "doNoHarm": { + "preventHarm": { + "stepsToPreventHarm": "Yes", + "additionalInfoMechanismProcessesPolicies": "ASR has restricted its drone applications to larger well know and vetted institutions including NGOs and Governments recognized by the United Nations for service provision to avoid its drone technology from being deployed in military or related conflict work that does harm." + }, + "dataPrivacySecurity": { + "collectsPII": "No", + "typesOfDataCollected": [ + "" + ], + "thirdPartyDataSharing": "Unknown", + "dataSharingCircumstances": [ + "" + ], + "ensurePrivacySecurity": "Unknown", + "privacySecurityDescription": "" + }, + "inappropriateIllegalContent": { + "collectStoreDistribute": "No", + "type": "", + "illegalContentDetection": "No", + "illegalContentDetectionMechanism": "" + }, + "protectionFromHarassment": { + "userInteraction": "No", + "addressSafetySecurityUnderageUsers": "No", + "stepsAddressRiskPreventSafetyUnderageUsers": [ + "" + ], + "griefAbuseHarassmentProtection": "Unknown", + "harassmentProtectionSteps": [ + "" + ] + } + }, + "locations": { + "developmentCountries": [ + "Kenya" + ], + "deploymentCountries": [ + "Kenya" + ] + } +} From a48d18bdf915ac57b00fe0c8f524587722638cc3 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Wed, 1 Sep 2021 14:11:16 +0300 Subject: [PATCH 2/8] Update privacy indicator & adherence steps --- ...aerial-platform.json => open-drone-suite.json} | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) rename digitalpublicgoods/{an-open-multipurpose-extensible-aerial-platform.json => open-drone-suite.json} (84%) diff --git a/digitalpublicgoods/an-open-multipurpose-extensible-aerial-platform.json b/digitalpublicgoods/open-drone-suite.json similarity index 84% rename from digitalpublicgoods/an-open-multipurpose-extensible-aerial-platform.json rename to digitalpublicgoods/open-drone-suite.json index 02a1cb156..e06684bff 100644 --- a/digitalpublicgoods/an-open-multipurpose-extensible-aerial-platform.json +++ b/digitalpublicgoods/open-drone-suite.json @@ -1,5 +1,5 @@ { - "name": "An Open Multipurpose Extensible Aerial Platform", + "name": "Open Drone Suite", "clearOwnership": { "isOwnershipExplicit": "Yes", "copyrightURL": "https://www.unicefinnovationfund.org/portfolio" @@ -23,11 +23,12 @@ "privacy": { "isPrivacyCompliant": "Yes", "privacyComplianceList": [ - "International drone laws set out in the jurisdictions of operation as per the international and domestic laws below." + "International drone laws set out in the jurisdictions of operation as per the international and domestic laws below:", + "The Kenya Civil Aviation Authority Rules on Remotely Piloted Aerial Systems", + "The Federal Aviation Administration rules on Unmanned Aerial Systems" ], "adherenceSteps": [ "The Kenya Civil Aviation Authority Rules on Remotely Piloted Aerial Systems: https://www.kcaa.or.ke/safety-%26-security-oversight/unmanned-aircraft-systems", - "", "The Federal Aviation Administration rules on Unmanned Aerial Systems: https://www.faa.gov/uas/commercial_operators/" ] }, @@ -54,7 +55,7 @@ "typesOfDataCollected": [ "" ], - "thirdPartyDataSharing": "Unknown", + "thirdPartyDataSharing": "No", "dataSharingCircumstances": [ "" ], @@ -64,16 +65,16 @@ "inappropriateIllegalContent": { "collectStoreDistribute": "No", "type": "", - "illegalContentDetection": "No", + "illegalContentDetection": "", "illegalContentDetectionMechanism": "" }, "protectionFromHarassment": { "userInteraction": "No", - "addressSafetySecurityUnderageUsers": "No", + "addressSafetySecurityUnderageUsers": "", "stepsAddressRiskPreventSafetyUnderageUsers": [ "" ], - "griefAbuseHarassmentProtection": "Unknown", + "griefAbuseHarassmentProtection": "", "harassmentProtectionSteps": [ "" ] From 0117e7e8680923417dd4a591fdd3d7ceabb5cdce Mon Sep 17 00:00:00 2001 From: Nathan Baleeta Date: Mon, 6 Sep 2021 14:32:59 +0300 Subject: [PATCH 3/8] Update clear ownership indicator --- digitalpublicgoods/open-drone-suite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitalpublicgoods/open-drone-suite.json b/digitalpublicgoods/open-drone-suite.json index e06684bff..88c7e0de9 100644 --- a/digitalpublicgoods/open-drone-suite.json +++ b/digitalpublicgoods/open-drone-suite.json @@ -2,7 +2,7 @@ "name": "Open Drone Suite", "clearOwnership": { "isOwnershipExplicit": "Yes", - "copyrightURL": "https://www.unicefinnovationfund.org/portfolio" + "copyrightURL": "https://as-research.org/open-drone-project/" }, "platformIndependence": { "mandatoryDepsCreateMoreRestrictions": "No", From 1185f99c295520865474f8d139e03b07fbcb4895 Mon Sep 17 00:00:00 2001 From: Nathan Baleeta Date: Mon, 6 Sep 2021 14:36:11 +0300 Subject: [PATCH 4/8] Update documentation indicator --- digitalpublicgoods/open-drone-suite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitalpublicgoods/open-drone-suite.json b/digitalpublicgoods/open-drone-suite.json index 88c7e0de9..7acb0268e 100644 --- a/digitalpublicgoods/open-drone-suite.json +++ b/digitalpublicgoods/open-drone-suite.json @@ -12,7 +12,7 @@ "documentation": { "isDocumentationAvailable": "Yes", "documentationURL": [ - "https://github.com/team-asr" + "https://github.com/team-asr/open-drone/blob/main/README.md" ] }, "NonPII": { From 37775b03a18371bdc4c544afdec55a412a589ca5 Mon Sep 17 00:00:00 2001 From: Nathan Baleeta Date: Mon, 6 Sep 2021 14:51:00 +0300 Subject: [PATCH 5/8] Update standards list --- digitalpublicgoods/open-drone-suite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/digitalpublicgoods/open-drone-suite.json b/digitalpublicgoods/open-drone-suite.json index 7acb0268e..d017cfaa5 100644 --- a/digitalpublicgoods/open-drone-suite.json +++ b/digitalpublicgoods/open-drone-suite.json @@ -33,12 +33,12 @@ ] }, "standards": { - "supportStandards": "No", + "supportStandards": "Yes", "standardsList": [ - "" + "JPEG & TIFF" ], "evidenceStandardSupport": [ - "" + "https://github.com/team-asr/od-Data/" ], "implementBestPractices": "Unknown", "bestPracticesList": [ From 16c3e02de6bad24ed5aa95cdd3837cf7bd16ff8e Mon Sep 17 00:00:00 2001 From: Nathan Baleeta Date: Mon, 6 Sep 2021 14:53:01 +0300 Subject: [PATCH 6/8] Update data privacy & security indicator --- digitalpublicgoods/open-drone-suite.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/digitalpublicgoods/open-drone-suite.json b/digitalpublicgoods/open-drone-suite.json index d017cfaa5..c80928476 100644 --- a/digitalpublicgoods/open-drone-suite.json +++ b/digitalpublicgoods/open-drone-suite.json @@ -59,8 +59,8 @@ "dataSharingCircumstances": [ "" ], - "ensurePrivacySecurity": "Unknown", - "privacySecurityDescription": "" + "ensurePrivacySecurity": "Yes", + "privacySecurityDescription": "On our Data repository, we have included a section on data privacy, https://github.com/team-asr/od-Data/, as well as included a link on our Data Protection and Privacy Policy, https://as-research.org/data-and-privacy/" }, "inappropriateIllegalContent": { "collectStoreDistribute": "No", From 0c1bb9b0daae917bd158b06f2a3bc074dd3a98cf Mon Sep 17 00:00:00 2001 From: Nathan Baleeta Date: Mon, 6 Sep 2021 14:55:26 +0300 Subject: [PATCH 7/8] Update best practices list --- digitalpublicgoods/open-drone-suite.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/digitalpublicgoods/open-drone-suite.json b/digitalpublicgoods/open-drone-suite.json index c80928476..3c7278f34 100644 --- a/digitalpublicgoods/open-drone-suite.json +++ b/digitalpublicgoods/open-drone-suite.json @@ -40,9 +40,9 @@ "evidenceStandardSupport": [ "https://github.com/team-asr/od-Data/" ], - "implementBestPractices": "Unknown", + "implementBestPractices": "Yes", "bestPracticesList": [ - "" + "OGC Best Practices for improving access to geospatial systems (https://as-research.org/standards/)" ] }, "doNoHarm": { From d9906c059bd380a2e3c220491aecdafa26f3add6 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Tue, 7 Sep 2021 20:58:56 +0300 Subject: [PATCH 8/8] Update status from nominee to DPG --- nominees/open-drone-suite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nominees/open-drone-suite.json b/nominees/open-drone-suite.json index da9ef3fdd..a968d9ce8 100644 --- a/nominees/open-drone-suite.json +++ b/nominees/open-drone-suite.json @@ -43,5 +43,5 @@ "org_type": "funder" } ], - "stage": "nominee" + "stage": "DPG" }