robintw / Py6S

A Python interface to the 6S Radiative Transfer Model
GNU Lesser General Public License v3.0
191 stars 105 forks source link

Update aeronet.py to use iloc instead of ix #58

Closed drzhouq closed 4 years ago

drzhouq commented 4 years ago

ix is no longer supported in newer pandas library. Therefore, propose to change ix to iloc instead.

robintw commented 4 years ago

Hi - thanks for the contribution. Did you close this deliberately? It looks like it'd be a useful fix...