intelligent-infrastructure.blogspot.com
blog for www.intelligent-infrastructure.eu: Geocoding places from paper traffic surveys
http://intelligent-infrastructure.blogspot.com/2013/01/geocoding-places-from-paper-surveys.html
We try to keep it up to date, and store our thoughts here. Treat it as an open think-tank, and you are always invited to add your idea, or opinion! Niedziela, 6 stycznia 2013. Geocoding places from paper traffic surveys. Long time since the last post - it doesn't mean however that i 2 was relaxing and playing guitar on the beach, contary: big projects - interesting, challenging, innovative. I hope soon at least few more posts will be published. 2hrs of python coding and full info on 5000 trips gathered.
intelligent-infrastructure.blogspot.com
blog for www.intelligent-infrastructure.eu: Accessibility as a measure of distance in transport model - distance = seconds, not meters
http://intelligent-infrastructure.blogspot.com/2013/05/accessibility-as-measure-of-distance-in.html
We try to keep it up to date, and store our thoughts here. Treat it as an open think-tank, and you are always invited to add your idea, or opinion! Środa, 15 maja 2013. Accessibility as a measure of distance in transport model - distance = seconds, not meters. Mapping is almost always done with distances, but mapping areas based on travel time between them can be much more valuable information. Udostępnij w usłudze Twitter. Udostępnij w usłudze Facebook. Udostępnij w serwisie Pinterest. Rafal kucharski i...
intelligent-infrastructure.blogspot.com
blog for www.intelligent-infrastructure.eu: Plate number survey add-in for Visum
http://intelligent-infrastructure.blogspot.com/2012/07/plate-number-survey-add-in-for-visum.html
We try to keep it up to date, and store our thoughts here. Treat it as an open think-tank, and you are always invited to add your idea, or opinion! Piątek, 20 lipca 2012. Plate number survey add-in for Visum. From raw input files to Visum OD and travel time matrices. APNR Support will support you with every step of APNR data processing:. 1 Flexible data importer will create SQL database from your records. 2 Powerful database engine will organize results. 4 Filtering engine will show data you need (i....
intelligent-infrastructure.blogspot.com
blog for www.intelligent-infrastructure.eu: why python for Visum scripting - short answer
http://intelligent-infrastructure.blogspot.com/2013/03/why-python-for-visum-scripting-short.html
We try to keep it up to date, and store our thoughts here. Treat it as an open think-tank, and you are always invited to add your idea, or opinion! Środa, 20 marca 2013. Why python for Visum scripting - short answer. Check if UDA exists. Return attr in [e.Code for e in o.Attributes.GetAll]. CheckAttr(Visum.Net.Links,"ToNodeNo"). With VB, or anything lower level it'd be at least 20 lines of code :P. Update - the same with VB:. Sub UpdateVisumUDAs(ByVal tableName As String. ByVal keyFields As String().
intelligent-infrastructure.blogspot.com
blog for www.intelligent-infrastructure.eu: Change Node/Link/Zone Numbers in Visum via COM + limit of Visum
http://intelligent-infrastructure.blogspot.com/2013/01/change-nodelinkzone-numbers-in-visum.html
We try to keep it up to date, and store our thoughts here. Treat it as an open think-tank, and you are always invited to add your idea, or opinion! Czwartek, 24 stycznia 2013. Change Node/Link/Zone Numbers in Visum via COM limit of Visum. We have model of Kraków (city ca. 1mln inhabitants), we are creating regional model of Małopolska - Kraków is it's capital. We have detailed GIS network from regional municipality, we have our own Kraków model with Visum network. We want to merge them together. If durin...
intelligent-infrastructure.blogspot.com
blog for www.intelligent-infrastructure.eu: Activity duration distribution - how to get it?
http://intelligent-infrastructure.blogspot.com/2013/10/activity-duration-distribution-how-to.html
We try to keep it up to date, and store our thoughts here. Treat it as an open think-tank, and you are always invited to add your idea, or opinion! Środa, 2 października 2013. Activity duration distribution - how to get it? What we had is an out-dated survey made for activities (year 2000) and quite recent classic travel survey. We need to make use of this as seamless as possible. Let’s define following linear program. Time-of-day vectors and variable is the duration distribution vector D. We got what we...
intelligent-infrastructure.blogspot.com
blog for www.intelligent-infrastructure.eu: Multiple Visum licences -> Multiple COM Objects
http://intelligent-infrastructure.blogspot.com/2013/04/multiple-visum-licences-multiple-com.html
We try to keep it up to date, and store our thoughts here. Treat it as an open think-tank, and you are always invited to add your idea, or opinion! Wtorek, 9 kwietnia 2013. Multiple Visum licences - Multiple COM Objects. Well, that's kind of a problem when you have many Visum licences and you want to use them variantly via COM. By default latest installation is available under: ("Visum.Visum") key in registry and any new installation of Visum overwrites previous keys. So what's the solution? Rafal kuchar...