Scientific Software
Updated 6 months ago

AixWeather — Peer-reviewed • Rank 10.6 • Science 98%

AixWeather: A Weather Data Generation Tool for Building Energy System Simulations. Pull, Transform, Export. - Published in JOSS (2025)

Scientific Software · Peer-reviewed
Updated 6 months ago

@stdlib/utils-try-catch • Rank 4.4 • Science 44%

If a function does not throw, return the function return value; otherwise, return `y`.

Updated 6 months ago

@stdlib/utils-async-try-catch • Rank 3.4 • Science 44%

If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.

Updated 6 months ago

@stdlib/utils-async-try-then • Rank 3.2 • Science 44%

If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.

Updated 6 months ago

@stdlib/utils-try-then • Rank 2.7 • Science 44%

If a function does not throw, return the function return value; otherwise, return the return value of a second function.