Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Pete Dowdell Newsgroups: comp.lang.python Subject: Re: Calculating longitudinal acceleration, lateral acceleration and normal acceleration Date: Sun, 24 Jan 2016 13:46:49 +0700 Lines: 6 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de TQjCH09ZYwqJMG5j6a7ujAaggGJ5MHb/CtBNFA1vd3GA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.072 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'python': 0.10; 'subject: \n ': 0.15; 'received:192.168.8': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'library': 0.20; 'header :In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'received:google.com': 0.35; 'robert': 0.35; 'there': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'charset:windows-1252': 0.62; 'from:addr:contact': 0.66; 'rocket': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=stridebird-com.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=X/Vv56X3rYxn40VzOnEUTZaccVtG767DF1mimBgdJjc=; b=Dk3RONYKgWMnvqrWZnnX2CYewQBHErGhGrHGZ2Mb6vCPpxzvE6MjIL3xJanHpNOtRI aY1VYwdmrsqO7KHaxfrfpJQD+vbarHOAXVHKClutveJo1T8ttlcJYHoEZyZi5OD5fLnk cI6BeOo53g6+jOdkJv7dE7XJYXgEZWepsYO2X9taW2Th1bXmZcPZxwNyw/FRuHm20cZb I3B+D3Z7M4e5WcZcDJ+gEYZQYyK93DixuSpW74tpIaYVTMok/uVsiG9C8L1UyNTZHzTK VLwAX98o6CWZ6kmcAUG0tGGseHUsuyNpTQNCn0GLFxp376OG4to6y8oAKIz3haS25qsw w6Fg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=X/Vv56X3rYxn40VzOnEUTZaccVtG767DF1mimBgdJjc=; b=M8PTV1zBR6pV/OcQ/DgynCuufeCI0AmKIoX+PKDAEjYC62SIRS3jsUDz0XqxXxU6Fj tEbSkymc1MVZpi8G/ko2wQ2Rr3joXWCJnnzN2FTpKg1pMOvYCUiXmi4M8E++qIqmvf7B i3s2rQBzOfJ2CkBogq1NBuN9VdwKPjAO4smE5Dz5xLe7RUGY0ZtSALv1a7f2DQ4AJ+TQ 917y4YccHgt1jyBiEvzO5npT9lj8tAz4GbcBcj3FOV3KeSypQhUem4ujozUqDbITuOft J5s/yeU373PBzDwRriOHt80AH09PLvHRtMbKbdW7V6BqZfz16zCAV05fry0bPmIqynhn /9XQ== X-Gm-Message-State: AG10YOQiBeUfcHEVM4+zKx+IEdxJILcL0T/JhQfusJavvvL+fvwIaUmqg/ynp1FWyh4Q3g== X-Received: by 10.98.14.209 with SMTP id 78mr16716879pfo.157.1453618016985; Sat, 23 Jan 2016 22:46:56 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: X-Mailman-Approved-At: Sun, 24 Jan 2016 15:44:07 -0500 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:102080 On 24/01/16 07:27, Robert James Liguori wrote: > Is there a python library to calculate longitudinal acceleration, lateral acceleration and normal acceleration? Might be rocket science... pd