-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export function get_mets_mode_map(label_options: any): {}; | ||
import { BASE_MODES } from './emcommon.diary.base_modes.js'; | ||
import * as Log from './emcommon.logger.js'; | ||
export { BASE_MODES, Log }; | ||
import { BASE_MODES } from './emcommon.diary.base_modes.js'; | ||
export { Log, BASE_MODES }; | ||
//# sourceMappingURL=emcommon.metrics.active_travel.active_travel_calculations.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
export function merge_metadatas(meta_a: any, meta_b: any): void; | ||
export function calc_footprint_for_trip(trip: any, label_options: any, mode_value: any, labels_map: any): Promise<any>; | ||
export function calc_footprint_for_trip(trip: any, label_options: any, mode_key: any, mode_value: any, labels_map: any): Promise<any>; | ||
export function calc_footprint(mode_footprint: any, distance: any, year: any, coords: any, uace: any, egrid_region: any, passengers: any, metadata: any): Promise<any>; | ||
export const _worst_rich_mode: any; | ||
export const _worst_wh_per_km: number; | ||
export function find_worst_rich_mode(label_options: any): any; | ||
import * as emcdb from './emcommon.diary.base_modes.js'; | ||
import * as emcmfu from './emcommon.metrics.footprint.util.js'; | ||
import * as emcmfe from './emcommon.metrics.footprint.egrid.js'; | ||
import * as emcmft from './emcommon.metrics.footprint.transit.js'; | ||
import * as emcmfu from './emcommon.metrics.footprint.util.js'; | ||
import * as emcdu from './emcommon.diary.util.js'; | ||
import * as Log from './emcommon.logger.js'; | ||
export { emcdb, emcmfe, emcmft, emcmfu, emcdu, Log }; | ||
import * as emcdb from './emcommon.diary.base_modes.js'; | ||
import * as emcdu from './emcommon.diary.util.js'; | ||
export { emcmfu, emcmfe, emcmft, Log, emcdb, emcdu }; | ||
//# sourceMappingURL=emcommon.metrics.footprint.footprint_calculations.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
export function dict_to_js_obj(py_dict: any): {}; | ||
import * as ble_matching from './emcommon.bluetooth.ble_matching.js'; | ||
import * as footprint_calculations from './emcommon.metrics.footprint.footprint_calculations.js'; | ||
import * as active_travel_calculations from './emcommon.metrics.active_travel.active_travel_calculations.js'; | ||
import * as conditional_surveys from './emcommon.survey.conditional_surveys.js'; | ||
import * as Log from './emcommon.logger.js'; | ||
import * as metrics_summaries from './emcommon.metrics.metrics_summaries.js'; | ||
import * as footprint_calculations from './emcommon.metrics.footprint.footprint_calculations.js'; | ||
import * as ble_matching from './emcommon.bluetooth.ble_matching.js'; | ||
import * as base_modes from './emcommon.diary.base_modes.js'; | ||
export { ble_matching, footprint_calculations, active_travel_calculations, conditional_surveys, Log, metrics_summaries, base_modes }; | ||
import * as Log from './emcommon.logger.js'; | ||
import * as active_travel_calculations from './emcommon.metrics.active_travel.active_travel_calculations.js'; | ||
export { conditional_surveys, metrics_summaries, footprint_calculations, ble_matching, base_modes, Log, active_travel_calculations }; | ||
//# sourceMappingURL=index.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.