Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100527

Re: geostationary satellite data

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: geostationary satellite data
Date Thu, 17 Dec 2015 04:08:02 +1100
Lines 12
Message-ID <mailman.21.1450285692.30845.python-list@python.org> (permalink)
References <mailman.11.1450280795.30845.python-list@python.org> <dddjs0Fevt5U1@mid.individual.net>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de LXyg0vypznAge9xhPX1QEAufUjmvgmxpS2uKQH3shxJA==
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.046
X-Spam-Evidence '*H*': 0.91; '*S*': 0.00; 'bits': 0.07; 'cc:addr :python-list': 0.09; 'thu,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'byte': 0.18; 'bytes': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'am,': 0.23; 'dec': 0.23; 'header:In-Reply-To:1': 0.24; 'message- id:@mail.gmail.com': 0.27; 'format,': 0.27; 'dimensions': 0.29; 'long.': 0.29; 'source': 0.33; "i'll": 0.33; 'file': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'format': 0.39; 'called': 0.40; 'claim': 0.61; 'real': 0.62; 'per': 0.62; 'more': 0.63; 'chrisa': 0.84; 'subject:satellite': 0.84; 'to:none': 0.91; 'subject:skip:g 10': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=Q9Vvew5Saewqp0/HTzUxewum5u7FbFje7/oCgFzjbX8=; b=DlDk3TCV7f6mDJvYba7t0GsS6/MqX8NOWlMaNroaRX3AjwI2BHNHQtP2EptzfK4yTh 3aS8L48fYeJDSnCwjatoT4SAeDr4/4xp20u9/mlCliLvC50im4KEpnKLCKtfqa6RzKNs ebB4lOud022hcIIJVs5Ea3X+36G/FDd8JbVEXSx14NG8FpCDF/+FOxADWpTYNUJ3QhDb Ldvt3oLxSVKJJX37lM5vhLp476x3xkTSOzV+mxd+7Xjg6AlASn4VQh1ao84OhJnVjpEi ASjsugHhb2gmu19/I5sBYSO9OJMXw47bUjmAYhZd1GUBA9mvibLy8Rhzzb5TibRzOtdn 2WCQ==
X-Received by 10.107.31.2 with SMTP id f2mr12968807iof.157.1450285682533; Wed, 16 Dec 2015 09:08:02 -0800 (PST)
In-Reply-To <dddjs0Fevt5U1@mid.individual.net>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:100527

Show key headers only | View raw


On Thu, Dec 17, 2015 at 4:04 AM, Peter Pearson
<pkpearson@nowhere.invalid> wrote:
> The file is 65274016 bytes long.  You claim the dimensions are
> 9896 x 3298, but that comes out to half that number (32637008), so I'll
> bet the real dimensions are 9896 x 6596, with one byte per pixel.
> I think this image format is called "raw".

It could be 16 bits per pixel. Without knowing a lot more about the
source of the image and its format, it's hard to say with any
certainty.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

geostationary satellite data jorge.conrado@cptec.inpe.br - 2015-12-16 13:19 -0200
  Re: geostationary satellite data Peter Pearson <pkpearson@nowhere.invalid> - 2015-12-16 17:04 +0000
    Re: geostationary satellite data Chris Angelico <rosuav@gmail.com> - 2015-12-17 04:08 +1100
      Re: geostationary satellite data Peter Pearson <pkpearson@nowhere.invalid> - 2015-12-16 17:30 +0000
        Re: geostationary satellite data Chris Angelico <rosuav@gmail.com> - 2015-12-17 04:37 +1100
          Re: geostationary satellite data Peter Pearson <pkpearson@nowhere.invalid> - 2015-12-16 17:53 +0000
        Re: geostationary satellite data Robin Koch <robin.koch@t-online.de> - 2015-12-16 19:57 +0100

csiph-web