OsmSharp / ui

The UI components.
http://osmsharp.com/
GNU General Public License v2.0
138 stars 91 forks source link

Documentation #201

Closed sadaqatbukhari closed 9 years ago

sadaqatbukhari commented 9 years ago

Hi Everyone,

From where can I get help/documentation of OSMSharp? I want to use it in my project as routing library. Please help me in this regards.

sadaqatbukhari commented 9 years ago

I can even buy a license for this. If support is available.

xivk commented 9 years ago

Documentation is indeed sparse. OsmSharp is a routing project at it's core. What is it exactly that you want to achieve? I can write documentation on-demand. Yesterday I also added a bit on routing:

https://github.com/OsmSharp/OsmSharp/wiki

sadaqatbukhari commented 9 years ago

Thanks xivk, we want to use it for calculating rout between two points and wiapoints/way points. But when I am loading the files it is giving me out of memory exceptions. I am using .pbf files. Our company is in transportation business, we'll use it for routing planning as well. Below are few questions. 1- How can I load data as much as possible? 2- When ever I load data is takes a lot time. 3- Is there way can I store parsed time to minimize the loading time?

xivk commented 9 years ago

Not sure how big an area you are talking about but OsmSharp should be able to handle any country file.

Some new documentation on how to serialize/deserialize:

https://github.com/OsmSharp/OsmSharp/wiki/Serializing-a-routing-graph

sadaqatbukhari commented 9 years ago

Thanks xivk,

I am only loading the Berlin city file. I have created a web API project and when I try to load the data its gives out of memory exception. I am using 32bit VS2013.

xivk commented 9 years ago

Ah maybe you need to build for x64