Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107295 > unrolled thread
| Started by | Xristos Xristoou <saxri89@gmail.com> |
|---|---|
| First post | 2016-04-18 23:19 -0700 |
| Last post | 2016-04-19 13:28 +0000 |
| Articles | 5 — 4 participants |
Back to article view | Back to comp.lang.python
Python packages for hydrology and DEM Xristos Xristoou <saxri89@gmail.com> - 2016-04-18 23:19 -0700
Re: Python packages for hydrology and DEM Ben Finney <ben+python@benfinney.id.au> - 2016-04-19 17:07 +1000
Re: Python packages for hydrology and DEM Xristos Xristoou <saxri89@gmail.com> - 2016-04-19 01:45 -0700
Re: Python packages for hydrology and DEM Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-04-19 08:32 -0400
Re: Python packages for hydrology and DEM Michael Selik <michael.selik@gmail.com> - 2016-04-19 13:28 +0000
| From | Xristos Xristoou <saxri89@gmail.com> |
|---|---|
| Date | 2016-04-18 23:19 -0700 |
| Subject | Python packages for hydrology and DEM |
| Message-ID | <06a6bfe3-49c2-48a9-9e95-69359cffdebf@googlegroups.com> |
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 ty.
[toc] | [next] | [standalone]
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2016-04-19 17:07 +1000 |
| Message-ID | <mailman.0.1461049662.30862.python-list@python.org> |
| In reply to | #107295 |
Xristos Xristoou <saxri89@gmail.com> writes: > 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. I know nothing useful about that problem domain. What I can say is that the first place to look for Python packages is the Python Package Index. What is your assessment of the search results for searching “hydrology” or “genetic algorithm” at the Python Package Index? <URL:https://pypi.python.org/pypi?%3Aaction=search&term=hydrology&submit=search> <URL:https://pypi.python.org/pypi?%3Aaction=search&term=genetic+algorithm&submit=search> -- \ “It is clear that thought is not free if the profession of | `\ certain opinions makes it impossible to earn a living.” | _o__) —Bertrand Russell, _Free Thought and Official Propaganda_, 1928 | Ben Finney
[toc] | [prev] | [next] | [standalone]
| From | Xristos Xristoou <saxri89@gmail.com> |
|---|---|
| Date | 2016-04-19 01:45 -0700 |
| Message-ID | <7ec44c3a-51ff-4c76-b8e4-63f9a36a9f00@googlegroups.com> |
| In reply to | #107295 |
Τη Τρίτη, 19 Απριλίου 2016 - 9:19:33 π.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε: > 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 > > ty. all this packages is old and without or low support-documentecion
[toc] | [prev] | [next] | [standalone]
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Date | 2016-04-19 08:32 -0400 |
| Message-ID | <mailman.9.1461069188.30862.python-list@python.org> |
| In reply to | #107305 |
On Tue, 19 Apr 2016 01:45:46 -0700 (PDT), Xristos Xristoou
<saxri89@gmail.com> declaimed the following:
>?? ?????, 19 ???????? 2016 - 9:19:33 ?.?. UTC+3, ? ??????? Xristos Xristoou ??????:
>> 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
>>
>> ty.
>
>all this packages is old and without or low support-documentecion
Given the specifics of the problem domain, being old likely means they
were written by someone with a particular need, they worked for that need,
and were posted so anyone with that same need wouldn't have to start from
scratch.
Ever look at the CRAN archive (R, not Python)? I get the impression
many of the packages listed there may be nothing more than a data set and
some processing routines used to generate a doctoral thesis, and not useful
for anything else except verifying what the author claimed...
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
[toc] | [prev] | [next] | [standalone]
| From | Michael Selik <michael.selik@gmail.com> |
|---|---|
| Date | 2016-04-19 13:28 +0000 |
| Message-ID | <mailman.11.1461072538.30862.python-list@python.org> |
| In reply to | #107295 |
On Tue, Apr 19, 2016 at 2:21 AM Xristos Xristoou <saxri89@gmail.com> 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.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web