Anthony Aufdenkampe

Results 44 issues of Anthony Aufdenkampe

This PR from `develop` to `master` prepares us for the next release, which includes these new features and improvements: - #434 - #439 - #441 - #445 This PR is...

This PR is primarily to add the [Alphasense IRC-A1 Nondispersive Infrared (NDIR) Carbon Dioxide (CO2) sensor](https://www.alphasense.com/products/carbon-dioxide/) to the list of supported sensors. - #459 It also paves the way for...

The [Alphasense IRC-A1 Nondispersive Infrared (NDIR) Carbon Dioxide (CO2) sensor](https://www.alphasense.com/products/carbon-dioxide/) is a low cost and accurate sensor for CO2 and has substantial potential to be used for greenhouse gas (GHG)...

This is a key library for TI's popular Analog to Digital Converter (ADC) used in the Mayfly and many other boards. Back in 2019 (or earlier), @SRGDamia1 decided to use...

enhancement
feature request

This PR tracks cumulative differences with the `develop` branch, in order to open a dialogue with @SRGDamia1 and others about design decisions for adding security features to Data Publisher POST...

We'll consider this step 2 of 2(ish) in addressing the larger issue (and opportunity) raised by @tpwrules with: - #649 This PR pulls the code from https://github.com/tpwrules/ODM2DataSharingPortal/tree/wip/batch that is successfully...

Implement [AWS Simple Queue Service (SQS)](https://aws.amazon.com/sqs/) to receive post requests with data from EnviroDIY devices, return a [202 Accepted](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/202) (or other 200-level) Status code, and then push that data to...

As pointed out by @neilh10 in https://github.com/ODM2/ODM2DataSharingPortal/issues/663#issuecomment-1679432018 and https://github.com/ODM2/ODM2DataSharingPortal/issues/688#issuecomment-1910975393, end-users would benefit from having improved implementation of [HTTP Status Codes]( https://en.wikipedia.org/wiki/List_of_HTTP_status_codes) to provide more accurate information to their web browsers...

We've unfortunately gotten behind on updating all of our documentation (outside of our release notes) to reflect cumulative changes since our [v0.12 release](https://github.com/ODM2/ODM2DataSharingPortal/releases/tag/v0.12.0) in December 2021. This includes the fact...

In trouble shooting the failure of WOFpy REST GetSites requests (i.e. https://monitormywatershed.org/wofpy/rest/1_1/GetSites), @emiliom discovered that an "&" character used for a single Site Code ([ODM2.SamplingFeatureCode](http://odm2.github.io/ODM2/schemas/ODM2_Current/tables/ODM2Core_SamplingFeatures.html)) caused the failure. He adds:...

bug
tech-debt
WoFpy-related