Created
September 2, 2023 11:00
-
-
Save aminembarki/11c9e406d4d3f634acf24056496c2906 to your computer and use it in GitHub Desktop.
π± Permaculture chatgpt Prompt Idea
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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