place-counter.cli
0.0.1
dotnet tool install --global place-counter.cli --version 0.0.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local place-counter.cli --version 0.0.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=place-counter.cli&version=0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package place-counter.cli --version 0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Place Counter
Use your Google Location History to track how many days you visited a location each year.
Installation
dotnet tool install --global place-counter.cli
Usage
Google Location Data
- Download your Google Location Data from Google Takeout
- Extract the
Records.json
file from the downloaded Zip file - Run the following, replacing the sample path with the path to your downloaded
Records.json
fileplace-counter google "/Users/example/Downloads/Takeout/Location History/Records.json" -a 51.509865 -o -0.118092 -r 100
Options
-h, --help Prints help information
-a, --latitude Latitude of the place to search
-o, --longitude Longitude of the place to search
-r, --radius Radius from the POI in meters. Default: 100m
-v, --verbose Print more information about the points found
References
Calculate distance, bearing and more between Latitude/Longitude points
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
0.0.1 | 252 | 4/4/2023 |
0.0.1-alpha.1 | 109 | 4/4/2023 |