Democratize access to HAB related data in Lake Erie to be used for scientific research
Project description
habitat-fydp-package
Purpose of the Package
Democratize access to HAB related data in Lake Erie to be used for scientific research.
Features
Listed API function currently available are listed below:
| | SDK Function | Description | Purpose |
|---:|:-------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:-------------|
| 0 | list_stations() | List all the stations on Lake Erie with its respective coordinate | Consume Data |
| 1 | list_measurement_defintion(measurement = None) | List all the measurements that are measured | Consume Data |
| 2 | list_station_measurment_types(station_name) | List all the measurements taken at a specific station | Consume Data |
| 3 | get_most_recent_measurement(station_name, measurement) | Get the most up-to-date for given measurement and station | Consume Data |
| 4 | get_historical_measurements(station_name, measurement, start_date, end_date) | Get a range of measurements given a time range, measurement and station | Consume Data |
| 5 | plot_lake_depth() | Shows that different depth levels in Lake Erie | Consume Data |
| 6 | get_weather_variables(start_date, end_date, station_name, freq) | Returns the measured weather variables needed for HAB monitoring | Consume Data |
| 7 | aggregate_habnet_data(station_name, measurement, start_date, end_date,freq,path_) | Links all data sources together for a station into one dataframe | Consume Data |
| 8 | smooth_timeseries_measurement(station_name, measurement, start_date, end_date) | Smooths the time series for a specific measurement and station | Analyze Data |
| 9 | decomposition_timeseries_measurment(station_name, measurement, start_date, end_date) | Decomposes the time series for a specific measurement and station | Analyze Data |
| 10 | univariate_forecast_arima(series, horizon, frequency_of_obvs) | Forecasts a specific measurement for a given station based on its historical data | Analyze Data |
Getting Started
Getting started is easy! Just pip install our package as below:
pip install habitat-fydp-package
To test if the package downloaded try this!
import habitat_fydp_package
from habitat_fydp_package import list_station_measurment_types
list_station_measurment_types('Toledo Pump Station')
Usage
Call help on any of the functions listed in the table to return docstring and information on inputs / oupus for a particular function!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file habitat-fydp-package-0.0.7.tar.gz
.
File metadata
- Download URL: habitat-fydp-package-0.0.7.tar.gz
- Upload date:
- Size: 7.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.7.1 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f467456a98d710e032a4383cd0c54323a0697173ed6fba2dd8b2fa17764a7af4 |
|
MD5 | 40a93adf066bf6802d900fbe16ecef2e |
|
BLAKE2b-256 | 084b75277fb3d551fccabe3366508cf64144238d58cf4ce0c300487bd783c4fb |
File details
Details for the file habitat_fydp_package-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: habitat_fydp_package-0.0.7-py3-none-any.whl
- Upload date:
- Size: 7.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.7.1 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0d1595eccb93f206719b1eb0a3f0c60bd66e1517123383920c097f7276fca0c |
|
MD5 | ad09f75356b88ae18d14da8141a8e2d9 |
|
BLAKE2b-256 | 1e8e0b73c692cb22e6a8ebfa5b282f7966e0879c070fb43cc8c5ada3b09ccf80 |