NOAA - Number of space policy related decision processes, rulemakings, statements, or other governmental activities influenced/led by the Department of Commerce
This indicator measures the extent to which NOAA's Office of Space Commerce and the Department influence space policy decision processes at the agency, national, and international levels. It tracks the amount of positive outcomes effected for the U.S. commercial space industry due to concerted efforts by the Office of Space Commerce and DOC.
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 \"performance-commerce-gov/noaa-number-of-space-policy-related-decision-fpj4-2fev\".\"noaa_number_of_space_policy_related_decision\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.