0

I want to download images from ICESat2 https://nsidc.org/data/icesat-2 for a given time period but so far I haven't been able to find a way to do so programatically in Python/Tensorflow. Is there a way to do it?

user2645029
  • 63
  • 1
  • 9

1 Answers1

2

There is software library being developed to help automate retrieving IS2 data using Python:

https://github.com/icesat2py/icepyx

Andrea A
  • 21
  • 1