Skip to content

Commit

Permalink
Remove redundant variable country_code (#34)
Browse files Browse the repository at this point in the history
* Remove redundant variable country_code

* Updated changelog

* Updated changelog
  • Loading branch information
jsreuss authored Jul 29, 2024
1 parent bfad130 commit 668603a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ Changes for the upcoming release can be found (and will be added on merging feat
Changes from previous releases are listed below.

## Upcoming Release

_No changes yet._

## 0.3.0 (2024-07-29)
## 0.3.1 (2024-07-29)

- Ensure that parcel_id column is string _(see #30)_
- Remove country_code variable in collector downloader _(see #33)_

## 0.3.0 (2024-07-29)
- Ensure that parcel_id column is integer _(see #30)_
- Improve EuroCrops filename definition _(see #27)_
- Ensure that parcel_id_name column is string _(see #25)_
- Remove crs argument from Pyogrio GeoDataFrame when saving to file _(see #24)_
Expand Down
1 change: 0 additions & 1 deletion eurocropsml/acquisition/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def acquire_s2_tiles(
download_kwargs: dict[str, Any] = {
"year": config.year,
"country": config.country,
"country_code": config.country_code,
"shape_dir": shape_dir,
"shape_dir_clean": shape_dir_clean,
"eodata_dir": eodata_dir,
Expand Down

0 comments on commit 668603a

Please sign in to comment.