Re: [Qgis-user] Point data with no co-ordinates

2020-09-22 Thread Chintan Advani
In case you are looking to add coordinates to your attribute table, you can
use the following link.

https://www.northrivergeographic.com/qgis-adding-x-y-coordinate.

On Tue, Sep 22, 2020, 11:58 AM Warren Thorne 
wrote:

> Hi All,
>
>
>
> I have created numerous points with a vector layer, and the points appear
> not to have northing and eastings.
>
>
>
> How do I rectify this?
>
>
>
> Thanks in advance
>
>
>
>
>
>
>
> Warren Thorne
> --
> IMPORTANT PLEASE READ - Email Disclaimer
> --
> This email message (including any attachments) is intended only for the
> addressee(s) and is to be kept strictly confidential unless otherwise
> agreed in writing with its sender. If you are not the intended recipient
> please notify the sender by reply email and immediately delete this email.
> Use, disclosure or reproduction of this email (or any of its attachments)
> by anyone other than the intended recipient(s) is strictly prohibited. No
> representation is made that this email or any attachments are free of
> viruses. Virus scanning is recommended and is the responsibility of the
> recipient.
> --
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Developing a directed graph

2020-06-17 Thread Chintan Advani
Hello everyone,

I am looking to create a directed graph based on a set of sensors on a road
network. I have the coordinates of the sensors and the shape file of the
network/ road layer. Is it possible to develop a directed graph / adjacency
matrix using GIS tools. I have little to no experience in python scripting
and hence looking for some inbuilt tools in GIS.

Thanks and Regards,
__
Advani Chintan Sanjeev
Research Scholar,
Civil Engineering and Build Environment,
Queensland University of Technology,
Brisbane-4000, Australia.
+41434177254
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Distance matrix using shortest path

2019-08-27 Thread Chintan Advani
Hi,

The QNEAT3 tool for  'OD Matrix from Points as Table' works perfectly well
for the problem. However, the API has limited access to points. I have a
set of 1400 points, whereas the API allows only 50 points for matrix
development. Is it possible to increase the access points?

Thanks and Regards,
__
Advani Chintan Sanjeev
Research Scholar,
Civil Engineering and Build Environment,
Queensland University of Technology,
Brisbane-4000, Australia.


On Tue, Aug 27, 2019 at 12:47 AM Clemens Raffler 
wrote:

> Hi,
>
> you could try the plugin QNEAT3 which supports network based
> origin-destination matrices between points of one layer or multiple sets
> of points in two layers out of the box. The plugin is available through
> the QGIS plugin repository and gets loaded in the processing toolbox,
> the algorithms you are looking for are called 'OD Matrix from Points as
> Table' or 'OD Matrix from Layers as Table'. The distance that is output
> to the matrix is measured based on the provided network layer.
>
> For more info on the plugin you can checkout https://root676.github.io/
>
> I hope this helps!
>
> Best, Clemens
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Distance matrix using shortest path

2019-08-26 Thread Chintan Advani
Hi guys,

I have a shape file with set of points on a road network. I am trying to
find the shortest distance among these points using the shortest path tool.
I have tried using the distance matrix tool in QGIS but it gives eucledian
distance between these points whereas I am looking the path distance (based
on road network). Can someone please suggest some tool or technique that
can help me solve this problem?

Thanks and Regards,
__
Advani Chintan Sanjeev
Research Scholar,
Civil Engineering and Build Environment,
Queensland University of Technology,
Brisbane-4000, Australia.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Map matching in Qgis to plot trajectories

2019-05-23 Thread Chintan Advani
Hey guys,

I am looking to plot the paths for different vehicles in qgis using the
co-ordinates but cannot find a solution to it. I tried plotting using point
to path processor but the points connect linearly whereas I am looking to
plot the path that are realistic (similar to what we observe in google
maps). I am using OSM as the network layer for projection. I also tried the
plugin tool "offline map matching" but that didn't help. Can anyone please
help me with the problem?

Thanks in advance,
__
Advani Chintan Sanjeev
Research Scholar,
Civil Engineering and Build Environment,
Queensland University of Technology,
Brisbane-4000, Australia.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user