Skip to content

Releases: vascobnunes/fetchLandsatSentinelFromGoogleCloud

matt-bernstein

11 May 16:49
a5db062
Compare
Choose a tag to compare

This release includes a lot of developments made by Matt Bernstein (https://github.com/matt-bernstein). Thank you!

Features:

  • Previously, fels was usable only from the CLI. Now, you can from fels import run_fels in Python.
    - run_fels returns a list of matching urls or dates, for further use in scripting
    - added Python-friendly alternate args, for example, datetime.date(2015, 1, 1) instead of '2015-01-01'
    - Also provides access to utility functions like convert_wkt_to_scene, landsatdir_to_date, safedir_to_datetime
  • For Sentinel-2, add --reject_old to read the manifest.safe to reject duplicate images that are not in the correct new (post-2016) format
  • Add --dates to return dates of each matching image instead of urls
  • Add --geometry as an alternative to scene. This takes a GeoJSON or WKT string and parses the shapefile from each satellite in order to find the matching scenes.
    --includeoverlap switches between returning overlapping scenes or just completely containing scenes, in the case where geometry is bigger than a point.

Fixes:

  • Refactored into files utils.py, landsat.py, sentinel2.py, and fels.py for readability
  • Landsat 7 doesn't try to grab missing bands 6, 9
  • Landsat 7, 8 grab an ANG.txt metadata file they were missing
  • Fixed a makedirs error when --output is nonempty
  • Now works with python 3.8. I'm not sure we did anything to fix this, actually; it might have worked as-is? There was a note in the README about it. But it has now been thoroughly tested on 3.8.

JuraBit

12 Aug 09:30
Compare
Choose a tag to compare

This release contains minor fix to the method to get href links for the Sentinel 2 images

Stability quest

20 Nov 18:37
Compare
Choose a tag to compare

This release fixes some bugs with dependencies

Used by

05 Nov 17:05
Compare
Choose a tag to compare

This release includes:

  • Several bug fixes
  • Restart downloading automatically after timeout
  • Avoid empty folders when the internet speed is unstable
  • Adding MIT LICENSE file

out there

10 Apr 13:33
8e0e4f6
Compare
Choose a tag to compare

This release includes:

  • Bug fixes
  • Proper availability on pypi (pip install fels)

pip

07 Mar 15:35
Compare
Choose a tag to compare
pip

This release includes:

  • progress indicator
  • packaging for pip
  • do not download if already present, unless --overwrite
  • Incorporate level 2A processing
  • a posteriori delete if tile is partial
  • several bug fixes

FeLS

13 Dec 15:46
Compare
Choose a tag to compare

This release includes:

  • compatibility with both W32 and Linux systems
  • several bug fixes

Landsat&Sentinel2

15 Nov 10:31
Compare
Choose a tag to compare

This release includes both Landsat and Sentinel-2 search and download

Landsat

26 Oct 17:17
Compare
Choose a tag to compare

This version finds and downloads image from the google cloud.