Skip to main content

Agriscope python library to access data

Project description

=========
Agstream
=========

Agriscope data interface for python

This module allows to get data from yours Agribases programmatically
Data are retreived as an Pandas Datagrams

The development map will introduce data computing capabilities, to enhance
data analysis comming from agricultural field.


What's New
===========
- First version (02 / 2018)

Dependencies
=============

Agstream is written to be use with python 2.7
It requires `Pandas`_ (>= 0.12.0)::

pip install pandas

Installations
=============
pip install agstream


Uses cases
==========


>>> from agstream.session import AgspSession
>>> session = AgspSession()
>>> session.login('masnumeriqueAgStream', '1AgStream', updateAgribaseInfo=True)
>>> for abs in session.agribases :
>>> df = session.getAgribaseDataframe(abs)
>>> print df.tail()


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

agstream-0.0.2-py2-none-any.whl (11.6 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page