@hestia-earth/engine-models 0.70.1 → 0.70.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/config/Cycle.json CHANGED
@@ -1759,6 +1759,51 @@
1759
1759
  },
1760
1760
  "stage": 2
1761
1761
  },
1762
+ {
1763
+ "key": "emissions",
1764
+ "model": "ipcc2019",
1765
+ "value": "ch4ToAirOrganicSoilCultivation",
1766
+ "runStrategy": "add_blank_node_if_missing",
1767
+ "runArgs": {
1768
+ "runNonMeasured": true,
1769
+ "runNonAddedTerm": true
1770
+ },
1771
+ "mergeStrategy": "list",
1772
+ "mergeArgs": {
1773
+ "replaceThreshold": ["value", 0.01]
1774
+ },
1775
+ "stage": 2
1776
+ },
1777
+ {
1778
+ "key": "emissions",
1779
+ "model": "ipcc2019",
1780
+ "value": "co2ToAirOrganicSoilCultivation",
1781
+ "runStrategy": "add_blank_node_if_missing",
1782
+ "runArgs": {
1783
+ "runNonMeasured": true,
1784
+ "runNonAddedTerm": true
1785
+ },
1786
+ "mergeStrategy": "list",
1787
+ "mergeArgs": {
1788
+ "replaceThreshold": ["value", 0.01]
1789
+ },
1790
+ "stage": 2
1791
+ },
1792
+ {
1793
+ "key": "emissions",
1794
+ "model": "ipcc2019",
1795
+ "value": "n2OToAirOrganicSoilCultivationDirect",
1796
+ "runStrategy": "add_blank_node_if_missing",
1797
+ "runArgs": {
1798
+ "runNonMeasured": true,
1799
+ "runNonAddedTerm": true
1800
+ },
1801
+ "mergeStrategy": "list",
1802
+ "mergeArgs": {
1803
+ "replaceThreshold": ["value", 0.01]
1804
+ },
1805
+ "stage": 2
1806
+ },
1762
1807
  {
1763
1808
  "key": "emissions",
1764
1809
  "model": "ipcc2019",
@@ -2178,6 +2223,21 @@
2178
2223
  "replaceThreshold": ["value", 0.01]
2179
2224
  },
2180
2225
  "stage": 2
2226
+ },
2227
+ {
2228
+ "key": "emissions",
2229
+ "model": "hestia",
2230
+ "value": "pToSurfaceWaterAquacultureSystems",
2231
+ "runStrategy": "add_blank_node_if_missing",
2232
+ "runArgs": {
2233
+ "runNonMeasured": true,
2234
+ "runNonAddedTerm": true
2235
+ },
2236
+ "mergeStrategy": "list",
2237
+ "mergeArgs": {
2238
+ "replaceThreshold": ["value", 0.01]
2239
+ },
2240
+ "stage": 2
2181
2241
  }
2182
2242
  ],
2183
2243
  {
package/config/Site.json CHANGED
@@ -400,6 +400,14 @@
400
400
  "mergeStrategy": "list",
401
401
  "stage": 1
402
402
  },
403
+ {
404
+ "key": "measurements",
405
+ "model": "site",
406
+ "value": "grouped_measurement",
407
+ "runStrategy": "always",
408
+ "mergeStrategy": "list",
409
+ "stage": 1
410
+ },
403
411
  {
404
412
  "key": "measurements",
405
413
  "model": "hestia",
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.70.1";
1
+ export declare const ENGINE_VERSION = "0.70.2";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ENGINE_VERSION = void 0;
4
- exports.ENGINE_VERSION = '0.70.1';
4
+ exports.ENGINE_VERSION = '0.70.2';
package/model-links.json CHANGED
@@ -946,6 +946,13 @@
946
946
  "model": "hestia",
947
947
  "term": "organicMatterPerM3Soil"
948
948
  },
949
+ {
950
+ "path": "hestia_earth/models/hestia/pToSurfaceWaterAquacultureSystems.py",
951
+ "docPath": "hestia_earth/models/hestia/pToSurfaceWaterAquacultureSystems.md",
952
+ "model": "hestia",
953
+ "term": "pToSurfaceWaterAquacultureSystems",
954
+ "methodTier": "tier 1"
955
+ },
949
956
  {
950
957
  "path": "hestia_earth/models/hestia/pastureGrass.py",
951
958
  "docPath": "hestia_earth/models/hestia/pastureGrass.md",
@@ -1308,6 +1315,13 @@
1308
1315
  "term": "ch4ToAirFloodedRice",
1309
1316
  "methodTier": "tier 1"
1310
1317
  },
1318
+ {
1319
+ "path": "hestia_earth/models/ipcc2019/ch4ToAirOrganicSoilCultivation.py",
1320
+ "docPath": "hestia_earth/models/ipcc2019/ch4ToAirOrganicSoilCultivation.md",
1321
+ "model": "ipcc2019",
1322
+ "term": "ch4ToAirOrganicSoilCultivation",
1323
+ "methodTier": "tier 1"
1324
+ },
1311
1325
  {
1312
1326
  "path": "hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py",
1313
1327
  "docPath": "hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.md",
@@ -1343,6 +1357,13 @@
1343
1357
  "term": "co2ToAirLimeHydrolysis",
1344
1358
  "methodTier": "tier 1"
1345
1359
  },
1360
+ {
1361
+ "path": "hestia_earth/models/ipcc2019/co2ToAirOrganicSoilCultivation.py",
1362
+ "docPath": "hestia_earth/models/ipcc2019/co2ToAirOrganicSoilCultivation.md",
1363
+ "model": "ipcc2019",
1364
+ "term": "co2ToAirOrganicSoilCultivation",
1365
+ "methodTier": "tier 1"
1366
+ },
1346
1367
  {
1347
1368
  "path": "hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py",
1348
1369
  "docPath": "hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.md",
@@ -1432,6 +1453,13 @@
1432
1453
  "term": "n2OToAirOrganicFertiliserIndirect",
1433
1454
  "methodTier": "tier 1"
1434
1455
  },
1456
+ {
1457
+ "path": "hestia_earth/models/ipcc2019/n2OToAirOrganicSoilCultivationDirect.py",
1458
+ "docPath": "hestia_earth/models/ipcc2019/n2OToAirOrganicSoilCultivationDirect.md",
1459
+ "model": "ipcc2019",
1460
+ "term": "n2OToAirOrganicSoilCultivationDirect",
1461
+ "methodTier": "tier 1"
1462
+ },
1435
1463
  {
1436
1464
  "path": "hestia_earth/models/ipcc2019/nh3ToAirInorganicFertiliser.py",
1437
1465
  "docPath": "hestia_earth/models/ipcc2019/nh3ToAirInorganicFertiliser.md",
@@ -2695,6 +2723,12 @@
2695
2723
  "model": "site",
2696
2724
  "modelKey": "defaultMethodClassificationDescription"
2697
2725
  },
2726
+ {
2727
+ "path": "hestia_earth/models/site/grouped_measurement.py",
2728
+ "docPath": "hestia_earth/models/site/grouped_measurement.md",
2729
+ "model": "site",
2730
+ "modelKey": "grouped_measurement"
2731
+ },
2698
2732
  {
2699
2733
  "path": "hestia_earth/models/site/measurement/value.py",
2700
2734
  "docPath": "hestia_earth/models/site/measurement/value.md",
@@ -5973,6 +6007,18 @@
5973
6007
  {
5974
6008
  "model": "ipcc2006",
5975
6009
  "term": "n2OToAirOrganicSoilCultivationDirect"
6010
+ },
6011
+ {
6012
+ "model": "ipcc2019",
6013
+ "term": "ch4ToAirOrganicSoilCultivation"
6014
+ },
6015
+ {
6016
+ "model": "ipcc2019",
6017
+ "term": "co2ToAirOrganicSoilCultivation"
6018
+ },
6019
+ {
6020
+ "model": "ipcc2019",
6021
+ "term": "n2OToAirOrganicSoilCultivationDirect"
5976
6022
  }
5977
6023
  ],
5978
6024
  "global_economic_value_share": [
@@ -6173,6 +6219,20 @@
6173
6219
  "term": "carbonContent"
6174
6220
  }
6175
6221
  ],
6222
+ "IPCC_2013_ORGANIC_SOIL_CULTIVATION_CATEGORY": [
6223
+ {
6224
+ "model": "ipcc2019",
6225
+ "term": "ch4ToAirOrganicSoilCultivation"
6226
+ },
6227
+ {
6228
+ "model": "ipcc2019",
6229
+ "term": "co2ToAirOrganicSoilCultivation"
6230
+ },
6231
+ {
6232
+ "model": "ipcc2019",
6233
+ "term": "n2OToAirOrganicSoilCultivationDirect"
6234
+ }
6235
+ ],
6176
6236
  "LIGNIN_CONTENT_AG_CROP_RESIDUE": [
6177
6237
  {
6178
6238
  "model": "ipcc2019",
@@ -6969,6 +7029,34 @@
6969
7029
  "term": "carbonContent"
6970
7030
  }
6971
7031
  ],
7032
+ "isPlantation": [
7033
+ {
7034
+ "model": "ipcc2019",
7035
+ "term": "ch4ToAirOrganicSoilCultivation"
7036
+ },
7037
+ {
7038
+ "model": "ipcc2019",
7039
+ "term": "co2ToAirOrganicSoilCultivation"
7040
+ },
7041
+ {
7042
+ "model": "ipcc2019",
7043
+ "term": "n2OToAirOrganicSoilCultivationDirect"
7044
+ }
7045
+ ],
7046
+ "IPCC_2013_ORGANIC_SOIL_CULTIVATION_CATEGORY": [
7047
+ {
7048
+ "model": "ipcc2019",
7049
+ "term": "ch4ToAirOrganicSoilCultivation"
7050
+ },
7051
+ {
7052
+ "model": "ipcc2019",
7053
+ "term": "co2ToAirOrganicSoilCultivation"
7054
+ },
7055
+ {
7056
+ "model": "ipcc2019",
7057
+ "term": "n2OToAirOrganicSoilCultivationDirect"
7058
+ }
7059
+ ],
6972
7060
  "LIGNIN_CONTENT_AG_CROP_RESIDUE": [
6973
7061
  {
6974
7062
  "model": "ipcc2019",
@@ -8174,6 +8262,18 @@
8174
8262
  "model": "ipcc2019",
8175
8263
  "term": "ch4ToAirAquacultureSystems"
8176
8264
  }
8265
+ ],
8266
+ "sumIs100Group": [
8267
+ {
8268
+ "model": "site",
8269
+ "modelKey": "grouped_measurement"
8270
+ }
8271
+ ],
8272
+ "sumMax100Group": [
8273
+ {
8274
+ "model": "site",
8275
+ "modelKey": "grouped_measurement"
8276
+ }
8177
8277
  ]
8178
8278
  },
8179
8279
  "standardLabels": {
@@ -8323,6 +8423,168 @@
8323
8423
  "term": "belowGroundBiomass"
8324
8424
  }
8325
8425
  ],
8426
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_ANNUAL_CROPS": [
8427
+ {
8428
+ "model": "ipcc2019",
8429
+ "term": "ch4ToAirOrganicSoilCultivation"
8430
+ }
8431
+ ],
8432
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_PERENNIAL_CROPS": [
8433
+ {
8434
+ "model": "ipcc2019",
8435
+ "term": "ch4ToAirOrganicSoilCultivation"
8436
+ }
8437
+ ],
8438
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_ACACIA": [
8439
+ {
8440
+ "model": "ipcc2019",
8441
+ "term": "ch4ToAirOrganicSoilCultivation"
8442
+ }
8443
+ ],
8444
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_OIL_PALM": [
8445
+ {
8446
+ "model": "ipcc2019",
8447
+ "term": "ch4ToAirOrganicSoilCultivation"
8448
+ }
8449
+ ],
8450
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_SAGO_PALM": [
8451
+ {
8452
+ "model": "ipcc2019",
8453
+ "term": "ch4ToAirOrganicSoilCultivation"
8454
+ }
8455
+ ],
8456
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_PADDY_RICE_CULTIVATION": [
8457
+ {
8458
+ "model": "ipcc2019",
8459
+ "term": "ch4ToAirOrganicSoilCultivation"
8460
+ }
8461
+ ],
8462
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_GRASSLAND": [
8463
+ {
8464
+ "model": "ipcc2019",
8465
+ "term": "ch4ToAirOrganicSoilCultivation"
8466
+ }
8467
+ ],
8468
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_DITCH": [
8469
+ {
8470
+ "model": "ipcc2019",
8471
+ "term": "ch4ToAirOrganicSoilCultivation"
8472
+ }
8473
+ ],
8474
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_OTHER": [
8475
+ {
8476
+ "model": "ipcc2019",
8477
+ "term": "ch4ToAirOrganicSoilCultivation"
8478
+ }
8479
+ ],
8480
+ "IPCC_2013_DRAINED_ORGANIC_SOILS_DITCH_FRAC_AGRICULTURAL_LAND": [
8481
+ {
8482
+ "model": "ipcc2019",
8483
+ "term": "ch4ToAirOrganicSoilCultivation"
8484
+ }
8485
+ ],
8486
+ "IPCC_2013_DRAINED_ORGANIC_SOILS_DITCH_FRAC_NETHERLANDS": [
8487
+ {
8488
+ "model": "ipcc2019",
8489
+ "term": "ch4ToAirOrganicSoilCultivation"
8490
+ }
8491
+ ],
8492
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CO2-C_HECTARE_ANNUAL_CROPS": [
8493
+ {
8494
+ "model": "ipcc2019",
8495
+ "term": "co2ToAirOrganicSoilCultivation"
8496
+ }
8497
+ ],
8498
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CO2-C_HECTARE_PERENNIAL_CROPS": [
8499
+ {
8500
+ "model": "ipcc2019",
8501
+ "term": "co2ToAirOrganicSoilCultivation"
8502
+ }
8503
+ ],
8504
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CO2-C_HECTARE_ACACIA": [
8505
+ {
8506
+ "model": "ipcc2019",
8507
+ "term": "co2ToAirOrganicSoilCultivation"
8508
+ }
8509
+ ],
8510
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CO2-C_HECTARE_OIL_PALM": [
8511
+ {
8512
+ "model": "ipcc2019",
8513
+ "term": "co2ToAirOrganicSoilCultivation"
8514
+ }
8515
+ ],
8516
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CO2-C_HECTARE_SAGO_PALM": [
8517
+ {
8518
+ "model": "ipcc2019",
8519
+ "term": "co2ToAirOrganicSoilCultivation"
8520
+ }
8521
+ ],
8522
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CO2-C_HECTARE_PADDY_RICE_CULTIVATION": [
8523
+ {
8524
+ "model": "ipcc2019",
8525
+ "term": "co2ToAirOrganicSoilCultivation"
8526
+ }
8527
+ ],
8528
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CO2-C_HECTARE_GRASSLAND": [
8529
+ {
8530
+ "model": "ipcc2019",
8531
+ "term": "co2ToAirOrganicSoilCultivation"
8532
+ }
8533
+ ],
8534
+ "IPCC_2013_ORGANIC_SOILS_TONNES_CO2-C_HECTARE_OTHER": [
8535
+ {
8536
+ "model": "ipcc2019",
8537
+ "term": "co2ToAirOrganicSoilCultivation"
8538
+ }
8539
+ ],
8540
+ "IPCC_2013_ORGANIC_SOILS_TONNES_N2O-N_HECTARE_ANNUAL_CROPS": [
8541
+ {
8542
+ "model": "ipcc2019",
8543
+ "term": "n2OToAirOrganicSoilCultivationDirect"
8544
+ }
8545
+ ],
8546
+ "IPCC_2013_ORGANIC_SOILS_TONNES_N2O-N_HECTARE_PERENNIAL_CROPS": [
8547
+ {
8548
+ "model": "ipcc2019",
8549
+ "term": "n2OToAirOrganicSoilCultivationDirect"
8550
+ }
8551
+ ],
8552
+ "IPCC_2013_ORGANIC_SOILS_TONNES_N2O-N_HECTARE_ACACIA": [
8553
+ {
8554
+ "model": "ipcc2019",
8555
+ "term": "n2OToAirOrganicSoilCultivationDirect"
8556
+ }
8557
+ ],
8558
+ "IPCC_2013_ORGANIC_SOILS_TONNES_N2O-N_HECTARE_OIL_PALM": [
8559
+ {
8560
+ "model": "ipcc2019",
8561
+ "term": "n2OToAirOrganicSoilCultivationDirect"
8562
+ }
8563
+ ],
8564
+ "IPCC_2013_ORGANIC_SOILS_TONNES_N2O-N_HECTARE_SAGO_PALM": [
8565
+ {
8566
+ "model": "ipcc2019",
8567
+ "term": "n2OToAirOrganicSoilCultivationDirect"
8568
+ }
8569
+ ],
8570
+ "IPCC_2013_ORGANIC_SOILS_TONNES_N2O-N_HECTARE_PADDY_RICE_CULTIVATION": [
8571
+ {
8572
+ "model": "ipcc2019",
8573
+ "term": "n2OToAirOrganicSoilCultivationDirect"
8574
+ }
8575
+ ],
8576
+ "IPCC_2013_ORGANIC_SOILS_TONNES_N2O-N_HECTARE_GRASSLAND": [
8577
+ {
8578
+ "model": "ipcc2019",
8579
+ "term": "n2OToAirOrganicSoilCultivationDirect"
8580
+ }
8581
+ ],
8582
+ "IPCC_2013_ORGANIC_SOILS_TONNES_N2O-N_HECTARE_OTHER": [
8583
+ {
8584
+ "model": "ipcc2019",
8585
+ "term": "n2OToAirOrganicSoilCultivationDirect"
8586
+ }
8587
+ ],
8326
8588
  "STEHFEST_BOUWMAN_2006_N2O-N_FACTOR": [
8327
8589
  {
8328
8590
  "model": "stehfestBouwman2006",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/engine-models",
3
- "version": "0.70.1",
3
+ "version": "0.70.2",
4
4
  "description": "HESTIA Engine Models",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -51,9 +51,9 @@
51
51
  "@commitlint/config-conventional": "^19.8.0",
52
52
  "@hestia-earth/api": "^0.24.77",
53
53
  "@hestia-earth/eslint-config": "^0.1.0",
54
- "@hestia-earth/json-schema": "^31.3.0",
55
- "@hestia-earth/schema": "^31.3.0",
56
- "@hestia-earth/schema-validation": "^31.3.0",
54
+ "@hestia-earth/json-schema": "^31.4.1",
55
+ "@hestia-earth/schema": "^31.4.1",
56
+ "@hestia-earth/schema-validation": "^31.4.1",
57
57
  "@hestia-earth/utils": "^0.14.0",
58
58
  "@jest/globals": "^29.7.0",
59
59
  "@typescript-eslint/eslint-plugin": "^5.62.0",