Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanUpMatsimTransportModel #269

Merged
merged 3 commits into from
Dec 6, 2019
Merged

cleanUpMatsimTransportModel #269

merged 3 commits into from
Dec 6, 2019

Conversation

nkuehnel
Copy link
Member

@nkuehnel nkuehnel commented Dec 6, 2019

No description provided.

… package, factor out accessibility related code into its separate class
@todo
Copy link

todo bot commented Dec 6, 2019

choose road of certain category

Node nearestNode = NetworkUtils.getNearestNode(network, centroid); // TODO choose road of certain category
Coord coord = CoordUtils.createCoord(nearestNode.getCoord().getX(), nearestNode.getCoord().getY());
ActivityFacility activityFacility = aff.createActivityFacility(Id.create(zoneId, ActivityFacility.class), coord);
zoneRepresentativeCoords.addActivityFacility(activityFacility);
}
}


This comment was generated by todo based on a TODO comment in 319c396 in #269. cc @msmobility.

@todo
Copy link

todo bot commented Dec 6, 2019

This is only a dummy value here

acg.setTileSize_m(1000); // TODO This is only a dummy value here
//
acg.setAreaOfAccessibilityComputation(AccessibilityConfigGroup.AreaOfAccesssibilityComputation.fromFacilitiesObject);
acg.setUseOpportunityWeights(true);
acg.setWeightExponent(Properties.get().accessibility.alphaAuto); // TODO Need differentiation for different modes
logger.warn("Properties.get().accessibility.alphaAuto = " + Properties.get().accessibility.alphaAuto);


This comment was generated by todo based on a TODO comment in 319c396 in #269. cc @msmobility.

@todo
Copy link

todo bot commented Dec 6, 2019

Need differentiation for different modes

acg.setWeightExponent(Properties.get().accessibility.alphaAuto); // TODO Need differentiation for different modes
logger.warn("Properties.get().accessibility.alphaAuto = " + Properties.get().accessibility.alphaAuto);
acg.setAccessibilityMeasureType(AccessibilityConfigGroup.AccessibilityMeasureType.rawSum);
// End accessibility settings
// Accessibility module


This comment was generated by todo based on a TODO comment in 319c396 in #269. cc @msmobility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant