Re: [Numpy-discussion] python geospatial package?

2012-02-23 Thread Kiko
2012/2/23 Vincent Schut > On 02/22/2012 10:45 PM, Chao YUE wrote: > > Hi all, > > > > Is anyone using some python geospatial package that can do jobs like > > intersection, etc. the job is like you automatically extract a region > > on a global map etc. > > > > thanks and cheers, > > > > Chao >

[Numpy-discussion] Reading a big netcdf file

2011-08-03 Thread Kiko
Hi. I'm trying to read a big netcdf file (445 Mb) using netcdf4-python. The data are described as: *The GEBCO gridded data set is stored in NetCDF as a one dimensional array of 2-byte signed integers that represent integer elevations in metres. The complete data set gives global coverage. It cons

Re: [Numpy-discussion] Reading a big netcdf file

2011-08-04 Thread Kiko
Hi, all. Thank you very much for your replies. I am obtaining some issues. If I use netcdf4-python or scipy.io.netcdf libraries: In [4]: import netCDF4 as n4 In [5]: from scipy.io import netcdf as nS In [6]: import numpy as np In [7]: gebco4 = n4.Dataset('GridOne.grd', 'r') In [8]: gebcoS = nS.n

Re: [Numpy-discussion] what python module to modify NetCDF data?

2011-10-08 Thread Kiko
Quoting Chao YUE : > > > Dear all, > > > > I want to change some variable values in a series of NetCDF file. Did > > anybody else did this before using python? > > Now I use pupynere for reading data from NetCDF files and making plots. > but > > the document of pupynere for writing data to NetCDF

Re: [Numpy-discussion] Fwd: Re: Creating parallel curves

2012-02-13 Thread Kiko
2012/2/13 Andrea Gavana > -- Forwarded message -- > From: "Andrea Gavana" > Date: Feb 13, 2012 11:31 PM > Subject: Re: [Numpy-discussion] Creating parallel curves > To: "Jonathan Hilmer" > > Thank you Jonathan for this, it's exactly what I was looking for. I' ll > try it tomorro

[Numpy-discussion] Calculation of a hessian

2014-08-08 Thread Kiko
Hi all, I am trying to calculate a Hessian. I am using numdifftools for this ( https://pypi.python.org/pypi/Numdifftools). My question is, is it possible to make it using pure numpy?. The actual code is like this: *import numdifftools as nd* *import numpy as np* *def log_likelihood(params):*

Re: [Numpy-discussion] Calculation of a hessian

2014-08-10 Thread Kiko
d and I was wondering if Numpy/Scipy already had something similar to that provided by NumDiffTools. Thanks again. > > On 8 August 2014 08:31, Kiko wrote: > >> Hi all, >> >> I am trying to calculate a Hessian. I am using numdifftools for this ( >> http

Re: [Numpy-discussion] Calculation of a hessian

2014-08-10 Thread Kiko
2014-08-08 16:37 GMT+02:00 Eelco Hoogendoorn : > Do it in pure numpy? How about copying the source of numdifftools? > Of course it is a solution. I was just wondering if it exist something similar in the numpy/scipy packages so I do not have to use a new third party library to do that. > What e

Re: [Numpy-discussion] netcdf lat lon to coord - ValueError: need more than 1 value to unpack

2015-03-24 Thread Kiko
2015-03-24 11:02 GMT+01:00 questions anon : > I would like to find the nearest coord in a netcdf from a given latitude > and longitude. > I found some fantastic code that does this - > http://nbviewer.ipython.org/github/Unidata/unidata-python-workshop/blob/master/netcdf-by-coordinates.ipynb > but

Re: [Numpy-discussion] Fwd: Numpy for data manipulation

2015-10-02 Thread Kiko
2015-10-02 9:38 GMT+02:00 Alex Rogozhnikov : > I would suggest >> >> %matplotlib notebook >> >> It will still have to a nice png, but you get an interactive figure when >> it is live. >> > > Amazing, thanks. I was using mpld3 for this. > (for some strange reason I need to put %matplotlib notebook

Re: [Numpy-discussion] Fwd: Numpy for data manipulation

2015-10-02 Thread Kiko
2015-10-02 9:48 GMT+02:00 Kiko : > > > 2015-10-02 9:38 GMT+02:00 Alex Rogozhnikov : > >> I would suggest >>> >>> %matplotlib notebook >>> >>> It will still have to a nice png, but you get an interactive figure when >>> it is live.

Re: [Numpy-discussion] ANN: scipy 0.17.0 release

2016-01-23 Thread Kiko
is it python3.5 compatible? your message and github don't say the same. 2016-01-23 19:12 GMT+01:00, Charles R Harris : > > > Congratulations. > > Chuck > ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org https://mail.scipy.org/mailman/listinf

Re: [Numpy-discussion] ANN: scipy 0.17.0 release

2016-01-23 Thread Kiko
BTW, congratulations and thanks for the hard work 2016-01-23 20:12 GMT+01:00, Kiko : > is it python3.5 compatible? your message and github don't say the same. > > 2016-01-23 19:12 GMT+01:00, Charles R Harris : >> >> >&

Re: [Numpy-discussion] PyData Madrid

2016-02-20 Thread Kiko
2016-02-20 17:58 GMT+01:00 Ralf Gommers : > > > On Wed, Feb 17, 2016 at 9:46 PM, Sebastian Berg < > sebast...@sipsolutions.net> wrote: > >> On Mi, 2016-02-17 at 20:59 +0100, Jaime Fernández del Río wrote: >> > Hi all, >> > >> > I just found out there is a PyData Madrid happening in early April, >>

Re: [Numpy-discussion] PyData Madrid

2016-02-20 Thread Kiko
2016-02-20 20:13 GMT+01:00 David Cournapeau : > > > On Sat, Feb 20, 2016 at 5:26 PM, Kiko wrote: > >> >> >> 2016-02-20 17:58 GMT+01:00 Ralf Gommers : >> >>> >>> >>> On Wed, Feb 17, 2016 at 9:46 PM, Sebastian Berg < >>> s

Re: [Numpy-discussion] From Python to Numpy

2016-12-23 Thread Kiko
2016-12-22 17:44 GMT+01:00 Nicolas P. Rougier : > > Dear all, > > I've just put online a (kind of) book on Numpy and more specifically about > vectorization methods. It's not yet finished, has not been reviewed and > it's a bit rough around the edges. But I think there are some material that > can

Re: [Numpy-discussion] Fortran order in recarray.

2017-02-22 Thread Kiko
2017-02-22 16:23 GMT+01:00 Alex Rogozhnikov : > Hi Francesc, > thanks a lot for you reply and for your impressive job on bcolz! > > Bcolz seems to make stress on compression, which is not of much interest > for me, but the *ctable*, and chunked operations look very appropriate to > me now. (Of cou