Quick Stats Lite provides a more structured approach to get commonly requested statistics from our online database. Once the Potter N (2022). Looking for U.S. government information and services? A&T State University, in all 100 counties and with the Eastern Band of Cherokee Skip to 3. Before you get started with the Quick Stats API, become familiar with its Terms of Service and Usage. api key is in a file, you can use it like this: If you dont want to add the API key to a file or store it in your In this case, the NASS Quick Stats API works as the interface between the NASS data servers (that is, computers with the NASS survey data on them) and the software installed on your computer. An official website of the United States government. There are R packages to do linear modeling (such as the lm R package), make pretty plots (such as the ggplot2 R package), and many more. The chef is in the kitchen window in the upper left, the waitstaff in the center with the order, and the customer places the order. DSFW_Peanuts: Analysis of peanut DSFW from USDA-NASS databases. Secure .gov websites use HTTPSA It allows you to customize your query by commodity, location, or time period. lock ( Any opinions, findings, conclusions, or recommendations expressed in this publication are those of the authors and do not necessarily reflect the view of the U.S. Department of Agriculture. We also recommend that you download RStudio from the RStudio website. downloading the data via an R script creates a trail that you can revisit later to see exactly what you downloaded.It also makes it much easier for people seeking to . Source: National Drought Mitigation Center, The name in parentheses is the name for the same value used in the Quick Stats query tool. For example, we discuss an R package for downloading datasets from the NASS Quick Stats API in Section 6. The CDL is a crop-specific land cover classification product of more than 100 crop categories grown in the United States. organization in the United States. The latest version of R is available on The Comprehensive R Archive Network website. In file run_usda_quick_stats.py create the parameters variable that contains parameter and value pairs to select data from the Quick Stats database. Census of Agriculture Top The Census is conducted every 5 years. You might need to do extra cleaning to remove these data before you can plot. But you can change the export path to any other location on your computer that you prefer. S, R, and Data Science. Proceedings of the ACM on Programming Languages. Find more information at the following NC State Extension websites: Publication date: May 27, 2021 a list of parameters is helpful. nassqs_auth(key = NASS_API_KEY). Then we can make a query. The Comprehensive R Archive Network (CRAN), Weed Management in Nurseries, Landscapes & Christmas Trees, NC One of the main missions of organizations like the Comprehensive R Archive Network is to curate R packages and make sure their creators have met user-friendly documentation standards. While it does not access all the data available through Quick Stats, you may find it easier to use. There are times when your data look like a 1, but R is really seeing it as an A. request. Finally, you can define your last dataset as nc_sweetpotato_data. those queries, append one of the following to the field youd like to County level data are also available via Quick Stats. After running this line of code, R will output a result. The Quick Stats Database is the most comprehensive tool for accessing agricultural data published by NASS. capitalized. Now that youve cleaned the data, you can display them in a plot. Due to suppression of data, the United States Department of Agriculture. Accessed online: 01 October 2020. Its very easy to export data stored in nc_sweetpotato_data or sampson_sweetpotato_data as a comma-separated variable file (.CSV) in R. To do this, you can use the write_csv( ) function. NASS - Quick Stats Quick Stats database Back to dataset Quick Stats database Dynamic drill-down filtered search by Commodity, Location, and Date range, beginning with Census or Survey data. Harvesting its rich datasets presents opportunities for understanding and growth. Public domain information on the National Agricultural Statistics Service (NASS) Web pages may be freely downloaded and reproduced. An official website of the United States government. You can then visualize the data on a map, manipulate and export the results as an output file compatible for updating databases and spreadsheets, or save a link for future use. The following are some of the types of data it stores and makes available: NASS makes data available through CSV and PDF files, charts and maps, a searchable database, pre-defined queries, and the Quick Stats API. U.S. National Agricultural Statistics Service (NASS) Summary "The USDA's National Agricultural Statistics Service (NASS) conducts hundreds of surveys every year and prepares reports covering virtually every aspect of U.S. agriculture. Retrieve the data from the Quick Stats server. The CoA is collected every five years and includes demographics data on farms and ranches (CoA, 2020). Also, be aware that some commodity descriptions may include & in their names. Federal government websites often end in .gov or .mil. The Quick Stats Database is the most comprehensive tool for accessing agricultural data published by NASS. to automate running your script, since it will stop and ask you to All sampled operations are mailed a questionnaire and given adequate time to respond by NASS administers, manages, analyzes, and shares timely, accurate, and useful statistics in service to United States agriculture (NASS 2020). However, if you only knew English and tried to read the recipe in Spanish or Japanese, your favorite treat might not turn out very well. session. The second line of code above uses the nassqs_auth( ) function (Section 4) and takes your NASS_API_KEY variable as the input for the parameter key. In this publication, the word parameter refers to a variable that is defined within a function. # select the columns of interest Accessed: 01 October 2020. nc_sweetpotato_data_survey_mutate <- mutate(nc_sweetpotato_data_survey, harvested_sweetpotatoes_acres = as.numeric(str_replace_all(string = Value, pattern = ",", replacement = ""))) following: Subsetting by geography works similarly, looping over the geography Alternatively, you can query values The Census Data Query Tool (CDQT) is a web-based tool that is available to access and download table level data from the Census of Agriculture Volume 1 publication. Website: https://ask.usda.gov/s/, June Turner, Director Email: / Phone: (202) 720-8257, Find contact information for Regional and State Field Offices. key, you can use it in any of the following ways: In your home directory create or edit the .Renviron Programmatic access refers to the processes of using computer code to select and download data. and you risk forgetting to add it to .gitignore. Here is the most recent United States Summary and State Data (PDF, 27.9 MB), a statistical summary of the Census of Agriculture. USDA-NASS Quick Stats (Crops) WHEAT.pdf PDF 1.42 MB . Quick Stats Lite provides a more structured approach to get commonly requested statistics from our online database. Once in the tool please make your selection based on the program, sector, group, and commodity. To demonstrate the use of the agricultural data obtained with the Quick Stats API, I have created a simple dashboard in Tableau Public. Finally, it will explain how to use Tableau Public to visualize the data. The Python program that calls the NASS Quick Stats API to retrieve agricultural data includes these two code modules (files): Scroll down to see the code from the two modules. For docs and code examples, visit the package web page here . However, it is requested that in any subsequent use of this work, USDA-NASS be given appropriate acknowledgment. An open-standard file format that uses human-readable text to transmit data objects consisting of attribute-value pairs and array data types. The Comprehensive R Archive Network (CRAN). The National Agricultural Statistics Service (NASS) is part of the United States Department of Agriculture. However, ERS has no copies of the original reports. To improve data accessibility and sharing, the NASS developed a "Quick Stats" website where you can select and download data from two of the agency's surveys. The USDA-NASS Quick Stats API has a graphic interface here: https://quickstats.nass.usda.gov. The API request is the customers (your) food order, which the waitstaff wrote down on the order notepad. AG-903. reference_period_desc "Period" - The specic time frame, within a freq_desc. Within the mutate( ) function you need to remove commas in rows of the Value column that are 1000 acres or more (that is, you want 1000, not 1,000). Reference to products in this publication is not intended to be an endorsement to the exclusion of others which may have similar uses. The agency has the distinction of being known as The Fact Finders of U.S. Agriculture due to the abundance of . Once youve installed the R packages, you can load them. For this reason, it is important to pay attention to the coding language you are using. Corn stocks down, soybean stocks down from year earlier However, the NASS also allows programmatic access to these data via an application program interface as described in Section 2. multiple variables, geographies, or time frames without having to Statistics Service, Washington, D.C. URL: https://quickstats.nass.usda.gov [accessed Feb 2023] . R is an open source coding language that was first developed in 1991 primarily for conducting statistical analyses and has since been applied to data visualization, website creation, and much more (Peng 2020; Chambers 2020). Winter Wheat Seedings up for 2023, 12/13/22 NASS to publish milk production data in updated data dissemination format, 11/28/22 USDA-NASS Crop Progress report delayed until Nov. 29, 10/28/22 NASS reinstates Cost of Pollination survey, 09/06/22 NASS to review acreage information, 09/01/22 USDA NASS reschedules 2021 Conservation Practice Adoption Motivations data highlights release, 05/06/22 Respond Now to the 2022 Census of Agriculture, 08/05/20 The NASS Mission: We do it for you, 04/11/19 2017 Census of Agriculture Highlight Series Farms and Land in Farms, 04/11/19 2017 Census of Agriculture Highlight Series Economics, 04/11/19 2017 Census of Agriculture Highlight Series Demographics, 02/08/23 Crop Production (February 2023), 01/31/23 Cattle & Sheep and Goats (January 2023), 12/23/22 Quarterly Hogs and Pigs (December 2022), 12/15/22 2021 Certified Organics (December 2022), Talking About NASS - A guide for partners and stakeholders, USDA and NASS Anti-Harassment Policy Statement, REE Reasonable Accommodations and Personal Assistance Services, Safeguarding America's Agricultural Statistics Report and Video, Agriculture Counts - The Founding and Evolution of the National Agricultural Statistics Service 1957-2007, Hours: 7:30 a.m. - 4:00 p.m. Eastern Time Monday - Friday, except federal holidays Toll-Free: (800) 727-9540, Hours: 9:00 a.m. - 5:30 p.m. Eastern Time Monday - Friday, except federal holidays Toll-Free: (833) One-USDA The Quick Stats Database is the most comprehensive tool for accessing agricultural data published by NASS. Corn stocks down, soybean stocks down from year earlier On the other hand, if that person asked you to add 1 and 2, you would know exactly what to do. any place from which $1,000 or more of agricultural products were produced and sold, or normally would have been sold, during the year. To install packages, use the code below. A function in R will take an input (or many inputs) and give an output. Similar to above, at times it is helpful to make multiple queries and All of these reports were produced by Economic Research Service (ERS. Agricultural Commodity Production by Land Area. Filter lists are refreshed based upon user choice allowing the user to fine-tune the search. The Quick Stats Database is the most comprehensive tool for accessing agricultural data published by the USDA National Agricultural Statistics Service (NASS). provide an api key. After you have completed the steps listed above, run the program. If you use this function on the Value column of nc_sweetpotato_data_survey, R will return character, but you want R to return numeric. R Programming for Data Science. In R, you would write x <- 1. If youre not sure what spelling and case the NASS Quick Stats API uses, you can always check by clicking through the NASS Quick Stats website. Second, you will use the specific information you defined in nc_sweetpotato_params to make the API query. do. Then you can plot this information by itself. The rnassqs R package provides a simple interface for accessing the United States Department of Agriculture National Agricultural Statistics Service (USDA-NASS) 'Quick Stats' API. To improve data accessibility and sharing, the NASS developed a Quick Stats website where you can select and download data from two of the agencys surveys. In this publication we will focus on two large NASS surveys. These codes explain why data are missing. Share sensitive information only on official, The API will then check the NASS data servers for the data you requested and send your requested information back. The first line of the code above defines a variable called NASS_API_KEY and assigns it the string of letters and numbers that makes up the NASS Quick Stats API key you received from the NASS. https://data.nal.usda.gov/dataset/nass-quick-stats. The types of agricultural data stored in the FDA Quick Stats database. 2017 Ag Atlas Maps. The advantage of this # filter out census data, to keep survey data only You can then define this filtered data as nc_sweetpotato_data_survey. NASS conducts hundreds of surveys every year and prepares reports covering virtually every aspect of U.S. agriculture. Then you can use it coders would say run the script each time you want to download NASS survey data. Here is the format of the base URL that will be used in this articles example: http://quickstats.nass.usda.gov/api/api_GET/?key=api key&{parameter parameter}&format={json | csv | xml}. Access Quick Stats Lite . The last thing you might want to do is save the cleaned-up data that you queried from the NASS Quick Stats API. Columns for this particular dataset would include the year harvested, county identification number, crop type, harvested amount, the units of the harvested amount, and other categories. For Before coding, you have to request an API access key from the NASS. Rstudio, you can also use usethis::edit_r_environ to open That file will then be imported into Tableau Public to display visualizations about the data. of Agr - Nat'l Ag. # filter out Sampson county data In this case, the task is to request NASS survey data. You do this by using the str_replace_all( ) function. USDA-NASS. 4:84. There are at least two good reasons to do this: Reproducibility. You are also going to use the tidyverse package, which is called a meta-package because it is a package of packages that helps you work with your datasets easily and keep them tidy.. Because R is accessible to so many people, there is a great deal of collaboration and sharing of R resources, scripts, and knowledge. You can then visualize the data on a map, manipulate and export the results, or save a link for future use. Second, you will change entries in each row of the Value column so they are represented as a number, rather than a character. There are 2017 Census of Agriculture. A script includes a collection of code that, when taken together, defines a series of steps the coder wants his or her computer to carry out. To cite rnassqs in publications, please use: Potter NA (2019). nassqs does handles Washington and Oregon, you can write state_alpha = c('WA', Do this by right-clicking on the file name in Solution Explorer and then clicking [Set as Startup File] from the popup menu. The site is secure. The rnassqs package also has a Click the arrow to access Quick Stats. Then, it will show you how to use Python to retrieve agricultural data with the NASS Quick Stats API. While there are three types of API queries, this tutorial focuses on what may be the most flexible, which is the GET /api/api_GET query. 2020. Queries that would return more records return an error and will not continue. Before you make a specific API query, its best to see whether the data are even available for a particular combination of parameters. Its recommended that you use the = character rather than the <- character combination when you are defining parameters (that is, variables inside functions). Data request is limited to 50,000 records per the API. You can then visualize the data on a map, manipulate and export the results, or save a link for future use. Cooperative Extension is based at North Carolina's two land-grant institutions, An introductory tutorial or how to use the National Agricultural Statistics Service (NASS) Quickstats tool can be found on their website. The API response is the food made by the kitchen based on the written order from the customer to the waitstaff. This article will show you how to use Python to retrieve agricultural data with the NASS Quick Stats API. The author. Tableau Public is a free version of the commercial Tableau data visualization tool. In the example shown below, I selected census table 1 Historical Highlights for the state of Minnesota from the 2017 Census of Agriculture. nassqs_auth(key = "ADD YOUR NASS API KEY HERE"). Prior to using the Quick Stats API, you must agree to the NASS Terms of Service and obtain an API key. You can also refer to these software programs as different coding languages because each uses a slightly different coding style (or grammar) to carry out a task. nass_data: Get data from the Quick Stats query In usdarnass: USDA NASS Quick Stats API Description Usage Arguments Value Examples Description Sends query to Quick Stats API from given parameter values. Coding is a lot easier when you use variables because it means you dont have to remember the specific string of letters and numbers that defines your unique NASS Quick Stats API key. After running these lines of code, you will get a raw data output that has over 1500 rows and close to 40 columns. You will need this to make an API request later. query. You can read more about tidy data and its benefits in the Tidy Data Illustrated Series. Have a specific question for one of our subject experts? at least two good reasons to do this: Reproducibility. A function is another important concept that is helpful to understand while using R and many other coding languages. The .gov means its official. In the beginning it can be more confusing, and potentially take more Healy. the .gov website. Do pay attention to the formatting of the path name. Do do so, you can Next, you need to tell your computer what R packages (Section 6) you plan to use in your R coding session. This will create a new As mentioned in Section 1, you can visit the NASS Quick Stats website, click through the options, and download the data. The USDA NASS Quick Stats API provides direct access to the statistical information in the Quick Stats database. Using rnassqs Nicholas A Potter 2022-03-10. rnassqs is a package to access the QuickStats API from national agricultural statistics service (NASS) at the USDA. Building a query often involves some trial and error. Also, the parameter values be replaced with specific parameter-value pairs to search for the desired data. or the like) in lapply. In the example program, the value for api key will be replaced with my API key. In this case, youre wondering about the states with data, so set param = state_alpha. queries subset by year if possible, and by geography if not. than the API restriction of 50,000 records. NASS publications cover a wide range of subjects, from traditional crops, such as corn and wheat, to specialties, such as mushrooms and flowers; from calves born to hogs slaughtered; from agricultural prices to land in farms. The database allows custom extracts based on commodity, year, and selected counties within a State, or all counties in one or more States. To use a restaurant analogy, you can think of the NASS Quick Stats API as the waitstaff at your favorite restaurant, the NASS data servers as the kitchen, the software on your computer as the waitstaffs order notepad, and the coder as the customer (you) as shown in Figure 1. Additionally, the CoA includes data on land use, land ownership, agricultural production practices, income, and expenses at the farm and ranch level. An official website of the General Services Administration. While I used the free Microsoft Visual Studio Community 2022 integrated development ide (IDE) to write and run the Python program for this tutorial, feel free to use your favorite code editor or IDE. "rnassqs: An 'R' package to access agricultural data via the USDA National Agricultural Statistics Service (USDA-NASS) 'Quick Stats' API." The Journal of Open Source Software. Sign Up: https://rruntsch.medium.com/membership, install them through the IDEs menu by following these instructions from Microsoft, Year__GE = 1997 (all years greater than or equal to 1997). The NASS helps carry out numerous surveys of U.S. farmers and ranchers. If you think back to algebra class, you might remember writing x = 1. The Cropland Data Layer (CDL) is a product of the USDA National Agricultural Statistics Service (NASS) with the mission "to provide timely, accurate and useful statistics in service to U.S. agriculture" (Johnson and Mueller, 2010, p. 1204). like: The ability of rnassqs to iterate over lists of Downloading data via Generally the best way to deal with large queries is to make multiple The core functionality allows the user to query agricultural data from 'Quick Stats' in a reproducible and automated way. class(nc_sweetpotato_data_survey$Value) # look at the first few lines Working for Peanuts: Acquiring, Analyzing, and Visualizing Publicly Available Data. Journal of the American Society of Farm Managers and Rural Appraisers, p156-166. For example, if youd like data from both nassqs_params() provides the parameter names, want say all county cash rents on irrigated land for every year since This reply is called an API response. some functions that return parameter names and valid values for those Statistics by State Explore Statistics By Subject Citation Request Most of the information available from this site is within the public domain. Have a specific question for one of our subject experts? The waitstaff and restaurant use that number to keep track of your order and bill (Figure 1). 2020. nassqs is a wrapper around the nassqs_GET Its easiest if you separate this search into two steps. For example, in the list of API parameters shown above, the parameter source_desc equates to Program in the Quick Stats query tool. You can define the query output as nc_sweetpotato_data. subset of values for a given query. Before using the API, you will need to request a free API key that your program will include with every call using the API. Why Is it Beneficial to Access NASS Data Programmatically? Here, tidy has a specific meaning: all observations are represented as rows, and all the data categories associated with that observation are represented as columns. R sessions will have the variable set automatically, Either 'CENSUS' or 'SURVEY'", https://quickstats.nass.usda.gov/api#param_define. To submit, please register and login first. Lock It allows you to customize your query by commodity, location, or time period. Running the script is similar to your pulling out the recipe and working through the steps when you want to make this dessert. You dont need all of these columns, and some of the rows need to be cleaned up a little bit. To put its scale into perspective, in 2021, more than 2 million farms operated on more than 900 million acres (364 million hectares). This number versus character representation is important because R cannot add, subtract, multiply, or divide characters. 2019. The sample Tableau dashboard is called U.S. (R coders say you need to load your R packages.) You can do that by running the code below (Section 7.2). Potter, (2019). By setting prodn_practice_desc = "ALL PRODUCTION PRACTICES", you will get results for all production practices rather than those that specifically use irrigation, for example. However, the NASS also allows programmatic access to these data via an application program interface as described in Section 2. Public domain information on the National Agricultural Statistics Service (NASS) Web pages may be freely downloaded and reproduced. Ward, J. K., T. W. Griffin, D. L. Jordan, and G. T. Roberson. Often 'county', 'state', or 'national', but can include other levels as well", #> [2] "source_desc: Data source. First, obtain an API key from the Quick Stats service: https://quickstats.nass.usda.gov/api. valid before attempting to access the data: Once youve built a query, running it is easy: Putting all of the above together, we have a script that looks # plot Sampson county data You can also make small changes to the script to download new types of data. rnassqs is a package to access the QuickStats API from Create a worksheet that allows the user to select a commodity (corn, soybeans, selected) and view the number of acres planted or harvested from 1997 through 2021. write_csv(data = nc_sweetpotato_data, path = "Users/your/Desktop/nc_sweetpotato_data_query_on_20201001.csv"). More specifically, the list defines whether NASS data are aggregated at the national, state, or county scale. it. With the Quick Stats application programming interface (API), you can use a programming language, such as Python, to retrieve data from the Quick Stats database. However, beware that this will be a development version: # install.packages ("devtools") devtools :: install_github ("rdinter . Contact a specialist. year field with the __GE modifier attached to Corn stocks down, soybean stocks down from year earlier Combined with an assert from the How to write a Python program to query the Quick Stats database through the Quick Stats API. To browse or use data from this site, no account is necessary. Peng, R. D. 2020. NC State University and NC The .gov means its official. The USDAs National Agricultural Statistics Service (NASS) makes the departments farm agricultural data available to the public on its website through reports, maps, search tools, and its NASS Quick Stats API. For example, say you want to know which states have sweetpotato data available at the county level. secure websites. Going back to the restaurant analogy, the API key is akin to your table number at the restaurant. In this case, you can use the string of letters and numbers that represents your NASS Quick Stats API key to directly define the key parameter that the function needs to work. U.S. Department of Agriculture, National Agricultural Statistics Service (NASS). Providing Central Access to USDAs Open Research Data, MULTIPOLYGON (((-155.54211 19.08348, -155.68817 18.91619, -155.93665 19.05939, -155.90806 19.33888, -156.07347 19.70294, -156.02368 19.81422, -155.85008 19.97729, -155.91907 20.17395, -155.86108 20.26721, -155.78505 20.2487, -155.40214 20.07975, -155.22452 19.99302, -155.06226 19.8591, -154.80741 19.50871, -154.83147 19.45328, -155.22217 19.23972, -155.54211 19.08348)), ((-156.07926 20.64397, -156.41445 20.57241, -156.58673 20.783, -156.70167 20.8643, -156.71055 20.92676, -156.61258 21.01249, -156.25711 20.91745, -155.99566 20.76404, -156.07926 20.64397)), ((-156.75824 21.17684, -156.78933 21.06873, -157.32521 21.09777, -157.25027 21.21958, -156.75824 21.17684)), ((-157.65283 21.32217, -157.70703 21.26442, -157.7786 21.27729, -158.12667 21.31244, -158.2538 21.53919, -158.29265 21.57912, -158.0252 21.71696, -157.94161 21.65272, -157.65283 21.32217)), ((-159.34512 21.982, -159.46372 21.88299, -159.80051 22.06533, -159.74877 22.1382, -159.5962 22.23618, -159.36569 22.21494, -159.34512 21.982)), ((-94.81758 49.38905, -94.64 48.84, -94.32914 48.67074, -93.63087 48.60926, -92.61 48.45, -91.64 48.14, -90.83 48.27, -89.6 48.01, -89.272917 48.019808, -88.378114 48.302918, -87.439793 47.94, -86.461991 47.553338, -85.652363 47.220219, -84.87608 46.900083, -84.779238 46.637102, -84.543749 46.538684, -84.6049 46.4396, -84.3367 46.40877, -84.14212 46.512226, -84.091851 46.275419, -83.890765 46.116927, -83.616131 46.116927, -83.469551 45.994686, -83.592851 45.816894, -82.550925 45.347517, -82.337763 44.44, -82.137642 43.571088, -82.43 42.98, -82.9 42.43, -83.12 42.08, -83.142 41.975681, -83.02981 41.832796, -82.690089 41.675105, -82.439278 41.675105, -81.277747 42.209026, -80.247448 42.3662, -78.939362 42.863611, -78.92 42.965, -79.01 43.27, -79.171674 43.466339, -78.72028 43.625089, -77.737885 43.629056, -76.820034 43.628784, -76.5 44.018459, -76.375 44.09631, -75.31821 44.81645, -74.867 45.00048, -73.34783 45.00738, -71.50506 45.0082, -71.405 45.255, -71.08482 45.30524, -70.66 45.46, -70.305 45.915, -69.99997 46.69307, -69.237216 47.447781, -68.905 47.185, -68.23444 47.35486, -67.79046 47.06636, -67.79134 45.70281, -67.13741 45.13753, -66.96466 44.8097, -68.03252 44.3252, -69.06 43.98, -70.11617 43.68405, -70.645476 43.090238, -70.81489 42.8653, -70.825 42.335, -70.495 41.805, -70.08 41.78, -70.185 42.145, -69.88497 41.92283, -69.96503 41.63717, -70.64 41.475, -71.12039 41.49445, -71.86 41.32, -72.295 41.27, -72.87643 41.22065, -73.71 40.931102, -72.24126 41.11948, -71.945 40.93, -73.345 40.63, -73.982 40.628, -73.952325 40.75075, -74.25671 40.47351, -73.96244 40.42763, -74.17838 39.70926, -74.90604 38.93954, -74.98041 39.1964, -75.20002 39.24845, -75.52805 39.4985, -75.32 38.96, -75.071835 38.782032, -75.05673 38.40412, -75.37747 38.01551, -75.94023 37.21689, -76.03127 37.2566, -75.72205 37.93705, -76.23287 38.319215, -76.35 39.15, -76.542725 38.717615, -76.32933 38.08326, -76.989998 38.239992, -76.30162 37.917945, -76.25874 36.9664, -75.9718 36.89726, -75.86804 36.55125, -75.72749 35.55074, -76.36318 34.80854, -77.397635 34.51201, -78.05496 33.92547, -78.55435 33.86133, -79.06067 33.49395, -79.20357 33.15839, -80.301325 32.509355, -80.86498 32.0333, -81.33629 31.44049, -81.49042 30.72999, -81.31371 30.03552, -80.98 29.18, -80.535585 28.47213, -80.53 28.04, -80.056539 26.88, -80.088015 26.205765, -80.13156 25.816775, -80.38103 25.20616, -80.68 25.08, -81.17213 25.20126, -81.33 25.64, -81.71 25.87, -82.24 26.73, -82.70515 27.49504, -82.85526 27.88624, -82.65 28.55, -82.93 29.1, -83.70959 29.93656, -84.1 30.09, -85.10882 29.63615, -85.28784 29.68612, -85.7731 30.15261, -86.4 30.4, -87.53036 30.27433, -88.41782 30.3849, -89.18049 30.31598, -89.593831 30.159994, -89.413735 29.89419, -89.43 29.48864, -89.21767 29.29108, -89.40823 29.15961, -89.77928 29.30714, -90.15463 29.11743, -90.880225 29.148535, -91.626785 29.677, -92.49906 29.5523, -93.22637 29.78375, -93.84842 29.71363, -94.69 29.48, -95.60026 28.73863, -96.59404 28.30748, -97.14 27.83, -97.37 27.38, -97.38 26.69, -97.33 26.21, -97.14 25.87, -97.53 25.84, -98.24 26.06, -99.02 26.37, -99.3 26.84, -99.52 27.54, -100.11 28.11, -100.45584 28.69612, -100.9576 29.38071, -101.6624 29.7793, -102.48 29.76, -103.11 28.97, -103.94 29.27, -104.45697 29.57196, -104.70575 30.12173, -105.03737 30.64402, -105.63159 31.08383, -106.1429 31.39995, -106.50759 31.75452, -108.24 31.754854, -108.24194 31.34222, -109.035 31.34194, -111.02361 31.33472, -113.30498 32.03914, -114.815 32.52528, -114.72139 32.72083, -115.99135 32.61239, -117.12776 32.53534, -117.295938 33.046225, -117.944 33.621236, -118.410602 33.740909, -118.519895 34.027782, -119.081 34.078, -119.438841 34.348477, -120.36778 34.44711, -120.62286 34.60855, -120.74433 35.15686, -121.71457 36.16153, -122.54747 37.55176, -122.51201 37.78339, -122.95319 38.11371, -123.7272 38.95166, -123.86517 39.76699, -124.39807 40.3132, -124.17886 41.14202, -124.2137 41.99964, -124.53284 42.76599, -124.14214 43.70838, -124.020535 44.615895, -123.89893 45.52341, -124.079635 46.86475, -124.39567 47.72017, -124.68721 48.184433, -124.566101 48.379715, -123.12 48.04, -122.58736 47.096, -122.34 47.36, -122.5 48.18, -122.84 49, -120 49, -117.03121 49, -116.04818 49, -113 49, -110.05 49, -107.05 49, -104.04826 48.99986, -100.65 49, -97.22872 49.0007, -95.15907 49, -95.15609 49.38425, -94.81758 49.38905)), ((-153.006314 57.115842, -154.00509 56.734677, -154.516403 56.992749, -154.670993 57.461196, -153.76278 57.816575, -153.228729 57.968968, -152.564791 57.901427, -152.141147 57.591059, -153.006314 57.115842)), ((-165.579164 59.909987, -166.19277 59.754441, -166.848337 59.941406, -167.455277 60.213069, -166.467792 60.38417, -165.67443 60.293607, -165.579164 59.909987)), ((-171.731657 63.782515, -171.114434 63.592191, -170.491112 63.694975, -169.682505 63.431116, -168.689439 63.297506, -168.771941 63.188598, -169.52944 62.976931, -170.290556 63.194438, -170.671386 63.375822, -171.553063 63.317789, -171.791111 63.405846, -171.731657 63.782515)), ((-155.06779 71.147776, -154.344165 70.696409, -153.900006 70.889989, -152.210006 70.829992, -152.270002 70.600006, -150.739992 70.430017, -149.720003 70.53001, -147.613362 70.214035, -145.68999 70.12001, -144.920011 69.989992, -143.589446 70.152514, -142.07251 69.851938, -140.985988 69.711998, -140.992499 66.000029, -140.99777 60.306397, -140.012998 60.276838, -139.039 60.000007, -138.34089 59.56211, -137.4525 58.905, -136.47972 59.46389, -135.47583 59.78778, -134.945 59.27056, -134.27111 58.86111, -133.355549 58.410285, -132.73042 57.69289, -131.70781 56.55212, -130.00778 55.91583, -129.979994 55.284998, -130.53611 54.802753, -131.085818 55.178906, -131.967211 55.497776, -132.250011 56.369996, -133.539181 57.178887, -134.078063 58.123068, -135.038211 58.187715, -136.628062 58.212209, -137.800006 58.499995, -139.867787 59.537762, -140.825274 59.727517, -142.574444 60.084447, -143.958881 59.99918, -145.925557 60.45861, -147.114374 60.884656, -148.224306 60.672989, -148.018066 59.978329, -148.570823 59.914173, -149.727858 59.705658, -150.608243 59.368211, -151.716393 59.155821, -151.859433 59.744984, -151.409719 60.725803, -150.346941 61.033588, -150.621111 61.284425, -151.895839 60.727198, -152.57833 60.061657, -154.019172 59.350279, -153.287511 58.864728, -154.232492 58.146374, -155.307491 57.727795, -156.308335 57.422774, -156.556097 56.979985, -158.117217 56.463608, -158.433321 55.994154, -159.603327 55.566686, -160.28972 55.643581, -161.223048 55.364735, -162.237766 55.024187, -163.069447 54.689737, -164.785569 54.404173, -164.942226 54.572225, -163.84834 55.039431, -162.870001 55.348043, -161.804175 55.894986, -160.563605 56.008055, -160.07056 56.418055, -158.684443 57.016675, -158.461097 57.216921, -157.72277 57.570001, -157.550274 58.328326, -157.041675 58.918885, -158.194731 58.615802, -158.517218 58.787781, -159.058606 58.424186, -159.711667 58.93139, -159.981289 58.572549, -160.355271 59.071123, -161.355003 58.670838, -161.968894 58.671665, -162.054987 59.266925, -161.874171 59.633621, -162.518059 59.989724, -163.818341 59.798056, -164.662218 60.267484, -165.346388 60.507496, -165.350832 61.073895, -166.121379 61.500019, -165.734452 62.074997, -164.919179 62.633076, -164.562508 63.146378, -163.753332 63.219449, -163.067224 63.059459, -162.260555 63.541936, -161.53445 63.455817, -160.772507 63.766108, -160.958335 64.222799, -161.518068 64.402788, -160.777778 64.788604, -161.391926 64.777235, -162.45305 64.559445, -162.757786 64.338605, -163.546394 64.55916, -164.96083 64.446945, -166.425288 64.686672, -166.845004 65.088896, -168.11056 65.669997, -166.705271 66.088318, -164.47471 66.57666, -163.652512 66.57666, -163.788602 66.077207, -161.677774 66.11612, -162.489715 66.735565, -163.719717 67.116395, -164.430991 67.616338, -165.390287 68.042772, -166.764441 68.358877, -166.204707 68.883031, -164.430811 68.915535, -163.168614 69.371115, -162.930566 69.858062, -161.908897 70.33333, -160.934797 70.44769, -159.039176 70.891642, -158.119723 70.824721, -156.580825 71.357764, -155.06779 71.147776))), USDA National Agricultural Statistics Service, 005:042 - Department of Agriculture - Agricultural Estimates, 005:043 - Department of Agriculture - Census of Agriculture, 005:050 - Department of Agriculture - Commodity Purchases, 005:15 - National Agricultural Statistics Service.
Can I Cross Cbx With Green Card, Paul King Hawaii Net Worth, Liberty And Kearney Sports Magazine, Articles H