Skip to content

Commit

Permalink
chore: change default osm download source
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Jan 2, 2025
1 parent 348075c commit 5a8731a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Default OSM download source from Geofabrik to `any`

## [0.8.3] - 2025-01-01

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion srai/loaders/osm_loaders/osm_pbf_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class OSMPbfLoader(OSMLoader):
def __init__(
self,
pbf_file: Optional[Union[str, Path]] = None,
download_source: "OsmExtractSource" = "geofabrik",
download_source: "OsmExtractSource" = "any",
download_directory: Union[str, Path] = "files",
) -> None:
"""
Expand Down

0 comments on commit 5a8731a

Please sign in to comment.