nasa-gibs / onearth

High-performance web services for tiled raster imagery and vector tiles
Apache License 2.0
178 stars 47 forks source link

How can I use this repository? #163

Closed haozhen315 closed 3 years ago

haozhen315 commented 3 years ago

Hello! NASA EOS and WorldView are great products, and I am excited to find that the back-end code is open-sourced. However, I want to ask that is this repository specially designed for NASA products or it is designed for others to use so that other people can build their own system? If it is the former case, I think it would be much harder to use the code... Best, Zhen

jtroberts commented 3 years ago

It was built for NASA GIBS/Worldview but other people can use the software to build their own system. Any geospatial data product that can be converted to the MRF format will work. Yes, it will be harder to use the code depending on how far your requirements deviate from the default configurations, which are based on GIBS.

haozhen315 commented 3 years ago

I see. Thank you very much!