Skip to content

Commit

Permalink
update 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eufarn7sp committed Dec 16, 2016
1 parent 43fba02 commit fecc640
Show file tree
Hide file tree
Showing 304 changed files with 11,679 additions and 1,097 deletions.
Empty file added .Rhistory
Empty file.
17 changes: 7 additions & 10 deletions INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,23 @@ EGADS Installation
==================

Information about EGADS and the latest release can be found at:
!!!! http://eufar-egads.googlecode.com !!!!
!!!! http://www.eufar.net/software-tools/tool/eufar-general-airborne-data-processing-software-core-da-cedg-osr !!!!

!!!! The latest development snapshot can be checked out from the SVN repository:
svn checkout http://eufar-egads.googlecode.com/svn/trunk/ !!!!

Prerequisites
=============
To use EGADS, the following packages must be installed:

1. Python 2.5 or newer. Available at http://www.python.org
1. Python 2.7 or newer.

2. numpy 1.3.0 or newer. Available at http://numpy.scipy.org
2. numpy 1.10.1 or newer.

3. scipy 0.6.0 or newer. Available at http://www.scipy.org
3. scipy 0.15.0 or newer.

4. Python netCDF4 libraries 0.8.2. Available at
http://netcdf4-python.googlecode.com
4. Python netCDF4 libraries 1.1.9 or newer

5. python_dateutil 2.4.2 or newer.

5. NAPpy 0.9.9 or newer. Available at http://proj.badc.rl.ac.uk/ndg/wiki/nappy

Installation
============
Expand All @@ -48,4 +46,3 @@ To test the EGADS installation, run the run_test.py Python script, or from withi
>>> import egads
>>> egads.test()


11 changes: 0 additions & 11 deletions MANIFEST.in

This file was deleted.

21 changes: 10 additions & 11 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: egads
Version: 0.5.8
Version: 0.6.0
Summary: EGADS: EUFAR General Airborne Data-processing Software
Home-page: http://www.eufar.net
Author: Matt Freer
Author-email: eufarsp@eufar.net
Author: EUFAR
Author-email: bureau@eufar.net
License: New BSD License
Download-URL: http://code.google.com/p/eufar-egads/
Download-URL: http://www.eufar.net/software-tools/tool/eufar-general-airborne-data-processing-software-core-da-cedg-osr
Description: EGADS (EUFAR General Airborne Data-processing Software) is a Python-based
toolbox for processing airborne atmospheric data. EGADS provides a framework
for researchers to apply expert-contributed algorithms to data files, and acts
Expand All @@ -15,18 +15,17 @@ Description: EGADS (EUFAR General Airborne Data-processing Software) is a Python
well-established in the scientific community.

Keywords: airbornescience,netcdf,nasa-ames,eufar,science,microphysics,thermodynamics
Platform: UNKNOWN
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python 2.7
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires: numpy (>=1.3.0)
Requires: netCDF4 (>=0.8.2)
Requires: quantities (>=0.10.0)
Requires: python_dateutil (>=1.5)
Requires: cdat_lite
Requires: numpy (>=1.10.1)
Requires: scipy (>=0.15.0)
Requires: netCDF4 (>=1.1.9)
Requires: python_dateutil (>=2.4.2)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
WARNING !
Version:

The project has been overtaken and is still in early development. Installer is broken.
EGADS 0.6.0

Project Overview:

Expand Down
Loading

0 comments on commit fecc640

Please sign in to comment.