Hi All,

I have also included the feature for adding specific transit points between
the routes (i.e. any route must pass through the transit points). I have
submitted a patch for the latest code on JIRA:
https://issues.apache.org/jira/secure/attachment/12593558/gsoc13_crimgeoprofile.diff

As for storing data on server side, currently all we need to store is the
lat-long of the locations marked by the user and the lat-long of the routes
between them, along with time, distance of the route etc. So I am currently
storing them as a json file, since a JS object can be easily converted to
json format for saving, and json can be easily converted to JS object while
loading.



On Mon, Jul 22, 2013 at 10:45 PM, Ra myaa <[email protected]> wrote:

> hi,
>  are we meeting? if so when?
>
>
> On Sun, Jul 21, 2013 at 11:13 PM, Ramyaa <[email protected]> wrote:
>
>> Hi all
>> I'm in LA and would prefer to avoid morning meeting since I'm jetlagged
>> I would like to discuss code maybe later  and I want to discuss next
>> steps with Dr germs before he leaves
>>
>> Thanks,
>> Ramyaa
>>
>> On Jul 21, 2013, at 2:31 PM, Arvind Verma <[email protected]> wrote:
>>
>> Hi Suresh and everyone
>> Can we meet and have a demonstration?
>> I am probably off to India by next Friday for 2 weeks.
>> Can we schedule tomorrow any time?
>> Arvind
>>
>> On Sun, Jul 21, 2013 at 4:53 PM, Suresh Marru <[email protected]> wrote:
>>
>>> Hi Nadeem,
>>>
>>> Good progress. Please keep your progress posted. Also, can you commit
>>> your code to - https://svn.apache.org/repos/asf/sis/sandbox/gsoc2013/?
>>>
>>> I created a crimgeoprofile for Criminology Geo Profiling, but feel free
>>> to choose a name of your choice.
>>>
>>> So you will first checkout the svn location and add your code and take a
>>> patch and attach the patch to the JIRA issue. Google for svn patches, and
>>> you will find detailed instructions.
>>>
>>> Suresh
>>>
>>> On Jul 21, 2013, at 4:31 PM, Adam Estrada <[email protected]>
>>> wrote:
>>>
>>> > Thanks for the update, Nadeem! I am curious to know what format you are
>>> > saving data to the server as. It would be really great if you could
>>> save it
>>> > as a SIS supported format like a Shapefile or NetCDF (although a raster
>>> > format is probably not a good fit here). Those are already implemented
>>> so
>>> > anything else would have to be developed as part of your project.
>>> >
>>> > Thanks!
>>> > Adam
>>> >
>>> >
>>> > On Sun, Jul 21, 2013 at 4:12 PM, Nadeem Anjum <[email protected]
>>> >wrote:
>>> >
>>> >> Hi All,
>>> >>
>>> >> the status of implementation so far is:
>>> >>
>>> >>   - We  can now mark specific locations - home, office and hangout
>>> (any
>>> >>   number of these)
>>> >>   - We have 4 routes between any pair of locations
>>> >>   - We have the time and distance for each routes
>>> >>   - We have a criminal object that stores all the above data.
>>> >>   - We have functions that get and set the above properties of the
>>> object
>>> >>   - User can save the above data into a file on the server
>>> >>   - User can load data saved from a file on the server
>>> >>   - Beeline movement has been implemented, given a source and
>>> destination,
>>> >>   one possible path is uniformly chosen and the agent moves along that
>>> >> route.
>>> >>   - We are also able to analyze beeline movement, by simulating it a
>>> >>   number of times and shading the paths chosen more number of times
>>> with
>>> >>   thicker poly-lines. Currently since the paths are uniformly chosen
>>> all
>>> >>   poly-lines are of almost equal thickness when simulated a large
>>> number
>>> >> of
>>> >>   times (as expected).
>>> >>   - User can also save the analysis data to a file.
>>> >>
>>> >> Unfortunately the server is apparently down, so I have not been able
>>> to
>>> >> deploy the latest code.
>>> >>
>>> >> Thanks,
>>> >> Nadeem
>>> >>
>>>
>>>
>>
>

Reply via email to