spaceml-org / GIBS-Downloader

GIBS Downloader is a command-line tool which facilitates the downloading of NASA satellite imagery and offers different functionalities in order to prepare the images for training in a machine learning pipeline.
http://spaceml.org/repo/project/605b7b751644770011e850c3/false/
Apache License 2.0
44 stars 8 forks source link

FAQ Questions: Number of pixels for entire earth, how many tiles will be generated, and edge cases #17

Closed koul closed 3 years ago

koul commented 3 years ago
  1. In the question "I want to download imagery of the entire Earth. What do I need to know?" worth mentioning the size of pixels for entire earth. and how long should one expect it would take for tiling it.
  2. Give a FAQ question on how many tiles would be generated based on a particular tile resolution. Example formula - https://docs.google.com/spreadsheets/d/1wFwk9MnAQOMlmMvZudQOzyYTlYTuvmTH7s2GKvxnDP8/edit?usp=sharing
  3. Give a FAQ question on what happens if the tile is slightly over the edges of the image, how are these edge cases handled. Is it generated or ignored?