Caleb Robinson

Results 147 comments of Caleb Robinson
trafficstars

Hey @metazool, did #1442 fix this for you?

Comparison of the IMG format to COG format: - IMG is uncompressed, just the tree canopy dataset is 20GB on disk. It is 16832104560 pixels that are 1 byte each...

> Surprised img is faster than COGs, I thought COGs were the gold standard. I'm guessing the difference is compression related (COG is 5x smaller and 3x slower to read)....

Confirmed that the difference is entirely compression related: ![image](https://user-images.githubusercontent.com/1088078/232104592-97a0855d-0170-4758-a485-7c0d30bd16db.png)

(for completeness, because I was curious) > It is apples to oranges as if these were hosted on a remote server, you could still do windowed reading quickly with a...

TL;DR -- use COGs

Hi @TolgaAktas, just to make sure I'm understanding correctly, you have a bunch of data that overlaps the same spatial area, but at different points in time, and you want...

I think DynamicEarthNet is re-distributable (based on a conversation with @lukaskondmann)

So2Sat is okay to be mirrored based on https://github.com/microsoft/torchgeo/issues/388.