Skip to content

Commit 3349d39

Browse files
author
doruk.ozturk
committed
Add public schools layer
1 parent 20c2ebf commit 3349d39

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

ansible/roles/dataqs/templates/dataq_settings.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,13 @@
257257
'table': 'private_schools',
258258
'sld': 'point',
259259
'description': 'This dataset represents private schools composed of all private elementary and secondary education features in the United States as defined by the Private School Universe Survey (PSS), National Center for Education Statistics, US Department of Education. This includes all kindergarten through 12th grade schools as tracked by the PSS. This feature class contains all MEDS/MEDS+ attributes as approved by NGA. For each field, the 'Not Available' and NULL designations are used to indicate that the data for the particular record and field is currently unavailable and will be populated when and if that data becomes available.'
260+
},
261+
{
262+
'name': 'Public Schools',
263+
'url': 'https://hifld-dhs-gii.opendata.arcgis.com/datasets/1f74a16c80e949c0adfd7866684b83c5_0.geojson',
264+
'table': 'public_schools',
265+
'sld': 'point',
266+
'description': 'This Public Schools feature dataset is composed of all Public elementary and secondary education facilities in the United States as defined by the Common Core of Data(CCD, https://nces.ed.gov/ccd/ ), National Center for Education Statistics (NCES, https://nces.ed.gov ), US Department of Education for the 2012-2013 school year. This includes all Kindergarten through 12th grade schools as tracked by the Common Core of Data. Included in this dataset are military schools in US territories and referenced in the city field with an APO or FPO address. DOD schools represented in the NCES data that are outside of the United States or US territories have been omitted. This shapefile contains all MEDS/MEDS+ as approved by NGA. Complete field and attribute information is available in the ”Entities and Attributes” metadata section. Geographical coverage is depicted in the thumbnail above and detailed in the Place Keyword section of the metadata. This shapefile does not have a relationship class.'
260267
}
261268
]
262269

dataqs/hifld/hifld.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ class HIFLDProcessor(GeoDataProcessor):
5656
'veterans_health_administration_medical_facilities': 'category:Public Health',
5757
'major_sport_venues': 'category:Public Venues',
5858
'day_care_centers': 'category:Education',
59-
'private_schools': 'category:Education'
59+
'private_schools': 'category:Education',
60+
'public_schools': 'category:Education'
6061
}
6162

6263
def __init__(self, layers=None):

0 commit comments

Comments
 (0)