Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-net-zero-sustainability
Sustainability scorecards, task management, units of measure, program initiatives, and reference data.
Published package · Latest published 1.0.1 Mar 4, 2026 · 12 datasets / 34 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
12 datasets34 measures · 142 dimensionsSemantic Graph
Relationship counts appear after the graph loads.
Loading graph
Package graph is loadingPackage relationships will appear when the summary is ready.
Reference context
Secondary package facts stay compact
- Updated
- Mar 11, 2026
- Visibility
- Public hub listing
- License
- MIT
- Created
- Mar 4, 2026
Reference facts
Secondary package facts after the usage path is clear
Licensing, categorization, ownership, and linked metadata stay below the runnable path so the page reads in the right order.
Format
Upstream
Repository
Domain
Source
Owner
@pasar6987Organization
License
Visibility
Publisher
Latest published version
Tags
Schema preview
SDK handoff
Use this package in code and AI
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/sf-net-zero-sustainability
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/sf-net-zero-sustainability")
prompt = rawctx.to_prompt(
"@pasar6987/sf-net-zero-sustainability",
datasets=["MonthlyUsageTrkgDataGap", "ProgramInitiative"],
max_tokens=2000,
)
print(model.datasets) # ["MonthlyUsageTrkgDataGap", "ProgramInitiative", "ProgramInitiativeEnrl"]
print(model.measures) # [Measure(name="ProgramInitiative.ActualCost", ...), Measure(name="ProgramInitiative.EstimatedCost", ...), Measure(name="ReferenceDataLoadLog.TotalLoadedRecordCount", ...)]
print(model.dimensions) # [Dimension(name="DataGap", ...), Dimension(name="LastReferencedDate", ...), Dimension(name="LastViewedDate", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package clears provenance, ownership, and runnable-path checks.
@pasar6987/sf-net-zero-sustainability
Sustainability scorecards, task management, units of measure, program initiatives, and reference data.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 12 |
| Dimensions | 142 |
| Measures | 34 |
| Relationships | 0 |
Objects
- MonthlyUsageTrkgDataGap — Represents a gap in the tracking of fuel usage data for the month.
- ProgramInitiative — Represents information about a sustainability initiative in a program.
- ProgramInitiativeEnrl — Represents the enrollment details of a sustainability initiative in a program.
- ReferenceDataLoadLog — Represents information about the history of loading reference data for emissions factors.
- SustainabilityScorecard — Represents information about the annual sustainability scorecard of third-party organizations whose data is used to calculate scope 3 emissions.
- SustainabilityStakeholder — Represents the stakeholder for sustainability data, such as stakeholder for environmental, social, and governance data.
- SustainabilityTask — Represents the tasks that the sustainability stakeholder does for a sustainability task group.
- SustainabilityTaskGroup — Represents the group of sustainability tasks.
- SustainabilityUom — Represents information about the additional unit of measure values defined by a customer.
- SustnMaterialUseSummary — Represents the circular economy information that a company discloses as part of ESRS E5 - Resource use and circular economy.
- SustnUomConversion — Represents information about the unit of measure conversion for the additional fuel types defined by a customer.
- YearlyUsageTrkgDataGap — Represents the percentage of gaps in the fuel usage data in a year.
Install
rawctx snapshot-download @pasar6987/sf-net-zero-sustainability
Structure review
Inspect package structure after the usage path is clear
Use the structural review when you need the package footprint, field counts, and model paths before a deeper explorer pass.
