├── .gitignore ├── IEDC_Classification_fill ├── IEDC_Prototype_Classification_Extract.py ├── IEDC_Prototype_Classification_Items_Dataset_Fix.py ├── IEDC_Prototype_Classification_Items_Update.py ├── IEDC_Prototype_Classification_Items_Upload_csv.py ├── IEDC_Validation_Labels_Fix_v1.xlsx ├── IEDC_Validation_Labels_Fix_v1_filled.xlsx ├── IIASA_nomenclature_countries.py ├── LCI_data_layers_data.csv ├── LCI_material_categories_data.csv ├── NACEv2_(ProdCom)_data.csv ├── Official_classifications │ ├── 30_SSP_32Regions.xlsx │ ├── 32_EXIOBASEv2_48Regions.xlsx │ ├── 33_NUTS_Regions_2010_Version.xlsx │ ├── 34_EXIOBASEv3_49Regions.xlsx │ ├── 35_NUTS_Regions_2006_Version.xlsx │ ├── EXIOBASEv3_163Industries.xlsx │ ├── EXIOBASEv3_163Products.xlsx │ ├── EXIOBASEv3_200Products.xlsx │ └── IEDC_Prototype_Official_Classification_Define_Upload.py ├── UK_IO_17Sectors_data.csv ├── US_LCI_material_groups_data.csv ├── US_LCI_materials_data.csv ├── US_LCI_processes.csv ├── basic_scenario_alternatives_data.csv ├── broad_industry_groups_data.csv ├── building_types_data.csv ├── ca_time_data.csv ├── chemical_elements_data.csv ├── cities_data.csv ├── general_energy_carriers_data.csv ├── general_product_categories_data.csv ├── generic_materials_waste_data.csv ├── manual_insert │ ├── 10086_Charpentier_Poncelet_Commodities.xlsx │ ├── 29_SSP_Models.xlsx │ ├── 31_Population_Classes.xlsx │ ├── 36_Literature.xlsx │ ├── 37_YSTAFDB_criticality_regional_scope.xlsx │ ├── 38_YSTAFDB_Materials.xlsx │ ├── 39_YSTAFDB_criticality_timeframe.xlsx │ ├── 40_YSTAFDB_criticality_indicators.xlsx │ ├── 41_YSTAFDB_material_groups.xlsx │ ├── 42_YSTAFDB_use_phase_layer.xlsx │ ├── 43_YSTAFDB_UsePhase_Applications.xlsx │ ├── 44_YSTAFDB_Time.xlsx │ ├── 45_YSTAFDB_Region.xlsx │ ├── 46_YSTAFDB_Commodities.xlsx │ ├── 47_YSTAFDB_Processes.xlsx │ ├── 48_StockChangeLayers.xlsx │ ├── 49_Wood_MFA_Indonesia_Aryapratama_2019_processes.xlsx │ ├── 77_RECC_v2.4_regions.xlsx │ ├── 78_RECC_v2.4_CE_Strategies.xlsx │ ├── 79_General_Environmental_Pressure_Indicators.xlsx │ ├── 82_CIRCOMOD_material_processing_technologies.xlsx │ ├── 83_CIRCOMOD_flowables.xlsx │ ├── 84_CIRCOMOD_flowable_categories.xlsx │ ├── 85_China_Provinces.xlsx │ ├── 86_CIRCOMOD_CE_strategies.xlsx │ ├── 87_SSP_Single_Countries_2024.xlsx │ ├── 88_unity_percentiles.xlsx │ ├── 98_unity_IDs.xlsx │ ├── Class_24_SteelCycle_Regions.csv │ ├── Class_28_Economic_Indicators.csv │ ├── Classification_24_add.py │ ├── Classification_4_add.py │ ├── Economic_indicators.xlsx │ ├── IEDC_100_NZIA_final_products.xlsx │ ├── IEDC_80_built_env_types.xlsx │ ├── IEDC_81_building_components.xlsx │ ├── IEDC_89_model_native_regions.xlsx │ ├── IEDC_90_components_of_products.xlsx │ ├── IEDC_91_HS92.xlsx │ ├── IEDC_92_organizations.xlsx │ ├── IEDC_93_physical_indicators.xlsx │ ├── IEDC_94_specific_products_technologies.xlsx │ ├── IEDC_95_CIRCOMOD_end_use_assets.xlsx │ ├── IEDC_96_micro_level_CE_indicators_DACE.xlsx │ ├── IEDC_97_urban_metabolism_indicators.xlsx │ ├── IEDC_99_NZIA_components.xlsx │ ├── IEDC_Prototype_Classification_Define_Upload.py │ └── Obsolete__Classification_17_add.py ├── regions_iso_iedc_data.csv ├── service_categories_data.csv ├── steel_cycle_200R_materials_products.csv ├── steel_cycle_200R_processes_data.csv ├── time_data.csv └── time_ranges_data.csv ├── IEDC_DataConvert ├── IEDC_Table_List_Convert_v0.py └── RASMI_Convert.py ├── IEDC_LookupTable_fill ├── IEDC_Fix_Units_Table.py ├── IEDC_LookupTable_Updates.py ├── aspects_data.csv ├── categories_data.csv ├── classification_definition_data.csv ├── dimensions_data.csv ├── layers_data.csv ├── licences_data.csv ├── provenance_data.csv ├── source_type_data.csv ├── stats_array_data.csv ├── types_data.csv ├── units_data.csv ├── upload.aspx ├── upload.aspx.cs ├── upload.aspx.designer.cs └── users_data.csv ├── IEDC_content_fill ├── Dataset_Upload │ ├── 1_F_steel_200R_F_11_12_final_steel_consumption_4ProductGroups_Upload.py │ ├── 2_IUS_steel_200R_4Categories.py │ ├── 2_P_HistoricPopulation_SteelCycle_Upload.py │ ├── 3_MC_NACEv2_4000Groups_Upload.py │ ├── EUROSTAT_CE_Parse.py │ ├── SteelCycleData_200R_Flows_Upload.py │ ├── SteelCycleData_200R_Flows_Upload_1700.py │ ├── SteelCycleData_200R_Stocks_Upload.py │ ├── SteelCycleData_200R_Stocks_Upload_1700.py │ └── YSTAFDB_v1 │ │ ├── YSTAFDB_Flowextract.py │ │ ├── YSTAFDB_Stockextract.py │ │ ├── YSTAFDB_Tradeextract.py │ │ └── YSTAFDB_to_IEDC_Convert.txt ├── IEDC_Classification_Items_Review.py ├── IEDC_Prototype_Datagroups_Upload.py ├── IEDC_Prototype_Datasets_Batch1_Upload_MASTER.xlsx ├── IEDC_Prototype_Datasets_Batch1_Upload_TOC.py ├── IEDC_Prototype_Datasets_Batch2_Upload_TOC_SteelCycle.py ├── IEDC_Prototype_Datasets_Batch2_Upload_TOC_SteelCycle_1700 - Kopie.py ├── IEDC_Prototype_Datasets_Correct.py ├── IEDC_Prototype_Datasets_Upload.py ├── IEDC_Prototype_Datasets_YSTAFDB_Upload_TOC.py ├── IEDC_Prototype_Project_Upload.py └── IEDC_UpdateDatasetSize.py ├── IEDC_queries ├── IEDC_advanced_search_lookupvalues_vAugust2025.xlsx ├── IEDC_advanced_search_lookupvalues_vMarch2025.xlsx ├── IEDC_advanced_search_lookupvalues_vMay2025.xlsx ├── IEDC_product_material_search_vMarch2025.xlsx ├── IEDC_product_material_search_vMay2025.xlsx ├── iedc_advanced_interface_search_by_aspect.py ├── iedc_search_by_product_material_process.py ├── iedc_search_by_single_item.py └── lookupvalues.xlsx ├── IEDC_webapp ├── ApplicationInsights.config ├── DataService.svc ├── DataService.svc.cs ├── IEDC_Home.aspx ├── IEDC_Home.aspx.cs ├── IEDC_Home.aspx.designer.cs ├── IEF_Database.csproj ├── IEF_Database.csproj.user ├── Properties │ ├── AssemblyInfo.cs │ └── PublishProfiles │ │ ├── IEDCDeploy.pubxml │ │ └── IEDCDeploy.pubxml.user ├── Web.Debug.config ├── Web.Release.config ├── Web.config ├── aspects.aspx ├── aspects.aspx.cs ├── aspects.aspx.designer.cs ├── aspects.xlsx ├── classifications.aspx ├── classifications.aspx.cs ├── classifications.aspx.designer.cs ├── cls │ ├── JqGridView.cs │ ├── Product.cs │ ├── ProductJqGridView.cs │ ├── ProductRepository.cs │ ├── clsDataHandling.cs │ └── dbConnect.cs ├── css │ ├── GridView.css │ ├── body.css │ ├── bootstrap.css │ ├── footer-distributed-with-address-and-phones.css │ ├── inputTags.css │ ├── jquery-ui.css │ ├── main.css │ ├── redmond │ │ ├── images │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ │ ├── ui-icons_217bc0_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_469bdd_256x240.png │ │ │ ├── ui-icons_6da8d5_256x240.png │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ ├── ui-icons_d8e7f3_256x240.png │ │ │ └── ui-icons_f9bd01_256x240.png │ │ └── jquery-ui-1.7.2.custom.css │ ├── style.css │ ├── styleAng.css │ └── ui.jqgrid.css ├── datatypes.aspx ├── datatypes.aspx.cs ├── datatypes.aspx.designer.cs ├── frmDB.aspx ├── frmDB.aspx.cs ├── frmDB.aspx.designer.cs ├── frmDatabase.aspx ├── frmDatabase.aspx.cs ├── frmDatabase.aspx.designer.cs ├── frmDatabaseHome.aspx ├── frmDatabaseHome.aspx.cs ├── frmDatabaseHome.aspx.designer.cs ├── frmDatabaseTest.aspx ├── frmDatabaseTest.aspx.cs ├── frmDatabaseTest.aspx.designer.cs ├── frmTestAngular.aspx ├── frmTestAngular.aspx.cs ├── frmTestAngular.aspx.designer.cs ├── fromTagTest.aspx ├── fromTagTest.aspx.cs ├── fromTagTest.aspx.designer.cs ├── packages.config ├── provenance.aspx ├── provenance.aspx.cs ├── provenance.aspx.designer.cs ├── resources │ ├── IEDC_DataTypes_Overview.pdf │ └── IEF_Logo.png ├── tables.aspx ├── tables.aspx.cs ├── tables.aspx.designer.cs ├── uncertainty.aspx ├── uncertainty.aspx.cs ├── uncertainty.aspx.designer.cs ├── units.aspx ├── units.aspx.cs ├── units.aspx.designer.cs ├── upload.aspx ├── upload.aspx.cs ├── upload.aspx.designer.cs └── xuiTable.html ├── LICENSE ├── README.md ├── doc ├── File_changes_Niko.md ├── IECD_ChangeLog_2018Oct12.txt ├── IEDC_ChangeLog_20180731.txt ├── IEDC_ChangeLog_20180905.txt ├── IEDC_ChangeLog_20190122.txt ├── IEDC_DataDownloadSpecifications_V1.docx └── LCI_IEDC_Correspondences_V1.xlsx ├── mySQL_Create ├── IEDC_Add_FOREIGN_KEYS.py ├── IEDC_Add_UNIQUE_Constraints.py ├── IEDC_Modify.py ├── iedc_aspects.sql ├── iedc_categories.sql ├── iedc_classification_definition.sql ├── iedc_classification_items.sql ├── iedc_classification_itemstest.sql ├── iedc_data.sql ├── iedc_datagroups.sql ├── iedc_datasets.sql ├── iedc_dimensions.sql ├── iedc_layers.sql ├── iedc_licences.sql ├── iedc_projects.sql ├── iedc_provenance.sql ├── iedc_source_type.sql ├── iedc_stats_array.sql ├── iedc_types.sql ├── iedc_units.sql └── iedc_users.sql └── mySQL_Python_Examples ├── IEDC_MySQLCodeSnippets.py ├── IEF_Database_Insert_mysql.py └── IEF_Database_Insert_population.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/.gitignore -------------------------------------------------------------------------------- /IEDC_Classification_fill/IEDC_Prototype_Classification_Extract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/IEDC_Prototype_Classification_Extract.py -------------------------------------------------------------------------------- /IEDC_Classification_fill/IEDC_Prototype_Classification_Items_Dataset_Fix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/IEDC_Prototype_Classification_Items_Dataset_Fix.py -------------------------------------------------------------------------------- /IEDC_Classification_fill/IEDC_Prototype_Classification_Items_Update.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/IEDC_Prototype_Classification_Items_Update.py -------------------------------------------------------------------------------- /IEDC_Classification_fill/IEDC_Prototype_Classification_Items_Upload_csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/IEDC_Prototype_Classification_Items_Upload_csv.py -------------------------------------------------------------------------------- /IEDC_Classification_fill/IEDC_Validation_Labels_Fix_v1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/IEDC_Validation_Labels_Fix_v1.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/IEDC_Validation_Labels_Fix_v1_filled.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/IEDC_Validation_Labels_Fix_v1_filled.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/IIASA_nomenclature_countries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/IIASA_nomenclature_countries.py -------------------------------------------------------------------------------- /IEDC_Classification_fill/LCI_data_layers_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/LCI_data_layers_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/LCI_material_categories_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/LCI_material_categories_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/NACEv2_(ProdCom)_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/NACEv2_(ProdCom)_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/Official_classifications/30_SSP_32Regions.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/Official_classifications/30_SSP_32Regions.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/Official_classifications/32_EXIOBASEv2_48Regions.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/Official_classifications/32_EXIOBASEv2_48Regions.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/Official_classifications/33_NUTS_Regions_2010_Version.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/Official_classifications/33_NUTS_Regions_2010_Version.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/Official_classifications/34_EXIOBASEv3_49Regions.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/Official_classifications/34_EXIOBASEv3_49Regions.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/Official_classifications/35_NUTS_Regions_2006_Version.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/Official_classifications/35_NUTS_Regions_2006_Version.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/Official_classifications/EXIOBASEv3_163Industries.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/Official_classifications/EXIOBASEv3_163Industries.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/Official_classifications/EXIOBASEv3_163Products.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/Official_classifications/EXIOBASEv3_163Products.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/Official_classifications/EXIOBASEv3_200Products.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/Official_classifications/EXIOBASEv3_200Products.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/Official_classifications/IEDC_Prototype_Official_Classification_Define_Upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/Official_classifications/IEDC_Prototype_Official_Classification_Define_Upload.py -------------------------------------------------------------------------------- /IEDC_Classification_fill/UK_IO_17Sectors_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/UK_IO_17Sectors_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/US_LCI_material_groups_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/US_LCI_material_groups_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/US_LCI_materials_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/US_LCI_materials_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/US_LCI_processes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/US_LCI_processes.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/basic_scenario_alternatives_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/basic_scenario_alternatives_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/broad_industry_groups_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/broad_industry_groups_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/building_types_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/building_types_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/ca_time_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/ca_time_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/chemical_elements_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/chemical_elements_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/cities_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/cities_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/general_energy_carriers_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/general_energy_carriers_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/general_product_categories_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/general_product_categories_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/generic_materials_waste_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/generic_materials_waste_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/10086_Charpentier_Poncelet_Commodities.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/10086_Charpentier_Poncelet_Commodities.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/29_SSP_Models.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/29_SSP_Models.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/31_Population_Classes.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/31_Population_Classes.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/36_Literature.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/36_Literature.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/37_YSTAFDB_criticality_regional_scope.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/37_YSTAFDB_criticality_regional_scope.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/38_YSTAFDB_Materials.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/38_YSTAFDB_Materials.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/39_YSTAFDB_criticality_timeframe.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/39_YSTAFDB_criticality_timeframe.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/40_YSTAFDB_criticality_indicators.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/40_YSTAFDB_criticality_indicators.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/41_YSTAFDB_material_groups.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/41_YSTAFDB_material_groups.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/42_YSTAFDB_use_phase_layer.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/42_YSTAFDB_use_phase_layer.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/43_YSTAFDB_UsePhase_Applications.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/43_YSTAFDB_UsePhase_Applications.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/44_YSTAFDB_Time.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/44_YSTAFDB_Time.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/45_YSTAFDB_Region.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/45_YSTAFDB_Region.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/46_YSTAFDB_Commodities.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/46_YSTAFDB_Commodities.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/47_YSTAFDB_Processes.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/47_YSTAFDB_Processes.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/48_StockChangeLayers.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/48_StockChangeLayers.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/49_Wood_MFA_Indonesia_Aryapratama_2019_processes.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/49_Wood_MFA_Indonesia_Aryapratama_2019_processes.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/77_RECC_v2.4_regions.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/77_RECC_v2.4_regions.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/78_RECC_v2.4_CE_Strategies.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/78_RECC_v2.4_CE_Strategies.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/79_General_Environmental_Pressure_Indicators.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/79_General_Environmental_Pressure_Indicators.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/82_CIRCOMOD_material_processing_technologies.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/82_CIRCOMOD_material_processing_technologies.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/83_CIRCOMOD_flowables.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/83_CIRCOMOD_flowables.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/84_CIRCOMOD_flowable_categories.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/84_CIRCOMOD_flowable_categories.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/85_China_Provinces.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/85_China_Provinces.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/86_CIRCOMOD_CE_strategies.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/86_CIRCOMOD_CE_strategies.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/87_SSP_Single_Countries_2024.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/87_SSP_Single_Countries_2024.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/88_unity_percentiles.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/88_unity_percentiles.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/98_unity_IDs.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/98_unity_IDs.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/Class_24_SteelCycle_Regions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/Class_24_SteelCycle_Regions.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/Class_28_Economic_Indicators.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/Class_28_Economic_Indicators.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/Classification_24_add.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/Classification_24_add.py -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/Classification_4_add.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/Classification_4_add.py -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/Economic_indicators.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/Economic_indicators.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/IEDC_100_NZIA_final_products.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/IEDC_100_NZIA_final_products.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/IEDC_80_built_env_types.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/IEDC_80_built_env_types.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/IEDC_81_building_components.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/IEDC_81_building_components.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/IEDC_89_model_native_regions.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/IEDC_89_model_native_regions.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/IEDC_90_components_of_products.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/IEDC_90_components_of_products.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/IEDC_91_HS92.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/IEDC_91_HS92.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/IEDC_92_organizations.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/IEDC_92_organizations.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/IEDC_93_physical_indicators.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/IEDC_93_physical_indicators.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/IEDC_94_specific_products_technologies.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/IEDC_94_specific_products_technologies.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/IEDC_95_CIRCOMOD_end_use_assets.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/IEDC_95_CIRCOMOD_end_use_assets.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/IEDC_96_micro_level_CE_indicators_DACE.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/IEDC_96_micro_level_CE_indicators_DACE.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/IEDC_97_urban_metabolism_indicators.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/IEDC_97_urban_metabolism_indicators.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/IEDC_99_NZIA_components.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/IEDC_99_NZIA_components.xlsx -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/IEDC_Prototype_Classification_Define_Upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/IEDC_Prototype_Classification_Define_Upload.py -------------------------------------------------------------------------------- /IEDC_Classification_fill/manual_insert/Obsolete__Classification_17_add.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/manual_insert/Obsolete__Classification_17_add.py -------------------------------------------------------------------------------- /IEDC_Classification_fill/regions_iso_iedc_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/regions_iso_iedc_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/service_categories_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/service_categories_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/steel_cycle_200R_materials_products.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/steel_cycle_200R_materials_products.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/steel_cycle_200R_processes_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/steel_cycle_200R_processes_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/time_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/time_data.csv -------------------------------------------------------------------------------- /IEDC_Classification_fill/time_ranges_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_Classification_fill/time_ranges_data.csv -------------------------------------------------------------------------------- /IEDC_DataConvert/IEDC_Table_List_Convert_v0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_DataConvert/IEDC_Table_List_Convert_v0.py -------------------------------------------------------------------------------- /IEDC_DataConvert/RASMI_Convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_DataConvert/RASMI_Convert.py -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/IEDC_Fix_Units_Table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/IEDC_Fix_Units_Table.py -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/IEDC_LookupTable_Updates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/IEDC_LookupTable_Updates.py -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/aspects_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/aspects_data.csv -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/categories_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/categories_data.csv -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/classification_definition_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/classification_definition_data.csv -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/dimensions_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/dimensions_data.csv -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/layers_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/layers_data.csv -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/licences_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/licences_data.csv -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/provenance_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/provenance_data.csv -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/source_type_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/source_type_data.csv -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/stats_array_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/stats_array_data.csv -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/types_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/types_data.csv -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/units_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/units_data.csv -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/upload.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/upload.aspx -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/upload.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/upload.aspx.cs -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/upload.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/upload.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_LookupTable_fill/users_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_LookupTable_fill/users_data.csv -------------------------------------------------------------------------------- /IEDC_content_fill/Dataset_Upload/1_F_steel_200R_F_11_12_final_steel_consumption_4ProductGroups_Upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/Dataset_Upload/1_F_steel_200R_F_11_12_final_steel_consumption_4ProductGroups_Upload.py -------------------------------------------------------------------------------- /IEDC_content_fill/Dataset_Upload/2_IUS_steel_200R_4Categories.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/Dataset_Upload/2_IUS_steel_200R_4Categories.py -------------------------------------------------------------------------------- /IEDC_content_fill/Dataset_Upload/2_P_HistoricPopulation_SteelCycle_Upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/Dataset_Upload/2_P_HistoricPopulation_SteelCycle_Upload.py -------------------------------------------------------------------------------- /IEDC_content_fill/Dataset_Upload/3_MC_NACEv2_4000Groups_Upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/Dataset_Upload/3_MC_NACEv2_4000Groups_Upload.py -------------------------------------------------------------------------------- /IEDC_content_fill/Dataset_Upload/EUROSTAT_CE_Parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/Dataset_Upload/EUROSTAT_CE_Parse.py -------------------------------------------------------------------------------- /IEDC_content_fill/Dataset_Upload/SteelCycleData_200R_Flows_Upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/Dataset_Upload/SteelCycleData_200R_Flows_Upload.py -------------------------------------------------------------------------------- /IEDC_content_fill/Dataset_Upload/SteelCycleData_200R_Flows_Upload_1700.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/Dataset_Upload/SteelCycleData_200R_Flows_Upload_1700.py -------------------------------------------------------------------------------- /IEDC_content_fill/Dataset_Upload/SteelCycleData_200R_Stocks_Upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/Dataset_Upload/SteelCycleData_200R_Stocks_Upload.py -------------------------------------------------------------------------------- /IEDC_content_fill/Dataset_Upload/SteelCycleData_200R_Stocks_Upload_1700.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/Dataset_Upload/SteelCycleData_200R_Stocks_Upload_1700.py -------------------------------------------------------------------------------- /IEDC_content_fill/Dataset_Upload/YSTAFDB_v1/YSTAFDB_Flowextract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/Dataset_Upload/YSTAFDB_v1/YSTAFDB_Flowextract.py -------------------------------------------------------------------------------- /IEDC_content_fill/Dataset_Upload/YSTAFDB_v1/YSTAFDB_Stockextract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/Dataset_Upload/YSTAFDB_v1/YSTAFDB_Stockextract.py -------------------------------------------------------------------------------- /IEDC_content_fill/Dataset_Upload/YSTAFDB_v1/YSTAFDB_Tradeextract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/Dataset_Upload/YSTAFDB_v1/YSTAFDB_Tradeextract.py -------------------------------------------------------------------------------- /IEDC_content_fill/Dataset_Upload/YSTAFDB_v1/YSTAFDB_to_IEDC_Convert.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/Dataset_Upload/YSTAFDB_v1/YSTAFDB_to_IEDC_Convert.txt -------------------------------------------------------------------------------- /IEDC_content_fill/IEDC_Classification_Items_Review.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/IEDC_Classification_Items_Review.py -------------------------------------------------------------------------------- /IEDC_content_fill/IEDC_Prototype_Datagroups_Upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/IEDC_Prototype_Datagroups_Upload.py -------------------------------------------------------------------------------- /IEDC_content_fill/IEDC_Prototype_Datasets_Batch1_Upload_MASTER.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/IEDC_Prototype_Datasets_Batch1_Upload_MASTER.xlsx -------------------------------------------------------------------------------- /IEDC_content_fill/IEDC_Prototype_Datasets_Batch1_Upload_TOC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/IEDC_Prototype_Datasets_Batch1_Upload_TOC.py -------------------------------------------------------------------------------- /IEDC_content_fill/IEDC_Prototype_Datasets_Batch2_Upload_TOC_SteelCycle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/IEDC_Prototype_Datasets_Batch2_Upload_TOC_SteelCycle.py -------------------------------------------------------------------------------- /IEDC_content_fill/IEDC_Prototype_Datasets_Batch2_Upload_TOC_SteelCycle_1700 - Kopie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/IEDC_Prototype_Datasets_Batch2_Upload_TOC_SteelCycle_1700 - Kopie.py -------------------------------------------------------------------------------- /IEDC_content_fill/IEDC_Prototype_Datasets_Correct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/IEDC_Prototype_Datasets_Correct.py -------------------------------------------------------------------------------- /IEDC_content_fill/IEDC_Prototype_Datasets_Upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/IEDC_Prototype_Datasets_Upload.py -------------------------------------------------------------------------------- /IEDC_content_fill/IEDC_Prototype_Datasets_YSTAFDB_Upload_TOC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/IEDC_Prototype_Datasets_YSTAFDB_Upload_TOC.py -------------------------------------------------------------------------------- /IEDC_content_fill/IEDC_Prototype_Project_Upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/IEDC_Prototype_Project_Upload.py -------------------------------------------------------------------------------- /IEDC_content_fill/IEDC_UpdateDatasetSize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_content_fill/IEDC_UpdateDatasetSize.py -------------------------------------------------------------------------------- /IEDC_queries/IEDC_advanced_search_lookupvalues_vAugust2025.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_queries/IEDC_advanced_search_lookupvalues_vAugust2025.xlsx -------------------------------------------------------------------------------- /IEDC_queries/IEDC_advanced_search_lookupvalues_vMarch2025.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_queries/IEDC_advanced_search_lookupvalues_vMarch2025.xlsx -------------------------------------------------------------------------------- /IEDC_queries/IEDC_advanced_search_lookupvalues_vMay2025.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_queries/IEDC_advanced_search_lookupvalues_vMay2025.xlsx -------------------------------------------------------------------------------- /IEDC_queries/IEDC_product_material_search_vMarch2025.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_queries/IEDC_product_material_search_vMarch2025.xlsx -------------------------------------------------------------------------------- /IEDC_queries/IEDC_product_material_search_vMay2025.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_queries/IEDC_product_material_search_vMay2025.xlsx -------------------------------------------------------------------------------- /IEDC_queries/iedc_advanced_interface_search_by_aspect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_queries/iedc_advanced_interface_search_by_aspect.py -------------------------------------------------------------------------------- /IEDC_queries/iedc_search_by_product_material_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_queries/iedc_search_by_product_material_process.py -------------------------------------------------------------------------------- /IEDC_queries/iedc_search_by_single_item.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_queries/iedc_search_by_single_item.py -------------------------------------------------------------------------------- /IEDC_queries/lookupvalues.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_queries/lookupvalues.xlsx -------------------------------------------------------------------------------- /IEDC_webapp/ApplicationInsights.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/ApplicationInsights.config -------------------------------------------------------------------------------- /IEDC_webapp/DataService.svc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/DataService.svc -------------------------------------------------------------------------------- /IEDC_webapp/DataService.svc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/DataService.svc.cs -------------------------------------------------------------------------------- /IEDC_webapp/IEDC_Home.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/IEDC_Home.aspx -------------------------------------------------------------------------------- /IEDC_webapp/IEDC_Home.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/IEDC_Home.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/IEDC_Home.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/IEDC_Home.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/IEF_Database.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/IEF_Database.csproj -------------------------------------------------------------------------------- /IEDC_webapp/IEF_Database.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/IEF_Database.csproj.user -------------------------------------------------------------------------------- /IEDC_webapp/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /IEDC_webapp/Properties/PublishProfiles/IEDCDeploy.pubxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/Properties/PublishProfiles/IEDCDeploy.pubxml -------------------------------------------------------------------------------- /IEDC_webapp/Properties/PublishProfiles/IEDCDeploy.pubxml.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/Properties/PublishProfiles/IEDCDeploy.pubxml.user -------------------------------------------------------------------------------- /IEDC_webapp/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/Web.Debug.config -------------------------------------------------------------------------------- /IEDC_webapp/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/Web.Release.config -------------------------------------------------------------------------------- /IEDC_webapp/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/Web.config -------------------------------------------------------------------------------- /IEDC_webapp/aspects.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/aspects.aspx -------------------------------------------------------------------------------- /IEDC_webapp/aspects.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/aspects.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/aspects.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/aspects.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/aspects.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/aspects.xlsx -------------------------------------------------------------------------------- /IEDC_webapp/classifications.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/classifications.aspx -------------------------------------------------------------------------------- /IEDC_webapp/classifications.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/classifications.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/classifications.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/classifications.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/cls/JqGridView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/cls/JqGridView.cs -------------------------------------------------------------------------------- /IEDC_webapp/cls/Product.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/cls/Product.cs -------------------------------------------------------------------------------- /IEDC_webapp/cls/ProductJqGridView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/cls/ProductJqGridView.cs -------------------------------------------------------------------------------- /IEDC_webapp/cls/ProductRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/cls/ProductRepository.cs -------------------------------------------------------------------------------- /IEDC_webapp/cls/clsDataHandling.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/cls/clsDataHandling.cs -------------------------------------------------------------------------------- /IEDC_webapp/cls/dbConnect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/cls/dbConnect.cs -------------------------------------------------------------------------------- /IEDC_webapp/css/GridView.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/GridView.css -------------------------------------------------------------------------------- /IEDC_webapp/css/body.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/body.css -------------------------------------------------------------------------------- /IEDC_webapp/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/bootstrap.css -------------------------------------------------------------------------------- /IEDC_webapp/css/footer-distributed-with-address-and-phones.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/footer-distributed-with-address-and-phones.css -------------------------------------------------------------------------------- /IEDC_webapp/css/inputTags.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/inputTags.css -------------------------------------------------------------------------------- /IEDC_webapp/css/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/jquery-ui.css -------------------------------------------------------------------------------- /IEDC_webapp/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/main.css -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-icons_217bc0_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-icons_217bc0_256x240.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-icons_469bdd_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-icons_469bdd_256x240.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-icons_6da8d5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-icons_6da8d5_256x240.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-icons_d8e7f3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-icons_d8e7f3_256x240.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/images/ui-icons_f9bd01_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/images/ui-icons_f9bd01_256x240.png -------------------------------------------------------------------------------- /IEDC_webapp/css/redmond/jquery-ui-1.7.2.custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/redmond/jquery-ui-1.7.2.custom.css -------------------------------------------------------------------------------- /IEDC_webapp/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/style.css -------------------------------------------------------------------------------- /IEDC_webapp/css/styleAng.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/styleAng.css -------------------------------------------------------------------------------- /IEDC_webapp/css/ui.jqgrid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/css/ui.jqgrid.css -------------------------------------------------------------------------------- /IEDC_webapp/datatypes.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/datatypes.aspx -------------------------------------------------------------------------------- /IEDC_webapp/datatypes.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/datatypes.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/datatypes.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/datatypes.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/frmDB.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmDB.aspx -------------------------------------------------------------------------------- /IEDC_webapp/frmDB.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmDB.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/frmDB.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmDB.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/frmDatabase.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmDatabase.aspx -------------------------------------------------------------------------------- /IEDC_webapp/frmDatabase.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmDatabase.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/frmDatabase.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmDatabase.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/frmDatabaseHome.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmDatabaseHome.aspx -------------------------------------------------------------------------------- /IEDC_webapp/frmDatabaseHome.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmDatabaseHome.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/frmDatabaseHome.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmDatabaseHome.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/frmDatabaseTest.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmDatabaseTest.aspx -------------------------------------------------------------------------------- /IEDC_webapp/frmDatabaseTest.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmDatabaseTest.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/frmDatabaseTest.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmDatabaseTest.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/frmTestAngular.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmTestAngular.aspx -------------------------------------------------------------------------------- /IEDC_webapp/frmTestAngular.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmTestAngular.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/frmTestAngular.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/frmTestAngular.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/fromTagTest.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/fromTagTest.aspx -------------------------------------------------------------------------------- /IEDC_webapp/fromTagTest.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/fromTagTest.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/fromTagTest.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/fromTagTest.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/packages.config -------------------------------------------------------------------------------- /IEDC_webapp/provenance.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/provenance.aspx -------------------------------------------------------------------------------- /IEDC_webapp/provenance.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/provenance.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/provenance.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/provenance.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/resources/IEDC_DataTypes_Overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/resources/IEDC_DataTypes_Overview.pdf -------------------------------------------------------------------------------- /IEDC_webapp/resources/IEF_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/resources/IEF_Logo.png -------------------------------------------------------------------------------- /IEDC_webapp/tables.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/tables.aspx -------------------------------------------------------------------------------- /IEDC_webapp/tables.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/tables.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/tables.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/tables.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/uncertainty.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/uncertainty.aspx -------------------------------------------------------------------------------- /IEDC_webapp/uncertainty.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/uncertainty.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/uncertainty.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/uncertainty.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/units.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/units.aspx -------------------------------------------------------------------------------- /IEDC_webapp/units.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/units.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/units.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/units.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/upload.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/upload.aspx -------------------------------------------------------------------------------- /IEDC_webapp/upload.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/upload.aspx.cs -------------------------------------------------------------------------------- /IEDC_webapp/upload.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/upload.aspx.designer.cs -------------------------------------------------------------------------------- /IEDC_webapp/xuiTable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/IEDC_webapp/xuiTable.html -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/README.md -------------------------------------------------------------------------------- /doc/File_changes_Niko.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/doc/File_changes_Niko.md -------------------------------------------------------------------------------- /doc/IECD_ChangeLog_2018Oct12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/doc/IECD_ChangeLog_2018Oct12.txt -------------------------------------------------------------------------------- /doc/IEDC_ChangeLog_20180731.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/doc/IEDC_ChangeLog_20180731.txt -------------------------------------------------------------------------------- /doc/IEDC_ChangeLog_20180905.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/doc/IEDC_ChangeLog_20180905.txt -------------------------------------------------------------------------------- /doc/IEDC_ChangeLog_20190122.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/doc/IEDC_ChangeLog_20190122.txt -------------------------------------------------------------------------------- /doc/IEDC_DataDownloadSpecifications_V1.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/doc/IEDC_DataDownloadSpecifications_V1.docx -------------------------------------------------------------------------------- /doc/LCI_IEDC_Correspondences_V1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/doc/LCI_IEDC_Correspondences_V1.xlsx -------------------------------------------------------------------------------- /mySQL_Create/IEDC_Add_FOREIGN_KEYS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/IEDC_Add_FOREIGN_KEYS.py -------------------------------------------------------------------------------- /mySQL_Create/IEDC_Add_UNIQUE_Constraints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/IEDC_Add_UNIQUE_Constraints.py -------------------------------------------------------------------------------- /mySQL_Create/IEDC_Modify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/IEDC_Modify.py -------------------------------------------------------------------------------- /mySQL_Create/iedc_aspects.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_aspects.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_categories.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_categories.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_classification_definition.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_classification_definition.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_classification_items.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_classification_items.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_classification_itemstest.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_classification_itemstest.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_data.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_data.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_datagroups.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_datagroups.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_datasets.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_datasets.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_dimensions.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_dimensions.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_layers.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_layers.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_licences.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_licences.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_projects.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_projects.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_provenance.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_provenance.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_source_type.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_source_type.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_stats_array.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_stats_array.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_types.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_types.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_units.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_units.sql -------------------------------------------------------------------------------- /mySQL_Create/iedc_users.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Create/iedc_users.sql -------------------------------------------------------------------------------- /mySQL_Python_Examples/IEDC_MySQLCodeSnippets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Python_Examples/IEDC_MySQLCodeSnippets.py -------------------------------------------------------------------------------- /mySQL_Python_Examples/IEF_Database_Insert_mysql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Python_Examples/IEF_Database_Insert_mysql.py -------------------------------------------------------------------------------- /mySQL_Python_Examples/IEF_Database_Insert_population.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndEcol/IE_data_commons/HEAD/mySQL_Python_Examples/IEF_Database_Insert_population.py --------------------------------------------------------------------------------