Summer Food Service Program (SFSP) and Seamless Summer Option (SSO) - Meal Count Information - Program Period 2020-2021
<b><a href=https://form.jotform.com/212795081587163 target="_blank">Help us provide the most useful data by completing our ODP User Feedback Survey for Summer Meal Programs Data</a></b><p>
<b>About the Dataset</b><br>
This dataset combines basic meals served data from the Summer Food Service Program (SFSP) and Seamless Summer Option (SSO) Meal Count datasets currently published on the Texas Open Data Portal for 2020-2021 summer meal program operation.<p>
In March 2020, USDA began allowing flexibility in nutrition assistance program policies in order to support continued meal access should the coronavirus pandemic (COVID-19) impact meal service operation. This included allowing School Nutrition Program participants to use Summer Food Service Program (SFSP) and Seamless Summer Option (SSO) to serve meals during the school year. Sites participating in these flexibilities are indicated in the <b><i>COVID Meal Site</b></i> column of this dataset. For more information on the waivers implemented for this purpose, please visit our website at <a href=http://www.SquareMeals.org target=""_blank"">SquareMeals.org</a>. <p>
An overview of <b>all Summer Meal Program data available</b> on the Texas Open Data Portal can be found at our <b><u><a href=https://data.texas.gov/stories/s/52en-tt82 target=""""_blank"""">TDA Data Overview - Summer Meals Programs</a></b> </u>page.<p>
An overview of <b>all TDA Food and Nutrition data available</b> on the Texas Open Data Portal can be found at our <b><u><a href=https://data.texas.gov/stories/s/TDA-Data-Overview-Food-and-Nutrition-Programs-Open/nk79-w2cs/ target=""""_blank"""">TDA Data Overview - Food and Nutrition Open Data</a></b></u> page. <p>
<b>About Dataset Updates</b><br>
Data is updated regularly during the active program season. A final data update will occur at least six months from the close of the active program season after which data will remain published, but static.<p>
<b>About the Agency</b><br>
The Texas Department of Agriculture administers 12 U.S. Department of Agriculture nutrition programs in Texas including the National School Lunch and School Breakfast Programs, the Child and Adult Care Food Program (CACFP), and summer meal programs. TDA’s Food and Nutrition division provides technical assistance and training resources to partners operating the programs and oversees the USDA reimbursements they receive to cover part of the cost associated with serving food in their facilities. By working to ensure these partners serve nutritious meals and snacks, the division adheres to its mission — <i>Feeding the Hungry and Promoting Healthy Lifestyles.</i><p>
<i><b>For more information on these programs, please visit us at <u><a href=http://www.SquareMeals.org target=""""_blank"""">SquareMeals.org</a>.</b></i></u><br>
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"texas-gov/summer-food-service-program-sfsp-and-seamless-8tne-ysan\".\"summer_food_service_program_sfsp_and_seamless\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.