sat-extractor icon indicating copy to clipboard operation
sat-extractor copied to clipboard

Extract Satellite Imagery from public constellations at scale

Results 4 sat-extractor issues
Sort by recently updated
recently updated
newest added

There is a big for loop that should be refactored to an outside function.

@Lkruitwagen @frandorr Moving all the `extract_patches` logic into the main package under `satextractor.extractor`, leaving only the HTTP and BQ stuff in the Flask app. Seems cleaner, and gives the option...

https://github.com/FrontierDevelopmentLab/sat-extractor/blob/ab9d7d85a594b6f6061bf5306680dccf8cce69b6/src/satextractor/preparer/preparer.py#L78

Current implementation doesn't store the bands for each constellation. It would be nice to have that info stored. Some ideas: - Store a simple metadata json at constellation level (easiest)...

enhancement