-
Updated
Apr 27, 2021 - CSS
scenario
Here are 128 public repositories matching this topic...
-
Updated
Aug 11, 2021 - Java
Fnmatch is a python standard library tool which provides unix style wildcard pattern matching. Not as powerful as regex of course but for just matching with * it should be sufficient.
Example for finding all .csv files in a folder:
import fnmatch
import os
for file in os.listdir('.'):
if fnmatch.fnmatch(file, '*.csv'):
-
Updated
Aug 4, 2021 - TypeScript
-
Updated
May 12, 2021 - JavaScript
-
Updated
Apr 22, 2021 - Clojure
-
Updated
May 30, 2021 - Java
Derived variables
It would be nice to have a handful of "standard" derived variables added to the database without the need to calculate them by hand. Initial candidates would be per capita values for final/primary energy (total), GDP, emissions, and intensities of energy/GDP, emissions/GDP, or emissions/energy. The Kaya decomposition indicators would be a good first step: https://en.wikipedia.org/wiki/Kaya_identi
-
Updated
Dec 14, 2019 - PHP
-
Updated
Jun 17, 2019 - MATLAB
-
Updated
Jun 4, 2021 - Java
-
Updated
Jul 26, 2021 - C#
-
Updated
Jul 12, 2021 - Python
-
Updated
Jan 31, 2021 - Java
-
Updated
Jan 15, 2019 - C#
-
Updated
Jan 1, 2019 - Perl
-
Updated
Aug 3, 2021 - Python
-
Updated
Jun 2, 2021 - JavaScript
-
Updated
Nov 19, 2018 - Python
Improve this page
Add a description, image, and links to the scenario topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scenario topic, visit your repo's landing page and select "manage topics."
This is more or less similar to what we were doing long time ago with pybullet (#110, #149).
In few words, after #346 the pure-Python
gym-ignitionpackage will depend onscenario. Whengym-ignitiongets installed in a system (currently only Ubuntu is supported), the wheel ofscenariowill be installed first. Since the wheel ofscenariois not self-contained (i.e. it needs to find in t