<div dir="ltr">Hello Esteban,<div><br></div><div>I ran the query you suggested and I am getting a Null result. </div><div>I am actually able to apply spatial and temporal bound on trajectories when the points are defined in 2 dimensions. But when I increase the spatial bounding box to 3 dimensions and the trajectory points to 3 dimensions as well like I have shown in previous mail, I am unable to get the period set during which the trajectory intersected with the spatial bounding box. Although the st_intersect function returned a valid value, tintersects() function returns a period set with all false values and no true values.</div><div><br></div><div> </div><div>My requirement is that I have to model a trajectory with lat/long and height (i.e 3 dimensional point) and be able to find an intersection with a 3 dimensional polygon. I should be able to get the period set during which the trajectory intersected with the polygon. Please let me know if I am missing something in understanding how the MobilityDB works in this scenario. </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 11, 2021 at 9:54 PM Esteban Zimanyi <<a href="mailto:estebanzimanyi@gmail.com">estebanzimanyi@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Dear Sharath<div><br></div><div>I analyzed the query you sent me and I need a little more information about what do you want to obtain.</div><div><br></div><div>According to my understanding you needed to project the trips with respect to a bounding box AND a time period. If this is the case, you case use a query as the following one</div><div><br></div><div>with temp(box) as (<br>  select stbox(geometry 'SRID=3857;POLYGON((485292.553920999 6593648.95191558, 485292.553920999 6597648.95191558, <br>    489292.553920999 6597648.95191558, 489292.553920999 6593648.95191558, 485292.553920999 6593648.95191558))', <br>    period '[2020-06-01 08:00, 2020-06-02 12:00]') )<br>select atStbox(trip, box) from trips, temp;<br></div><div><br></div><div>Is that what you want?</div><div><br></div><div>Regards</div><div><br></div><div>Esteban</div><div><br></div><div><br clear="all"><div><div dir="ltr"><div dir="ltr"><div>------------------------------------------------------------<br>Prof. Esteban Zimanyi<br>Department of Computer & Decision Engineering  (CoDE) CP 165/15    <br>Universite Libre de Bruxelles            <br>Avenue F. D. Roosevelt 50                <br>B-1050 Brussels, Belgium                 <br>fax: + 32.2.650.47.13<br>tel: + 32.2.650.31.85<br>e-mail: <a href="mailto:ezimanyi@ulb.ac.be" target="_blank">ezimanyi@ulb.ac.be</a><br>Internet: <a href="http://cs.ulb.ac.be/members/esteban/" target="_blank">http://cs.ulb.ac.be/members/esteban/</a><br>------------------------------------------------------------</div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 8, 2021 at 8:13 AM Sharath S Bhargav <<a href="mailto:shrthsbhargav96@gmail.com" target="_blank">shrthsbhargav96@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello,<div>I want to store the trajectory of an object with all 3 dimensions and find the intersection with a polygon with z dimension defined as well. I am able to get a result of "true" when I use the function "intersects" but I get a false value when I use "tintersects". Could someone let me know how MobilityDB operates on the Z dimension of a point.</div><div><div><br></div><div>Any help on how to proceed with 3 dimensions in MobilityDB would be much appreciated.</div>-- <br><div dir="ltr"><div dir="ltr">Thank you,<div>Sharath</div><div><br></div></div></div></div></div>
_______________________________________________<br>
Mobilitydb-users mailing list<br>
<a href="mailto:Mobilitydb-users@lists.osgeo.org" target="_blank">Mobilitydb-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mobilitydb-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mobilitydb-users</a><br>
</blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Regards,<div>Sharath</div><div><br></div></div></div>