NEONScience / NEON-utilities

Utilities and scripts for working with NEON data. Currently: an R package with functions to join (stack) the month-by-site files in downloaded NEON data, to convert data to geoCSV format, and to download data from the API.
GNU Affero General Public License v3.0
57 stars 36 forks source link

have DP1.30003.001 work with byTileAOP() function #58

Closed MarconiS closed 4 years ago

MarconiS commented 5 years ago

Hi, thanks for working on this package! Right now it is possible to download point cloud data only for the entire site and not by tile. Despite DP1.30003.001 is indeed mosaic, it falls in the category of L1 products, and hence the function will not download them. I think it would be handy to have it unflagged and considered as DP3.

Best, Sergio

cklunch commented 5 years ago

@MarconiS Thanks for alerting me to this! I'll fix it in the next release.

cklunch commented 5 years ago

This is fixed on GitHub, if you install from here it should work fine! I have several other updates I want to make in the next release, so I'll leave this issue open until I do the next CRAN submission.

MarconiS commented 5 years ago

This is awesome! I’ll go ahead and include a function in a package I am working on to retrieve AOP data at TOS plot level. Let me know if at any point it can be useful for you to chat and see if you want to integrate them in NEON-utilities :)

Thanks!

On Oct 4, 2019, at 5:36 PM, Claire Lunch notifications@github.com<mailto:notifications@github.com> wrote:

EXTERNAL EMAIL: Exercise caution with links and attachments.

This is fixed on GitHub, if you install from here it should work fine! I have several other updates I want to make in the next release, so I'll leave this issue open until I do the next CRAN submission.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_NEONScience_NEON-2Dutilities_issues_58-3Femail-5Fsource-3Dnotifications-26email-5Ftoken-3DACYZQDIK4F47BMWZUUMMVJDQM6ZMBA5CNFSM4IXGOQGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAM6KBA-23issuecomment-2D538567940&d=DwMCaQ&c=sJ6xIWYx-zLMB3EPkvcnVg&r=4VxGZUcfLYxHE04LCb8Ih4Rh5S6BLl7oYEqcH0ZDUmg&m=znNT7I6OUNf5ZQfb4X3ETfERQs0t91mtrwMMvUPZtPI&s=5xAupkPMzrQA_Z69hy6ik8_fpZ148X2hQPAS7UHHGxw&e=, or mute the threadhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ACYZQDINSF4ZFWPFJRKESCTQM6ZMBANCNFSM4IXGOQGA&d=DwMCaQ&c=sJ6xIWYx-zLMB3EPkvcnVg&r=4VxGZUcfLYxHE04LCb8Ih4Rh5S6BLl7oYEqcH0ZDUmg&m=znNT7I6OUNf5ZQfb4X3ETfERQs0t91mtrwMMvUPZtPI&s=l7CaY5U8iJosee5-UIfL7bRgERI-FK5xZScmpA6bftQ&e=.

cklunch commented 4 years ago

@MarconiS This is fixed in version 1.3.2, now released on CRAN. Thanks!