Last active
December 13, 2023 21:56
-
-
Save reedjones/b7ab03d777c036d048e54448fe826b56 to your computer and use it in GitHub Desktop.
Prompt: Abandoned buildings suitable for living ([Location] | ([In City] [[State]]))
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
--- PROMPT TEMPLATE | |
"abandoned" or "vacant" buildings | |
in {CITY} {STATE}, | |
that could meet a basic human shelter requirements list: | |
{HUMAN_SHELTER_REQUIREMENTS_LIST} | |
specific provenance documentation, | |
parcel data, GIS data | |
Ensure Constraints ( | |
Sources( | |
{SOURCE_CONSTRAINTS} | |
) | |
) | |
--- | |
--- EXAMPLE ARGS | |
CITY: Oakland | |
STATE: California | |
HUMAN_SHELTER_REQUIREMENTS_LIST: - shelter from elements (eg structure), | |
- utilities near by or direct access to water, electricity. | |
SOURCE_CONSTRAINTS: | |
negative tags : travel, cnn, fox | |
positive domains : .gov | |
positive tags : CENCUS, GIS, COUNTY, PV, DAT, '<', data | |
--- | |
--- EXAMPLE PROMPT | |
"abandoned" or "vacant" buildings | |
in Oakland California, | |
that could meet a basic human shelter requirements list: | |
- shelter from elements (eg structure), | |
- utilities near by or direct access to water, electricity. | |
specific provenance documentation, | |
parcel data, GIS data | |
Ensure Constraints ( | |
Sources( | |
# - tags: travel, cnn, fox | |
$ + domains: .gov | |
# + tags: CENUS, GIS, COUNTY, DAT, '<', data. | |
) | |
) | |
--- | |
--- PROMPT DESCRIPTION | |
Use this prompt to find empty buildings in an area suitable for squating | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment