Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water.
New to EnviroDIY? Start here

Missing data with manual upload to MMW

Home Forums Monitor My Watershed Missing data with manual upload to MMW

Viewing 3 reply threads
  • Author
    Posts
    • #13259
      Jim Moore
      Participant

        I have added code to my Atlas EC logger to format the header with the UUIDs for the station. my upload file looks like this:
        Sampling Feature UUID: e0cd2a0b-ba4b-4929-a7b4-093e118be52e,
        Date and Time in UTC-5,
        Result UUID:, 632384cf-02fb-4dfd-b365-b7f17a552533,d205054f-91ad-4b1f-aba8-a2dc6428ee6e,c04761cc-222b-4d7f-9a37-7e636582c228,3467dc8b-4e46-46f5-bdb1-b4025353c3b3,
        2019-10-26 20:51:19,24.0,4.76 , 20.72,216.1
        2019-10-26 20:52:07,24.0,4.78 , 20.72,216.8
        2019-10-26 20:53:07,24.0,4.78 , 20.72,217.2
        2019-10-26 20:54:07,23.8,4.78 , 20.72,218.6
        2019-10-26 20:55:07,23.8,4.78 , 20.72,218.9

        However, when I download this data it looks like this and the Mayfly temp is missing:
        # Organization: Great Marsh Institute
        # SourceLink: /sites/GMI_EC%231/
        # ContactName: Jim Moore
        # Email: jom@marshlands.org
        #
        DateTime,TimeOffset,DateTimeUTC,EnviroDIY_Mayfly_Temp,EnviroDIY_Mayfly_Batt,SensorexTemp,SensorexCond
        2019-10-26 20:51:19,-5:00,2019-10-27 01:51:19,,4.76,20.72,216.1
        2019-10-26 20:52:07,-5:00,2019-10-27 01:52:07,,4.78,20.72,216.8
        2019-10-26 20:53:07,-5:00,2019-10-27 01:53:07,,4.78,20.72,217.2
        2019-10-26 20:54:07,-5:00,2019-10-27 01:54:07,,4.78,20.72,218.6
        2019-10-26 20:55:07,-5:00,2019-10-27 01:55:07,,4.78,20.72,218.9

        Note the , , where the Mayfly temp should be

        Any help on this would be appreciated.

        Thanks
        -jim

      • #13266
        Sara Damiano
        Moderator

          I’m stumped. I have no idea why it’s failing. Your format is correct, your UUID is correct and in the right place… I have no idea. I’ll report it as a bug.

        • #13267
          Sara Damiano
          Moderator
          • #13268
            Jim Moore
            Participant

              For what its worth I uploaded data to GMI_EC#6 last night and no missing data. However I had uploaded data earlier but had the wrong sensor order. I deleted these sesnors add re added them in the correct order. The sampling feature UUID did not change but the Result UUIDs did.
              Here is what I uploaded:
              —————————————-
              Sampling Feature UUID: 43475bb1-37d3-4008-a98b-ff237110b7c2,
              Date and Time in UTC-5,
              Result UUID:,2cc3cf35-a2f3-40a1-b015-73a7925fb7d2,d6dfe83e-2c40-4a9d-81ea-c5e5391393e6,d478fc37-5cf0-4c51-bdd7-df728f2d6ebe,6bd9192f-c811-4799-a797-1d45689ca225,
              2019-08-18 23:05:17,22.5,3.88,19.54,276
              2019-08-18 23:10:17,21,3.88,19.54,275.5
              2019-08-18 23:15:17,20.3,3.88,19.44,275.7
              2019-08-18 23:20:17,20,3.88,19.44,275.3
              2019-08-18 23:25:17,19.8,3.88,19.35,275.1
              2019-08-18 23:30:17,19.8,3.88,19.26,275
              2019-08-18 23:35:17,19.5,3.88,19.17,275.3
              —————————————————–
              Here is what the data I downloaded:
              ———————————————–
              # Source Information
              # ——————
              # Organization: Great Marsh Institute
              # SourceLink: /sites/GMI_EC%236/
              # ContactName: Jim Moore
              # Email: jom@marshlands.org
              #
              DateTime,TimeOffset,DateTimeUTC,EnviroDIY_Mayfly_Temp,EnviroDIY_Mayfly_Batt,SensorexTemp,SensorexCond
              2019-08-18 23:05:17,-5:00,2019-08-19 04:05:17,22.5,3.88,19.54,276.0
              2019-08-18 23:10:17,-5:00,2019-08-19 04:10:17,21.0,3.88,19.54,275.5
              2019-08-18 23:15:17,-5:00,2019-08-19 04:15:17,20.3,3.88,19.44,275.7
              2019-08-18 23:20:17,-5:00,2019-08-19 04:20:17,20.0,3.88,19.44,275.3
              2019-08-18 23:25:17,-5:00,2019-08-19 04:25:17,19.8,3.88,19.35,275.1
              2019-08-18 23:30:17,-5:00,2019-08-19 04:30:17,19.8,3.88,19.26,275.0
              2019-08-18 23:35:17,-5:00,2019-08-19 04:35:17,19.5,3.88,19.17,275.3
              ————————————-
              Note: No missing Mayfly_temp data

          Viewing 3 reply threads
          • You must be logged in to reply to this topic.