Create dataset
Dataset
Create dataset
Create a new dataset to store coefficient data for environmental calculations. Requires owner permissions.
Required parameters:
name: Unique name for the datasetdescription: What this dataset contains and its purposedataSource: Where the data comes from (e.g., “EPA 2024”, “IPCC Guidelines”)version: Version number for tracking updates
Next steps: After creating the dataset, add coefficient values using the dataset-items endpoints.
Example datasets:
- “US Electricity Grid Factors 2024” with regional emission coefficients
- “Fuel Conversion Factors” with energy content values
- “Transportation Emissions” with vehicle-specific factors
POST
Create dataset
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

