NOAA weather API - weather

i trying to get hourly forecast using NOAA but it doesnt let me enter East longitude. The request has to be west longitude.
do they even provide service for east longitude for asian countries like India.
here is the link i used
http://graphical.weather.gov/xml/SOAP_server/ndfdXML.htm
or could you give me any other link who give hourly forecast in the API.
i tried yahoo weather, weatherbug, world weather online. they are not giving hourly forecast in the API.
Thanks!

Here is a partial solution based on my work with the NOAA API:
NOAA works by weather station, so the URL will vary depending on the station closest to you. In my case, I am using the Western Region station:
http://www.wrh.noaa.gov/forecast/xml/xml.php?duration=#{duration}&interval=#{interval}&lat=#{latlong[0]}&lon=#{latlong[1]}
Here is my implementation in Ruby for retrieving the 7-day forecast in 6-hour intervals by zipcode:
https://raw.github.com/WalterYu/stormsavvy/master/lib/weather/noaa_forecast.rb
Hope that helps you in getting started.

Related

How can I get the traffic data from Google map?

I would like to see the traffic in specific location. For example, vehicle number where passed that location. Could you please suggest me to contact anyone in Google Thailand? Thanks.
I would like to try to contact Google Thailand, but it is difficult to reach Google officer to work together about this request.

PayPal checkout(v2) with react SDK

I am integrating PayPal checkout with react using SDK. The seller currency is USD. I am testing it with an Indian sandbox account. The transaction is successful with all other accounts except for Indian Accounts. In all other cases, the sandbox does the currency conversion and pays the amount accordingly except in Indian currency which says the seller doesn't accept payment in your currency. What might be the possible issue? Any suggestions would be highly appreciated.
The issue is explained here in footnote (3) for INR.
"This currency is supported as a payment currency and a currency
balance for in-country PayPal India accounts only."
The problem was with sandbox account created. This account was created to accept payment in an only particular currency. The problem got resolved by using other sandbox business account which accepts payment in all currencies.

We’re sorry. This seller doesn’t accept payments in your currency. Please return to the seller and choose another way to pay in react

I have integrated react PayPal button to in my react app using live client id but when I am trying to make payment using my PayPal account it is showing error We’re sorry. This seller doesn’t accept payments in your currency. Please return to the seller and choose another way to pay..
Searched a lot in google but did not found any helpful source.
Please if you have clue about this kindly help me, struggling for the last 3 days.
Thanks in advance for you any help.
For instance AFAIK there is one possible reason for such an error:
for some countries (e.g. Russian Federation) there is an internal
law avoiding payments in other currency rather than russian rouble
between russian residents.
in this case if payer and payee are both russian residents , payment
won't work if price for product or service is set in USD/EUR .
Looks like India and Russia have similar restrictions regarding to domestic payment currencies. There are some recommendations for India which are useful for Russia as well.
To test that your integration works correctly in case of an international buyer, you may want to create one more sandbox personal PayPal account (with US country of origin). Then you'll be able to invoice and accept payments from both Russian buyer (in rubles) and US buyer (in USD).

Not sure where to find limits for Google Places Api free use

How much will I pay per month for 10k dau for an average geo location mobile game using google places (for POI)?
Here's a link to pricing and plans comparison link , but they are stated in requests so you need to calculate average request per user for your app and convert it to your 10k DAU

Amazon MWS "Flat File Price and Quantity Update Feed"

I want to use the feed api to submit the stock and price of my products to Amazon Marketplaces in EU.
Using the FeedType _POST_FLAT_FILE_PRICEANDQUANTITYONLY_UPDATE_DATA_ with the appropriate CSV seems to work.
Since I have different prices for the marketplaces I was wondering how to set the right currency? Right now it just autoconverts my € prices to GBP.
Amazon MWS seems to ignore whatever currency you supply and use the currency of the marketplace. See this SO question for details: Amazon MWS API - Currency

Resources