Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

identify projects overlap with Indigenous land #408

Closed
odscjen opened this issue Oct 24, 2023 · 4 comments · Fixed by #448
Closed

identify projects overlap with Indigenous land #408

odscjen opened this issue Oct 24, 2023 · 4 comments · Fixed by #448
Assignees
Milestone

Comments

@odscjen
Copy link
Contributor

odscjen commented Oct 24, 2023

Background

This issue relates to the following CoST IDS elements proposed in the CoST IDS/OC4IDS review:

Indigenous land

Indigenous land

Module: Social
Indicator: Indigenous populations

Disclosure format

Identify whether the project is located or cut through indigenous land. Use the information at the LandMark – Global Platform of Indigenous and Community Lands on both databases Indigenous Lands Acknowledged by Government and Not Acknowledged by Government (customary tenure or with formal land claim submitted) to disclose the information.

OC4IDS mapping

Project level: If the project is located or cut through indigenous land: 1. Set .social.indigenousLand to true 2 Add a Location object to the .locations array, set its .id incrementally and set its description to “Indigenous land: ()” substituting and for the name and land category from the Landmark database. If the project is not located or cut through indigenous land, set .social.indigenousLand to false.

Proposal

Add a boolean inIndigenousLand field to the new social object (see #403).

Add the following fields and objects:

Path Title Description Type (format) Codelist
social.inIndigenousLand In Indigenous land Whether the project is located in or cuts through Indigenous land. boolean -

Example

{ 
 "social": { 
   "inIndigenousLand": true 
 }, 
 "locations": [ 
   { 
 	"id": "1", 
 	"description": "Indigenous land: Section 1 Block III Rowallan Survey District (Maori Freehold Land)" 
   } 
 ] 
} 

Sources

cc @EvelynDinora

@odscjen
Copy link
Contributor Author

odscjen commented Oct 31, 2023

@jpmckinney do you have any objections to this proposal?

@jpmckinney
Copy link
Member

Looks good!

@odscjen
Copy link
Contributor Author

odscjen commented Oct 31, 2023

previously agreed with CoST offline so moving to Agreed cc @EvelynDinora @mgraca-prado

@odscjen odscjen moved this from Under discussion to Agreed in OC4IDS 0.9.4 Oct 31, 2023
@odscjen odscjen moved this from Agreed to In Progress in OC4IDS 0.9.4 Nov 21, 2023
@odscjen odscjen assigned odscjen and unassigned odscjen Nov 21, 2023
@odscjen odscjen moved this from In Progress to Agreed in OC4IDS 0.9.4 Nov 21, 2023
@odscjen
Copy link
Contributor Author

odscjen commented Nov 21, 2023

wait until #428 has been merged before creating PR as it contains the parent social object.

@odscjen odscjen self-assigned this Nov 24, 2023
@odscjen odscjen moved this from Agreed to Review in progress in OC4IDS 0.9.4 Nov 24, 2023
@github-project-automation github-project-automation bot moved this from Review in progress to Done in OC4IDS 0.9.4 Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
3 participants