Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring geospatial filtering to the command line #99

Merged
merged 1 commit into from
Jul 3, 2020

Conversation

amotl
Copy link
Member

@amotl amotl commented Jul 3, 2020

Hi there,

both wetterdienst stations|readings now accept --latitude and --longitude parameters. Optionally, --count can be added to adjust the number of nearby stations. Default: 1.

Synopsis

# Acquire stations and readings by geoposition.
wetterdienst stations --resolution=daily --parameter=kl --period=recent --lat=50.2 --lon=10.3 --count=10
wetterdienst readings --resolution=daily --parameter=kl --period=recent --lat=50.2 --lon=10.3 --count=10 --date=2020-06-30

Cheers,
Andreas.

Both "wetterdienst stations|readings" now accept
--latitude and --longitude parameters.

Optionally, --count can be added to adjust the
number of nearby stations. Default: 1.
Copy link
Member

@gutzbenj gutzbenj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@gutzbenj gutzbenj merged commit dbcd1dd into earthobservations:master Jul 3, 2020
@amotl amotl deleted the cli-find-nearest branch September 23, 2020 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants