Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Adam J. Stewart b09122f3e4
Ruff: prefer single quotes over double quotes (#2001)
* Ruff: prefer single quotes over double quotes

* Apply ruff format
2024-05-03 19:30:14 +02:00
dependabot[bot] 2fe0c1cf3e
Bump black[jupyter] from 22.12.0 to 23.1.0 in /requirements (#1080)
* Bump black[jupyter] from 22.12.0 to 23.1.0 in /requirements

Bumps [black[jupyter]](https://github.com/psf/black) from 22.12.0 to 23.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.12.0...23.1.0)

---
updated-dependencies:
- dependency-name: black[jupyter]
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Style changes

* Resolve discrepancy between black and pydocstyle

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-02-01 22:26:54 +00:00
Adam J. Stewart 30cbdad879
Sentinel-2: add support for files downloaded from USGS EarthExplorer (#754)
* Sentinel-2: add support for files downloaded from USGS EarthExplorer

* Style fix

* Fix driver

* Properly close filehandles

* Sentinel is uint16, not int32

* Fix import order

* Use correct resolution for each image
2022-09-05 14:18:57 -05:00
Adam J. Stewart 0dce631dfe
Make scripts executable 2022-08-06 22:00:59 +00:00
Nils Lehmann c8224f4dbf
remove random (#491) 2022-03-31 11:51:47 -05:00
Adam J. Stewart f20f02a93a
Upgrade all files to Python 3.7+ syntax (#486)
* Upgrade all files to Python 3.7+ syntax

* Update contributing guide

* Move pyupgrade to correct section
2022-03-30 11:29:39 -05:00
Nils Lehmann 7e724dc956
Adding the GlobBiomass dataset (#395)
* globBiomass Dataset

* add tests and testdata

* add description and error messages

* doc correction

* added plot method

* orientation plot figure

* fix documentation

* add compression

* camel

* gsv fake data and filename glob

* 2 channel tensor and requested changes
2022-02-26 12:43:46 -06:00