Skip to content

Instantly share code, notes, and snippets.

@aminembarki
Created September 2, 2023 11:00
Show Gist options
  • Save aminembarki/11c9e406d4d3f634acf24056496c2906 to your computer and use it in GitHub Desktop.
Save aminembarki/11c9e406d4d3f634acf24056496c2906 to your computer and use it in GitHub Desktop.
🌱 Permaculture chatgpt Prompt Idea
Given the specific land details and goals in the provided JSON, can you offer a detailed permaculture design, including soil preparation, irrigation strategies, and the integration of native plants for a sustainable ecosystem in Oujda, Morocco?
finally draw ascii schema
{
"landDetails": {
"area": "3 hectares",
"location": "Oujda, Morocco",
"coordinates": {
"NW": [34.12345, -6.54321],
"NE": [34.12345, -6.54300],
"SE": [34.12320, -6.54300],
"SW": [34.12320, -6.54321]
},
"currentFeatures": {
"structures": [{"type": "home", "coordinates": [34.12330, -6.54310]}],
"waterSources": [{"type": "well", "coordinates": [34.12335, -6.54315]}],
"elevatedAreas": [{"coordinates": [34.12340, -6.54320], "description": "small hill"}],
"vegetation": [{"type": "forest", "coordinates": [34.12325, -6.54305]}]
}
},
"goals": ["food production", "recreation", "sustainability"],
"plantPreferences": {
"desiredPlants": ["olive trees", "mint"],
"undesiredPlants": ["eucalyptus"]
},
"zones": {
"preferredLocations": {"recreation": "near home"}
},
"regionalNativePlants": ["Bni Znassen region"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment