-
Recent Posts
Recent Comments
- Uffe Kousgaard on Spatial Index Improvement
- renanda tribowo on Spatial Index Improvement
Archives
Categories
Meta
Category Archives: RW Net
gRPC demo
We have created a new demo to show how it is possible to connect to a routing server, where the it runs over the gRPC protocol. The client demo is a .NET 7 Core application, which you can download from … Continue reading
Posted in RW Net
Comments Off on gRPC demo
GeoBarrier
A GeoBarrier allows you to prevent spatial searches to find roads on the “wrong” side of a barrier, even if a road there is nearer. A geobarrier can be either lines or polygons. In the example below, the nearest road … Continue reading
Posted in RW Net
Comments Off on GeoBarrier
GeoPackages
A GeoPackage is an open and standardized local geographical database, based upon the SQLite format. We have just added a new method, so you can import directly from this file format. Compared to importing from a TAB file (large network … Continue reading
Posted in RW Net
Comments Off on GeoPackages
Steiner Tree
We have added a new method for Steiner Tree’s, which deals with the problem of connecting points on a network with the shortest possible set of links, so there is a path between all points. Like when you install pipelines … Continue reading
Posted in RW Net
Comments Off on Steiner Tree
Isochrone Improvements
We have just implemented a number of low-level performance improvements of the simple isochrones (method DriveTimeSimpleDyn), so they are generated faster, particularly in large networks and when they have multiple steps. This is done by using the spatial index as … Continue reading
Posted in RW Net
Comments Off on Isochrone Improvements
Alpha Shapes
We have come a long way with adding alpha shapes as one more way of doing polygon isochrones in RW Net 4. The example below shows a 5 km isochrone, based upon OpenStreetMap data:
Posted in RW Net
Comments Off on Alpha Shapes
RW Net 4 DLL for MapInfo 64-bit
Pitney Bowes has released an alpha version of their upcoming 64-bit version of MapInfo Professional. We decided to test it with the 64-bit version of RW Net 4 DLL and performed two runs: MapInfo 12.0 > test.mbx > rwnet4.dll (32-bit) … Continue reading
Posted in RouteFinder, RW Net
Comments Off on RW Net 4 DLL for MapInfo 64-bit
Mono/Android
After several low-level fixes and changes, we have now managed to get RW Net 4 running on an Android device. It is the exact same .NET assembly that you also use with Visual Studio and Windows. The application below was … Continue reading
Posted in RW Net
Comments Off on Mono/Android
Large Drivetime Isochrones
For the municipality of Næstved we have calculated drive time isochrones showing the effect of the Fixed link at Femern Belt, scheduled to open in 2021 and connecting Germany and Eastern Denmark. Calculations were done with RW Net 4, OpenStreetMap … Continue reading
Posted in RW Net
Comments Off on Large Drivetime Isochrones
Alternative Routes
We have been making experiments on calculating alternative routes, as can be seen on the map below: Here we have 4 routes, the fastest (green) and then 3 alternatives. 1, 2 and 3 are mostly overlapping. It will be included … Continue reading
Posted in RW Net
Comments Off on Alternative Routes