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

Lat, Lon storing mechanism updated. #121

Merged
merged 4 commits into from
Jan 22, 2024

Conversation

dabhicusp
Copy link
Collaborator

I fixed the code of the Lat, Lon data storing mechanism.
The current code store the result based on the slice of the tiles(small data chunks) but which gives error on some cases so I update that to index of tiles(small data chunks) instead of slice to store the data.

Copy link
Collaborator

@mahrsee1997 mahrsee1997 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@dabhicusp
Copy link
Collaborator Author

dabhicusp commented Jan 9, 2024

The last commit was added from this PR #123. Thank you Noah Golmant for Adding the PR. 😄

@copybara-service copybara-service bot merged commit 10380ea into google:main Jan 22, 2024
6 of 11 checks passed
@dabhicusp dabhicusp deleted the tile_improve branch January 22, 2024 17:33
@dabhicusp dabhicusp restored the tile_improve branch February 1, 2024 16:06
@dabhicusp dabhicusp deleted the tile_improve branch February 1, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants