ausecocloud / ecocloud

Issue tracker
6 stars 0 forks source link

Write API for 'Exploratory Data' Service (WPS) #56

Open sarahrichmond opened 5 years ago

sarahrichmond commented 5 years ago

User should be able to add in a csv (with lat and lon) and combine with spatial grids and get some exploratory data analysis results.

Follow similar structure to https://github.com/bird-house/flyingpigeon/blob/master/flyingpigeon/processes/wps_subset_countries.py

Use exploratory analysis code from BCCVL. Include all results as provided by BCCVL.

manhinli commented 5 years ago

This has already been implemented by @gweis as anuclim_daily_extract and anuclim_daily_extract_netcdf4 on our demonstration WPS server.

sarahrichmond commented 5 years ago

Hey James,

This is a diff. task. Around the Data Exploration plots (like what we just implemented in BCCVL Traits Exp.)


From: James Li notifications@github.com Sent: 21 November 2018 11:00:42 To: ausecocloud/ecocloud Cc: Sarah Richmond; Author Subject: Re: [ausecocloud/ecocloud] Write API for 'Exploratory Data' Service (WPS) (#56)

This has already been implemented by @gweishttps://github.com/gweis as anuclim_daily_extract and anuclim_daily_extract_netcdf4 on our demonstration WPS server.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ausecocloud/ecocloud/issues/56#issuecomment-440488872, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ANalddLlUFQsR2CyxQmyPqlxw6vKZhn9ks5uxKW6gaJpZM4XDSWo.

manhinli commented 5 years ago

This is a diff. task. Around the Data Exploration plots (like what we just implemented in BCCVL Traits Exp.)

Right - will put back into the work queue. Need to look at the analysis code within BCCVL as referenced in original description of task.

manhinli commented 5 years ago

Initial work for this has been filed as: https://github.com/ausecocloud/ecocloud_wps_demo/pull/3

Will create notebook as requested that demonstrates the plotting processes for the feedback gathering and refinement process.