Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedding factory script looping through each MGRS tile #125

Closed
wants to merge 4 commits into from

Commits on Jan 17, 2024

  1. 🚧 Embedding factory script looping through each MGRS tile

    Jupyter notebook script to generate GeoParquet embedding files on a per MGRS tile basis. The script first generates an mgrs_world.txt file with a list of MGRS code names like 12ABC. A for-loop then goes through each MGRS tile, with the model running the prediction to generate GeoParquet files that are uploaded to s3. There are about 947019 rows of embeddings generated from the clay-small-70MT-1100T-10E.ckpt model checkpoint in Dec 2023.
    weiji14 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ad27cc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad6fd5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97ffebb View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    57a20c4 View commit details
    Browse the repository at this point in the history