Skip to main content

Agriscope python library to access data

Project description

AgspStream
==============


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
===========
- (2018/05) Add functionnal information on Agribases (type, sampling)
- (2018/05) Solve bug on from, to date
- (2018/02)First version

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 Distribution

agstream-0.0.4.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

agstream-0.0.4-py2-none-any.whl (13.1 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