Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michael Selik Newsgroups: comp.lang.python Subject: Re: Python packages for hydrology and DEM Date: Tue, 19 Apr 2016 13:28:48 +0000 Lines: 17 Message-ID: References: <06a6bfe3-49c2-48a9-9e95-69359cffdebf@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de EvWDe7BEpznEqYk/x4je3Q4aVkTsVV5wklLfYRF9o7ow== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.10; 'python.': 0.11; 'url:)': 0.14; 'suggest': 0.15; 'received:74.125.82.44': 0.15; '2016': 0.16; 'hydrology': 0.16; 'matlab': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'simulated': 0.16; 'wrote:': 0.16; 'email addr:gmail.com>': 0.18; 'algorithm': 0.20; 'machine': 0.21; 'to:2**1': 0.21; 'header :In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'function': 0.28; 'algorithms.': 0.33; 'tue,': 0.34; 'received:google.com': 0.35; 'tasks': 0.35; 'received:74.125.82': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'someone': 0.38; 'rather': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'digital': 0.63; 'complete': 0.63 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=DsQBExYrPXDwmlYvVj788SsvcE33Kwis8gl/gW4PSKc=; b=ek+NiG2FddQXienHCL/KO8Vb7j0Sw/k6ITZP4YnXgGsVCgXLNBOdeARKi7jQWF/fTG bwcVw8XP57qKUFx41QRdOb1yP5nkon4o6ZrlnG944qnyFl8ISAzQEZABJ4Wbh8NbpQ0C ovW7DYiuMUBlrgZQRR1ZC2h3k9zgkZKDr9H9F+yzQpBpn8FUnHbS5v94miEnayRYFo2L 2Z5HV6cxCDf4UGfholv94pvRILtWo9fldrq/yHKNKp6PqH+mpejGk9YVtnKXtB5veVB9 nKx7yD/nRIxQ3XrIKsjGCEpWe+wkgEex92A6CnqLNhanqHHhKudSih68ASCA47e4pYwc vaJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=DsQBExYrPXDwmlYvVj788SsvcE33Kwis8gl/gW4PSKc=; b=YdYsocRw1G6ROjZBVFAolC3MJN9NKBi9mDLg1B09LBh0Jy4EdxFAk3zyGWwDzIQeRo LymXMABFrSVRg9yS+kaDit5XmEuW9xBH5z9VuZAp2UhACl1KYO7G6+627XTNqkokIEao AWaew6ddeCilBu+a9t+0FrRwVERwSE2TsJJK4bSB0H8f2pzolGYl7WL5D6MOSyCfaG12 NsNybvM0rYfyF2Louryab2BteHNhBJxTM5x49oUnPCU545RWXeD6Cojb8a/RwVEUZhCc d7Ik5MkDFbhkckLye1i0HPWOMjNXUNnt8FU4aMOrzCETTNmhSG9ObghpK3EwJU7AIqTC 2OSg== X-Gm-Message-State: AOPr4FUVLVUhYbN4vYDjB0kO1PDUAPGVi81KSIAdddESV64+lEuxahzeWaKySExGUewiHZpWrKW8RHNy7U3aKg== X-Received: by 10.28.146.135 with SMTP id u129mr3641720wmd.8.1461072537983; Tue, 19 Apr 2016 06:28:57 -0700 (PDT) In-Reply-To: <06a6bfe3-49c2-48a9-9e95-69359cffdebf@googlegroups.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <06a6bfe3-49c2-48a9-9e95-69359cffdebf@googlegroups.com> Xref: csiph.com comp.lang.python:107320 On Tue, Apr 19, 2016 at 2:21 AM Xristos Xristoou wrote: > I want to ask for hydrology python packages with complete function to > calculate hydrology tasks like fill,flow direction,flow accumulator and > more?or how can i find genetic algorithms for to do this tasks to finaly > create a complete hydro model with python. > > can someone tell me some documentation to do that with python ? i want to > find like this TopoToolbox from matlab in python using > > also i want to ask and for python psckage for digital elevation models > calcultor like idw krigging spline and more...or some documentation for this > or some genetic algorithm for this > > Sklearn is a good machine learning package (http://scikit-learn.org/). I suggest simulated annealing rather than genetic algorithms.