NowCastMapView is an library for High-resolution Precipitation Nowcasts provided by Japan Meteorological Agency written in Swift
- Overlay Nowcasts Images on Apple Maps.
- Obtain Precipitation for specific coordinate.
- iOS 8.0+
- Xcode 9.3+
NowCastMapView is available through CocoaPods and Carthage.
To install, simply add the following line to your Podfile:
platform :ios, '11.0'
use_frameworks!
pod 'NowCastMapView'To integrate NowCastMapView into your Xcode project using Carthage, specify it in your Cartfile:
github "notohiro/NowCastMapView"
Run carthage update to build the framework and drag the built NowCastMapView.framework into your Xcode project.
See Example Application.
Just put MapView as NowCastMapView into your StoryBoard.
We provided NowCastMapViewController for general purpose, and of course, you can use own custom ViewController for specific use case.
You can obtain precipitation of specific coordinate from just few lines.
NowCastMapView is available under the MIT license. See the LICENSE file for more info.

