Baselight

Homeless Shelter Locations

District of Columbia

@usgov.district_of_columbia_homeless_shelter_locations

About this Dataset

Homeless Shelter Locations

The dataset contains locations and attributes of Homeless Shelters, created as part of the DC Geographic Information System (DC GIS) for the D.C. Office of the Chief Technology Officer (OCTO) and participating D.C. government agencies. A database provided by the Department of Human Services identified Homeless Shelter locations.
Organization: District of Columbia
Last updated: 2024-04-30T18:57:08.832437
Tags: dhs, dhshack, district-of-columbia, health, homeless, homeless-shelter, public-service, shelter, washington-dc

Tables

Table 1

@usgov.district_of_columbia_homeless_shelter_locations.table_1
  • 27.04 KB
  • 19 rows
  • 34 columns
Loading...

CREATE TABLE table_1 (
  "x" DOUBLE,
  "y" DOUBLE,
  "name" VARCHAR,
  "address" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "zipcode" BIGINT,
  "ward" VARCHAR,
  "owner_renter" VARCHAR,
  "provider" VARCHAR,
  "type" VARCHAR,
  "subtype" VARCHAR,
  "status" VARCHAR,
  "number_of_beds" BIGINT,
  "on_site_medical_clinic" VARCHAR,
  "dgs_confirmed" VARCHAR,
  "dhs_confirmed" VARCHAR,
  "already_public_information" VARCHAR,
  "last_updated_by_dhs" TIMESTAMP,
  "publish_to_odp" VARCHAR,
  "ages_served" VARCHAR,
  "how_to_access" VARCHAR,
  "lgbtq_focused" VARCHAR,
  "xcoord" DOUBLE,
  "ycoord" DOUBLE,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "web_url" VARCHAR,
  "mar_id" BIGINT,
  "gis_id" VARCHAR,
  "globalid" VARCHAR,
  "created" TIMESTAMP,
  "edited" TIMESTAMP,
  "objectid" BIGINT
);