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

Add small satellite icon instead of white dot for satellite positions #36

Open
Flowm opened this issue Jul 16, 2019 · 5 comments
Open

Comments

@Flowm
Copy link
Owner

Flowm commented Jul 16, 2019

No description provided.

@parkt90
Copy link

parkt90 commented Dec 14, 2020

Sorry to disturb you. I am puzzled about the location of the satellite 3d model in the project. I hope you have time to provide more detailed information and look forward to your reply!

@thkruz
Copy link

thkruz commented Dec 14, 2020

Sorry to disturb you. I am puzzled about the location of the satellite 3d model in the project. I hope you have time to provide more detailed information and look forward to your reply!

The models do not appear to be included in this github. Here is the code that calls them.

uri: "./data/models/" + this.props.name.split(" ").join("-") + ".glb",

Which means they are located here - https://satvis.space/data/models/ (You can't just go here and download things from a list because the directory is protected).

@Flowm
Copy link
Owner Author

Flowm commented Dec 14, 2020

Hi there, thanks for posting.

When I started the project a few years ago I searched for freely available 3D models of satellites and started converting a few of them to a cesium compatible format (gltf/glb).

Unfortunatly the list of freely available 3D model data for satellites (at least at that time) was quite limited. Even the nasa repository I was using as primary source had only a few satellites with various data formats that each required significant amount of work.

If you have any other sources for compatible 3D models I'd be happy to share the (currently private) git-lfs tracked repository for collaboration. In the meantime I listed the currently available models below:

NASA Models:

https://satvis.space/data/models/CLOUDSAT.glb
https://satvis.space/data/models/GPM-CORE.glb
https://satvis.space/data/models/GRACE-FO.glb
https://satvis.space/data/models/ISS-(ZARYA).glb
https://satvis.space/data/models/LANDSAT-8.glb

3D-Models from the cubesat project I was involved in at that time:

https://satvis.space/data/models/FIRST-MOVE.glb
https://satvis.space/data/models/MOVE-II.glb
https://satvis.space/data/models/MOVE-IIb.glb

@parkt90
Copy link

parkt90 commented Dec 21, 2020

Sorry to disturb you. I am puzzled about the location of the satellite 3d model in the project. I hope you have time to provide more detailed information and look forward to your reply!

The models do not appear to be included in this github. Here is the code that calls them.

uri: "./data/models/" + this.props.name.split(" ").join("-") + ".glb",

Which means they are located here - https://satvis.space/data/models/ (You can't just go here and download things from a list because the directory is protected).
Thank you for your reply, which has benefited me a lot. I have successfully imported my satellite model into the project.

@parkt90
Copy link

parkt90 commented Dec 21, 2020

Hi there, thanks for posting.

When I started the project a few years ago I searched for freely available 3D models of satellites and started converting a few of them to a cesium compatible format (gltf/glb).

Unfortunatly the list of freely available 3D model data for satellites (at least at that time) was quite limited. Even the nasa repository I was using as primary source had only a few satellites with various data formats that each required significant amount of work.

If you have any other sources for compatible 3D models I'd be happy to share the (currently private) git-lfs tracked repository for collaboration. In the meantime I listed the currently available models below:

NASA Models:

https://satvis.space/data/models/CLOUDSAT.glb
https://satvis.space/data/models/GPM-CORE.glb
https://satvis.space/data/models/GRACE-FO.glb
https://satvis.space/data/models/ISS-(ZARYA).glb
https://satvis.space/data/models/LANDSAT-8.glb

3D-Models from the cubesat project I was involved in at that time:

https://satvis.space/data/models/FIRST-MOVE.glb
https://satvis.space/data/models/MOVE-II.glb
https://satvis.space/data/models/MOVE-IIb.glb
```Thanks for the resources you mentioned. It really helped me a lot. Besides, I've seen projects you've done before, and it's really a great project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants