Skip to content

Instantly share code, notes, and snippets.

@reedjones
Last active December 13, 2023 21:56
Show Gist options
  • Save reedjones/b7ab03d777c036d048e54448fe826b56 to your computer and use it in GitHub Desktop.
Save reedjones/b7ab03d777c036d048e54448fe826b56 to your computer and use it in GitHub Desktop.
Prompt: Abandoned buildings suitable for living ([Location] | ([In City] [[State]]))
--- 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