GithubHelp home page GithubHelp logo

Comments (11)

sergesemashko avatar sergesemashko commented on June 12, 2024 1

I'm going to take a look at this issue

from safeplaces-dct-app.

penrods avatar penrods commented on June 12, 2024

Also, please verify that the Google timestamps are in UTC. I fairly sure they are, but would like this verified.

from safeplaces-dct-app.

harshvitra avatar harshvitra commented on June 12, 2024
for each placeVisit we need to check 

if --> endTimestampMs - startTimestampMs is greater than 300000
then number of points = ( endTimestampMs - startTimestampMs ) / 300000
Finally Add these many points with adding 300000 to startTimestampMs of previous entry

(300000 is the difference for 5 mins)

from safeplaces-dct-app.

jordajm avatar jordajm commented on June 12, 2024

@penrods @harshvitra I'd like to grab this one if it's not currently being worked on

from safeplaces-dct-app.

gabalmat avatar gabalmat commented on June 12, 2024

It doesn't look like the unzipped file is getting saved to the directory specified in GetFileName():

LOG  Unzip Completed for /storage/emulated/0/Download and /storage/emulated/0/Download/takeout-20200327T014023Z-001.zip
LOG  ENOENT: /storage/emulated/0/Download/Takeout/Location History/Semantic Location History/2020/2020_MARCH.json (No such file or directory), open '/storage/emulated/0/Download/Takeout/Location History/Semantic Location History/2020/2020_MARCH.json' ENOENT

Should this be taken care of in this issue as well?

from safeplaces-dct-app.

popofibo avatar popofibo commented on June 12, 2024

It doesn't look like the unzipped file is getting saved to the directory specified in GetFileName():

LOG  Unzip Completed for /storage/emulated/0/Download and /storage/emulated/0/Download/takeout-20200327T014023Z-001.zip
LOG  ENOENT: /storage/emulated/0/Download/Takeout/Location History/Semantic Location History/2020/2020_MARCH.json (No such file or directory), open '/storage/emulated/0/Download/Takeout/Location History/Semantic Location History/2020/2020_MARCH.json' ENOENT

Should this be taken care of in this issue as well?

Looks like in Android, this is a situation where your Google takeout file does not have 2020_MARCH.json, this happened to be a couple of times with the extracts. Also in the code the file is defaulted to be of MARCH every time, which might be true initially but now should be expanded to be MARCH-and-beyond.

from safeplaces-dct-app.

sergesemashko avatar sergesemashko commented on June 12, 2024

I can take a look once #69 and #77 are addressed. Feel free to assign this one to me.

from safeplaces-dct-app.

sergesemashko avatar sergesemashko commented on June 12, 2024

@penrods Shall location rather be store with Start and end timestamps to reduce amount of logged data?

from safeplaces-dct-app.

manda545 avatar manda545 commented on June 12, 2024

placeVisit" : {
"location" : {
"latitudeE7" : 324914959,
"longitudeE7" : -921784525,
"placeId" : "ChIJbbNi6KM3LoYRvSDTmrO3fYY",
"address" : "223 W Heights Dr\nWest Monroe, LA 71292\nUSA",
"name" : "223 W Heights Dr",
"sourceInfo" : {
"deviceTag" : -1864277346
},
"locationConfidence" : 36.61622
},
"duration" : {
"startTimestampMs" : "1607129593011",
"endTimestampMs" : "1607130430990"
},

from safeplaces-dct-app.

manda545 avatar manda545 commented on June 12, 2024

I need this address translated into normal date an time.

from safeplaces-dct-app.

manda545 avatar manda545 commented on June 12, 2024

Can anyone translate this or see what I’ve posted

from safeplaces-dct-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.