Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sunrisesunsetlib Java | 252 | 52 | 1 | 6 years ago | 2 | December 17, 2014 | 25 | apache-2.0 | Java | |
Library for computing the sunrise/sunset from GPS coordinates and a date, in Java. | ||||||||||
Androideasyutils | 23 | 5 years ago | mit | Java | ||||||
AndroidEasyUtils is a simple android library that contains some utils method which is much more needed when working in any android project. Categories are - Validators, Dialog, Progress Dialog, Connectivity, Date Time, Bitmaps, HashMap and Others. | ||||||||||
Ruby Serialgps | 14 | 6 years ago | 3 | Ruby | ||||||
Provides an easy API to get GPS data from your serial GPS module. | ||||||||||
Kgeotag | 6 | 3 days ago | gpl-3.0 | C++ | ||||||
Photo geotagging program | ||||||||||
Gmaxfeed | 6 | 21 days ago | gpl-3.0 | Python | ||||||
python3 module for downloading and maintaining files from gmax server on local machine. | ||||||||||
Rxdatetimepicker | 5 | 2 years ago | Java | |||||||
Pictureorganizer | 4 | 5 years ago | gpl-3.0 | Shell | ||||||
Automatically organizes pictures and videos based on taken dates and GPS coordinates. | ||||||||||
Earthquakewatchdog | 3 | 3 years ago | 41 | Kotlin | ||||||
App showing the latest hearthquake event from USGS site. | ||||||||||
Appsmazdainfotainement | 3 | 3 years ago | mit | JavaScript | ||||||
Applications Mazda | ||||||||||
Fcsprojectairmap_ios | 3 | 7 years ago | C++ | |||||||
iOS for FCSProjectAirMap |
An opensource python library for GPS data processing Bhulan enables quick processing of raw gps data to identify properties of a vehicle's movements within the given gps trace. Using the api, you can identify a vehicle's route, stops, duration of stops, schedules, and clusters of service among other properties.
refer to the sample file in the sampledata folder.
A pseudo indicator for date called DateNum is used to make processing of dates easy. DateNum is calculated as below:
Datenum = month_num * 31 + day_of_month
For June 30th, the month_num will be 6 while day_of_month will be 30. Therefore the datenum for June 30th will be 216.