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

Construct a dynamic data release footprint visualizer for TileFinder #16

Closed
manning-ncsa opened this issue Jan 26, 2021 · 4 comments · May be fixed by #17
Closed

Construct a dynamic data release footprint visualizer for TileFinder #16

manning-ncsa opened this issue Jan 26, 2021 · 4 comments · May be fixed by #17
Assignees

Comments

@manning-ncsa
Copy link
Member

In the original DESaccess, we had an app called DES Footprint that provided a 3D interactive visualization tool for the location of the data tiles in the sky for each of the data releases. Searching for a coordinate or tile name would zoom in on the 3D globe to maximize the view of the relevant data tile.

Create a similar tool for the current DESaccess.

@manning-ncsa
Copy link
Member Author

@mgckind @Michael-D-Johnson I created this issue to track Brandon's work on this task and to capture important information. Normally we would use our Jira service but Brandon does not have an account there and I doubt it's worth the effort to get him one.

@manning-ncsa
Copy link
Member Author

While Brandon works on learning how to customize Observable notebooks to import and display our tile geometry files, I discovered one way we can deploy the notebook. Using this tutorial I deployed an observable notebook to our "desdev3" namespace
image

manninga@darkmatter$ cd ~/deployment_public/apps/desaccess/common/build/src/des-gateway
manninga@darkmatter$ npm install "@observablehq/runtime"
manninga@darkmatter$ npm install https://api.observablehq.com/@d3/world-map.tgz?v=3
manninga@darkmatter$ ~/deployment_public/scripts/deploy -a desaccess -n desdev3 -c dev -u cluster-admin

@manning-ncsa manning-ncsa linked a pull request Jan 26, 2021 that will close this issue
@Brandon-BP
Copy link

Globe

Realized I have been only sharing my progress with Andrew and not the rest of the team! Here is the link to the Globe I have constructed so for with d3 with dragging and zooming interaction. The tile data is also loaded and displayed on the map. The next step is to implement the process of entering a specific tile name and having that tile automatically centered and zoomed to its location.

image

@Brandon-BP
Copy link

And also making the tiles look more neat with a clear color instead of black :)

@manning-ncsa manning-ncsa closed this as not planned Won't fix, can't repro, duplicate, stale Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants