Skip to main content

State and Transition Integrated Economic-Environmental Accounting

Project description

STRATEGICC

DOI

State and Transition Integrated Economic-Environmental Accounting

A Python package implementing spatially explicit State-and-Transition Simulation Models (Daniel et al. 2016) integrated with the UN's System of Environmental-Economic Accounting — Ecosystem Accounting (SEEA-EA).

Install

Install using pip

pip install strategicc

or using github repo:

pip install git+https://github.com/Shlhnj/strategicc.git

Quick start

import strategicc.config as cfg
from strategicc import StrategiccEngine, outputs
from strategicc.accounting import SEEAAccount, save_all_accounts

There are 2 methods of runnign strategicc; either with a manifest file or using a direct python command. See the docs for more info.

# Load everything from a single manifest file
cfg.load_manifest("RunManifest.txt")

engine = StrategiccEngine.from_config()
engine.load()
engine.run()

# Aggregate and account
summary_dir = engine.out_dir / "summary"
area_df, trans_df = outputs.build_summary_tables(engine.iter_dirs, summary_dir)
modal_maps = outputs.aggregate_spatial(engine.iter_dirs, engine.start_year,
    engine.n_timesteps, engine.src_tags, summary_dir)
area_modal_df = outputs.modal_to_area_table(modal_maps, engine.classes,
    engine.px_area, engine.area_unit)

acct = SEEAAccount(area_modal_df, trans_df, engine.ecosystem_services,
    engine.classes, engine.px_area, px_area_ha=engine.px_area_ha)
save_all_accounts(acct, engine.out_dir / "seea")

Documentation

Full documentation lives in docs/:


Muhammad Shulhan Jihadi. 2026. 07. 01.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

strategicc-3.12.1.tar.gz (134.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

strategicc-3.12.1-py3-none-any.whl (128.3 kB view details)

Uploaded Python 3

File details

Details for the file strategicc-3.12.1.tar.gz.

File metadata

  • Download URL: strategicc-3.12.1.tar.gz
  • Upload date:
  • Size: 134.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for strategicc-3.12.1.tar.gz
Algorithm Hash digest
SHA256 7fdf69c7d1fd88989fd2d8231d4150f839472b249b47104d305675e99570fe4e
MD5 5b55f6276bf3ede8129a11e8182d57a1
BLAKE2b-256 697a3181474a9c329928bc28c471f4336f24096c9d0fe5e94808d36e4dc9a3e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for strategicc-3.12.1.tar.gz:

Publisher: python-publish.yml on Shlhnj/strategicc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file strategicc-3.12.1-py3-none-any.whl.

File metadata

  • Download URL: strategicc-3.12.1-py3-none-any.whl
  • Upload date:
  • Size: 128.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for strategicc-3.12.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9bf98051c3ba9fe61c7d0c4070835b6c7c59a82dc31dedf878388b515d184d34
MD5 f0ae53731e8f3a8566bae1e2109d34d3
BLAKE2b-256 ce949085877d81d75ed829e67a7394b6c61f37f49e9b7407e0d0a6a08fa6d790

See more details on using hashes here.

Provenance

The following attestation bundles were made for strategicc-3.12.1-py3-none-any.whl:

Publisher: python-publish.yml on Shlhnj/strategicc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page