Skip to content

Instantly share code, notes, and snippets.

@7yl4r
Created May 12, 2022 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 7yl4r/3814425eff419b4ccf587712b7536679 to your computer and use it in GitHub Desktop.
Save 7yl4r/3814425eff419b4ccf587712b7536679 to your computer and use it in GitHub Desktop.

next steps

  1. find funding for 2030 effort
  2. producing products (product = map layers in AWS)

product production details

  1. want to auto-update the layer when data submitted 2. crowd-source submission system goes to AWS then converted to xyz data files in AWS buckets 1. then can use VM in paperspace via parsec 4. not working in ArcGIS bc it is too big - too many polygons (300billion +). 1. tried ArcOnline & Enterprise also. Enterprise could maybe do it w/ more cores.
  2. want to access via MapBox in Seagull
  3. points available as xyz .csv files
  4. load in xyz files, make the H3 grid, output the product to AWS
    1. color by average depth - do not color unless min # of points are there
    2. cells w/o data are empty (clear/black)
      1. resolution 15 is smallest
    3. MapBox can display H3 directly

TODO: AWS lambda to update the H3 data structure

  • spin up H3 backend VM
  • lambda to submit xyz into H3

Long-Term Goals & Dreams

  • bathymetry domain seagull
  • instantaneous updates on phone to enable sweepstakes
  • scrape NCEI for compatible data files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment