geosnap.io.store_nces

geosnap.io.store_nces(years='all', dataset='all', data_dir='auto')[source]
Save NCES data to the local geosnap storage.

Each year is about 1GB.

Parameters:
yearslist (optional)

subset of years to collect. Pass ‘all’ (default) to fetch every available vintage.

datasetstr in {“sabs”, “districts”, “schools”}

which dataset to store. Defaults to “all” which include all three

Returns:
None

Data will be available in the geosnap.data.datasets and will be used in place of streaming data for all census queries.