
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Basic tools to test and interact with Sentier.dev vocabulary and data systems
sentier_data_tools
, in combination with the common vocabularies at https://vocab.sentier.dev/, for a proof of concept for the next generation of sustainability assessment that Départ de Sentier is building.
sentier_data_tools
provides:
sentier.dev
platformYou can install sentier_data_tools via [pip] from [PyPI]:
$ pip install sentier_data_tools
It is also available on anaconda.
sentier_data_tools
assumes that all data is stored in Pandas DataFrames. Because we store additional metadata about column units, comments, and assemblies using pandas_flavor, the use of other DataFrame alternatives probably won't work.
There are several kinds of dataframes which can be stored in the local data store:
This is an absolute requirement of sentier_data_tools
- we need to know what each column means, and that data must be stored in our common vocabulary. An IRI is like a long URL - for example, our IRI for "Ferro-silico-magnesium" is http://data.europa.eu/xsp/cn2024/720299300080
. This looks unwieldy, and you certainly don't want to type it by hand. But this resource identifier allows us to learn a lot about this product, including its label in many languages, links to IRIs for the same concept in other taxonomies, and its tariff codes. And we're just getting started - here's the kind of data we aspire to.
To make working with these concepts easier sentier_data_tools
allows you to specify aliases in your models.
DataframeKind.PARAMETERS
This is the most common kind of dataframe. It provides technical performance specifications or other input values needed to run functions. These dataframes are often wide, with 20 or more columns, and their columns will commonly refer to modelling terms instead of products or processes.
Here are some examples:
PARAMETERS
are not intended to be used in proportion to another number. They do require specifying a spatial and temporal validity context (default is Earth and last five years to next five years), as well as a product. Because the sentier.dev
vocabulary is hierarchical, this product can be general or very specific. We use this product value to find the data we need for a given model.
DataframeKind.BROAD
Broad data about society and economy, including future scenarios. Can include installed capacities or other data which can be used directly for creating virtual markets. Can include prices.
Not intended to be used in proportion to another number. Requires a spatial and temporal context, but doesn't require a or preclude a product.
DataframeKind.BOM
Bill of materials (including energy and services) to produce a good or assembly. Always given in relation to a fixed output value, such as 2 kilograms of steel per one bicycle frame.
Requires a spatial and temporal context and a product.
DataframeKind.COMPOSITION
Specific data on composition on composition of goods and wastes. Different than model parameters in that these can be individual elements (e.g. for MFA), but are related to a given output (product or economic sector). Not completely developed yet.
sentier.dev
models should inherit sentier_data_tools.SentierModel
for the time being.
Making good choices when building models is hard! We want power and simplicity at the same time.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, sentier_data_tools is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
You can build the documentation locally by installing the documentation Conda environment:
conda env create -f docs/environment.yaml
activating the environment
conda activate sphinx_sentier_data_tools
and running the build command:
sphinx-build docs _build/html --builder=html --jobs=auto --write-all; open _build/html/index.html
FAQs
Basic tools to test and interact with Sentier.dev vocabulary and data systems
We found that sentier-data-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.