Skip to main content

Week 4

3/37/2023 Monday

  • HEC-RAS
    • Went over HEC-RAS Delaware with Jake for a morning meeting.
    • Went over HEC-RAS with Vannary.
    • She went over how to use the Google Map Pro. to get the elevation.
  • SWC
    • Start using Postman.
    • Work on API's from SWC 2017 to new SWCAPIASPNET

3/28/2023 Tuesday

  • Leave early at 3:00 pm for an appt.(Taxes)
  • SWC
  • Working on API's for SWC
  • Getting multiple get and post methods in a single funtion.
    • Add not only a controller but also a router.
    • Getting Simulation Results get and post.

3/29/2023 Wednesday

  • Check for a list of the API's needed for SWC.
    • Mark off the ones completed. (This is in the Project part of people project.)
  • According to postman the Soil data api is giving us a 303 error this is the error to temporally change locations.
    • Check the soil data code there should not be any soap refrences I think I am looking in the right place for the Soil map.
      • (I also did not pull this API out SWC2017 It was already done when I started working on this.)
    • Putting Security API's on hold until we discuss how we are planing on handling it.

3/30/2023 Thursday

  • SWC
    • Updated Documentation on SWC what API's were missing and testing them.
    • Verified what API were working and what ones are not.
  • HEC-RAS
    • Got the Google Earth Pro to create a new cross section working.
    • Documented how I got Google Earth Pro to create a new cross section working. It is in a read me in the HEC-RAS section.
    • Reading Vannary's documentation to find out what is going on with all the folder
      • Running Hec-RAS there are multiple copies of some files.
      • Vannary is going to give me a read me to document her changes.

3/31/2023 Friday

  • Made sure my timesheets were up to date.
  • SWC
    • Started into how to download a file from MVC. Have we done this already in RSMS?
      • This is now working. (Do not use postman when trying to download a file.)
    • Waiting for Chat GPT.
  • SWMM
    • There were 2 issues that were not allowing me to run SWMM after I made sure I had the current Code from Bitbucket. (Git Pull)
    • 1 was an issue where NSWCStorage got updated and removed a constant that was needed.
    • The other was looking to add a value in inputFileEntity that it did not need. This was fixed by taking the line of code out.
    • Doppler issue
      • SWMM the history portion seems to work.
      • The only issue is on the live section the doppler images are not downloading correctly.
      • Note the Live is currently a fake live. The values of which are being set in the ConstantsSWMM5 of NSWC Storage:
        • public const string START_TIME = "2013-11-16T00:00:00-05:00";
        • public const string END_TIME = "2013-11-22T23:00:00-05:00";
        • public const int REPORTING_TIME_STEP = 15;
      • When starting the Doppler images the 1st Timestamp is at + 11/16/2013 12:30:00 AM -05:00
      • The URL that it looks for in azure is "2013-11-16T05:30:00+00:00/032000132113"
        • This does not seem to be in the file system on azure. The second argument is the quad key.
        • I did a test and hard coded the quad Key to a value that was in azure it did not through up any images but it also did not through the error that it could not be found.
        • So it definitely has something to do with Quad Keys also I called Jake to see if he knew anything about this issue and he did not but it also was not working on his machine.

032000133000

TODO:

  1. Look into Security for React Frontend. Authentication. SWC
    1. Chat GPT?
  2. SWC Upload to Google Drive sorted documents and Archive.
    1. Mark the files in dropbox when I am done.
    2. Pull the assembla RM files into documentation.
  3. Review and update the pollutant Functional and Design specifications for SWC.
  4. Swmm collection system (Sewershead)
    1. Status of the project
    2. Look at the Tasks on Jira.
    3. Documentation on dropbox.
      1. Sort documentation
    4. Pull the assembla RM files into documentation.
    5. Lucid Chart.
  5. Run Final Hec-Ras runs with Vannery's changes after I get the Read Me.