Package | Description |
---|---|
com.conveyal.r5.analyst | |
com.conveyal.r5.analyst.cluster |
Modifier and Type | Field and Description |
---|---|
Grid |
NetworkPreloader.PreloadedData.grid |
Grid |
BootstrappingTravelTimeReducer.grid
Destination opportunity density grid
|
Grid[] |
AccessibilityResult.grids |
Modifier and Type | Method and Description |
---|---|
Grid |
SelectingGridReducer.compute(InputStream rawInput)
Deprecated.
|
Grid |
SelectingGridReducer.compute(String resultsBucket,
String key)
Deprecated.
|
Grid |
BootstrapPercentileMethodHypothesisTestGridReducer.computeImprovementProbability(InputStream a,
InputStream b) |
Grid |
BootstrapPercentileMethodHypothesisTestGridReducer.computeImprovementProbability(String resultBucket,
String regionalAnalysisAKey,
String regionalAnalysisBKey)
Calculate the probability at each origin that a random individual sample from regional analysis B is larger than one from regional
analysis A.
|
Grid |
GridCache.get(String key) |
static Grid |
Grid.read(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Grid> |
Grid.fromCsv(File csvFile,
String latField,
String lonField,
int zoom)
Create grids from a CSV file
|
static Map<String,Grid> |
Grid.fromCsv(File csvFile,
String latField,
String lonField,
int zoom,
BiConsumer<Integer,Integer> statusListener) |
static Map<String,Grid> |
Grid.fromShapefile(File shapefile,
int zoom) |
static Map<String,Grid> |
Grid.fromShapefile(File shapefile,
int zoom,
BiConsumer<Integer,Integer> statusListener) |
Modifier and Type | Method and Description |
---|---|
static WebMercatorExtents |
WebMercatorExtents.forGrid(Grid grid) |
boolean |
Grid.hasEqualExtents(Grid comparisonGrid) |
Constructor and Description |
---|
AccessibilityResult(Grid[] grids,
int[] cutoffs,
double[] percentiles) |
BootstrappingTravelTimeReducer(RegionalTask request,
Grid grid)
As an optimization, since we only care whether a cell was reached and not exactly how long it took to reach,
we don't need to sort the travel times to a destination and read off specific percentiles of travel time.
|
PreloadedData(TransportNetwork network,
Grid grid,
LinkedPointSet linkedPointSet) |
Modifier and Type | Field and Description |
---|---|
Grid |
RegionalTask.gridData
The grid we are calculating accessibility to.
|
Copyright © 2019. All rights reserved.