{"id":16499268,"url":"https://github.com/mschauer/trajectories.jl","last_synced_at":"2025-03-01T18:15:14.548Z","repository":{"id":55635284,"uuid":"148288686","full_name":"mschauer/Trajectories.jl","owner":"mschauer","description":"Maps from the line into spaces","archived":false,"fork":false,"pushed_at":"2020-12-16T12:28:44.000Z","size":30,"stargazers_count":6,"open_issues_count":3,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-27T10:12:35.466Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mschauer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-11T08:54:03.000Z","updated_at":"2021-11-07T22:52:05.000Z","dependencies_parsed_at":"2022-08-15T05:01:03.341Z","dependency_job_id":null,"html_url":"https://github.com/mschauer/Trajectories.jl","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschauer%2FTrajectories.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschauer%2FTrajectories.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschauer%2FTrajectories.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschauer%2FTrajectories.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mschauer","download_url":"https://codeload.github.com/mschauer/Trajectories.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241404416,"owners_count":19957655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T14:51:46.464Z","updated_at":"2025-03-01T18:15:14.516Z","avatar_url":"https://github.com/mschauer.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trajectories\n\nA trajectory in the sense of this package is a vector of time points `t` and a corresponding\nvector of spatial points `x`, which are though as locations `x[i]` of an object at times\n`t[i]`.\n\nA key decision which has to be made for a time series object,\nis whether iteration is used to iterate values, pairs or is leveraged for destruction. See issue #1. At the moment, \nall iteration and destructuring is explicit.\n\nTo iterate values `xᵢ`, pairs `(tᵢ, xᵢ)` or components `(t, x)`, use `values`, `pairs` or `Pair`\n```julia\ntᵢ in keys(X)\nxᵢ in values(X)\n(tᵢ, xᵢ) in pairs(X)\n\nt, x = Pair(X)\n```\n\nA second key decision is what constitutes indexing. Also here this package is *agnostic*: Only key look-up\nwith `get` is implemented so far.\n\nTrajectories support `Tables.jl` with `columns` being a named tuple `(t = X.t, x = X.x)`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschauer%2Ftrajectories.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmschauer%2Ftrajectories.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschauer%2Ftrajectories.jl/lists"}