Download meteo Free Java Code

Description

Java library for fetching weather data from api.met.no.

Icons

meteo

Source Files

The download file meteo-master.zip has the following entries.


.gitignore/*w  w  w .ja  v  a  2s .c om*/
README
license.txt
meteo-client/pom.xml
meteo-client/src/main/java/no/api/meteo/client/DefaultMeteoClient.java
meteo-core/pom.xml
meteo-core/src/main/java/no/api/meteo/MeteoException.java
meteo-core/src/main/java/no/api/meteo/client/MeteoClient.java
meteo-core/src/main/java/no/api/meteo/client/MeteoClientException.java
meteo-core/src/main/java/no/api/meteo/client/MeteoData.java
meteo-core/src/main/java/no/api/meteo/client/MeteoResponse.java
meteo-core/src/main/java/no/api/meteo/client/MeteoResponseHeader.java
meteo-core/src/main/java/no/api/meteo/service/AbstractMeteoService.java
meteo-core/src/main/java/no/api/meteo/service/MeteoDataParser.java
meteo-core/src/main/java/no/api/meteo/service/MeteoDataParserException.java
meteo-core/src/main/java/no/api/meteo/service/locationforecast/LocationforcastLTSParser.java
meteo-core/src/main/java/no/api/meteo/service/locationforecast/LocationforecastLTSService.java
meteo-core/src/main/java/no/api/meteo/service/sunrise/SunriseParser.java
meteo-core/src/main/java/no/api/meteo/service/sunrise/SunriseService.java
meteo-core/src/main/java/no/api/meteo/util/MeteoConstants.java
meteo-core/src/main/java/no/api/meteo/util/MeteoDateUtils.java
meteo-core/src/main/java/no/api/meteo/util/MeteoNetUtils.java
meteo-core/src/main/java/no/api/meteo/util/MeteoXppUtils.java
meteo-core/src/test/java/no/api/meteo/client/MeteoTestClient.java
meteo-core/src/test/java/no/api/meteo/service/locationforecast/LocationforecastLTSServiceTest.java
meteo-core/src/test/java/no/api/meteo/service/sunrise/SunriseServiceTest.java
meteo-core/src/test/java/no/api/meteo/util/MeteoDateUtilsTest.java
meteo-core/src/test/java/no/api/meteo/util/MeteoNetUtilsTest.java
meteo-core/src/test/java/no/api/meteo/util/MeteoXppUtilsTest.java
meteo-entity/pom.xml
meteo-entity/src/main/java/no/api/meteo/entity/core/IdEntity.java
meteo-entity/src/main/java/no/api/meteo/entity/core/Location.java
meteo-entity/src/main/java/no/api/meteo/entity/core/Meta.java
meteo-entity/src/main/java/no/api/meteo/entity/core/MeteoServiceVersion.java
meteo-entity/src/main/java/no/api/meteo/entity/core/PercentEntity.java
meteo-entity/src/main/java/no/api/meteo/entity/core/RootEntity.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/AbstractForecast.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/Cloudiness.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/Fog.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/Forecast.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/HighClouds.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/Humidity.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/LocationForecast.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/LowClouds.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/MediumClouds.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/Model.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/PeriodForecast.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/PointForecast.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/Precipitation.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/Pressure.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/ProbabilityEntity.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/Symbol.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/SymbolProbability.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/Temperature.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/TemperatureProbability.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/UnitEntity.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/WindDirection.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/WindProbability.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/locationforecast/WindSpeed.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/sunrise/AbstractRiseSet.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/sunrise/AbstractType.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/sunrise/ErrorType.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/sunrise/Moon.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/sunrise/Noon.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/sunrise/PhaseType.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/sunrise/Sun.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/sunrise/Sunrise.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/sunrise/SunriseDate.java
meteo-entity/src/main/java/no/api/meteo/entity/core/service/sunrise/TwilightType.java
meteo-entity/src/main/java/no/api/meteo/entity/extras/BeaufortLevel.java
meteo-entity/src/main/java/no/api/meteo/entity/extras/BeaufortRange.java
meteo-entity/src/main/java/no/api/meteo/entity/extras/MeteoExtrasForecast.java
meteo-entity/src/main/java/no/api/meteo/entity/extras/MeteoExtrasForecastDay.java
meteo-entity/src/main/java/no/api/meteo/entity/extras/MeteoExtrasLongTermForecast.java
meteo-entity/src/main/java/no/api/meteo/entity/extras/locationgroup/ExtendedLocation.java
meteo-entity/src/main/java/no/api/meteo/entity/extras/locationgroup/LocationGroup.java
meteo-examples/jetty/jetty.xml
meteo-examples/jetty/log4j.properties
meteo-examples/jetty/logback.xml
meteo-examples/jetty/webdefault.xml
meteo-examples/pom.xml
meteo-examples/src/main/java/no/api/meteo/examples/AbstractExample.java
meteo-examples/src/main/java/no/api/meteo/examples/LocationExample.java
meteo-examples/src/main/java/no/api/meteo/examples/LongTermForecastExample.java
meteo-examples/src/main/java/no/api/meteo/examples/SunriseExample.java
meteo-examples/src/main/java/no/api/meteo/examples/extras/ForecastsByHourExample.java
meteo-examples/src/main/java/no/api/meteo/servlet/LocationServlet.java
meteo-examples/src/main/webapp/WEB-INF/jetty-web.xml
meteo-examples/src/main/webapp/WEB-INF/jsp/location.jsp
meteo-examples/src/main/webapp/WEB-INF/web.xml
meteo-examples/src/main/webapp/images/tt_bottom.gif
meteo-examples/src/main/webapp/images/tt_left.gif
meteo-examples/src/main/webapp/images/tt_top.gif
meteo-examples/src/main/webapp/images/weather/1.png
meteo-examples/src/main/webapp/images/weather/10.png
meteo-examples/src/main/webapp/images/weather/11.png
meteo-examples/src/main/webapp/images/weather/12.png
meteo-examples/src/main/webapp/images/weather/13.png
meteo-examples/src/main/webapp/images/weather/14.png
meteo-examples/src/main/webapp/images/weather/15.png
meteo-examples/src/main/webapp/images/weather/16.png
meteo-examples/src/main/webapp/images/weather/17.png
meteo-examples/src/main/webapp/images/weather/18.png
meteo-examples/src/main/webapp/images/weather/19.png
meteo-examples/src/main/webapp/images/weather/2.png
meteo-examples/src/main/webapp/images/weather/20.png
meteo-examples/src/main/webapp/images/weather/21.png
meteo-examples/src/main/webapp/images/weather/22.png
meteo-examples/src/main/webapp/images/weather/23.png
meteo-examples/src/main/webapp/images/weather/3.png
meteo-examples/src/main/webapp/images/weather/4.png
meteo-examples/src/main/webapp/images/weather/5.png
meteo-examples/src/main/webapp/images/weather/6.png
meteo-examples/src/main/webapp/images/weather/7.png
meteo-examples/src/main/webapp/images/weather/8.png
meteo-examples/src/main/webapp/images/weather/9.png
meteo-examples/src/main/webapp/images/wind/e00.png
meteo-examples/src/main/webapp/images/wind/e01.png
meteo-examples/src/main/webapp/images/wind/e02.png
meteo-examples/src/main/webapp/images/wind/e03.png
meteo-examples/src/main/webapp/images/wind/e04.png
meteo-examples/src/main/webapp/images/wind/e05.png
meteo-examples/src/main/webapp/images/wind/e06.png
meteo-examples/src/main/webapp/images/wind/e07.png
meteo-examples/src/main/webapp/images/wind/e08.png
meteo-examples/src/main/webapp/images/wind/e09.png
meteo-examples/src/main/webapp/images/wind/e10.png
meteo-examples/src/main/webapp/images/wind/e11.png
meteo-examples/src/main/webapp/images/wind/e12.png
meteo-examples/src/main/webapp/images/wind/n00.png
meteo-examples/src/main/webapp/images/wind/n01.png
meteo-examples/src/main/webapp/images/wind/n02.png
meteo-examples/src/main/webapp/images/wind/n03.png
meteo-examples/src/main/webapp/images/wind/n04.png
meteo-examples/src/main/webapp/images/wind/n05.png
meteo-examples/src/main/webapp/images/wind/n06.png
meteo-examples/src/main/webapp/images/wind/n07.png
meteo-examples/src/main/webapp/images/wind/n08.png
meteo-examples/src/main/webapp/images/wind/n09.png
meteo-examples/src/main/webapp/images/wind/n10.png
meteo-examples/src/main/webapp/images/wind/n11.png
meteo-examples/src/main/webapp/images/wind/n12.png
meteo-examples/src/main/webapp/images/wind/ne00.png
meteo-examples/src/main/webapp/images/wind/ne01.png
meteo-examples/src/main/webapp/images/wind/ne02.png
meteo-examples/src/main/webapp/images/wind/ne03.png
meteo-examples/src/main/webapp/images/wind/ne04.png
meteo-examples/src/main/webapp/images/wind/ne05.png
meteo-examples/src/main/webapp/images/wind/ne06.png
meteo-examples/src/main/webapp/images/wind/ne07.png
meteo-examples/src/main/webapp/images/wind/ne08.png
meteo-examples/src/main/webapp/images/wind/ne09.png
meteo-examples/src/main/webapp/images/wind/ne10.png
meteo-examples/src/main/webapp/images/wind/ne11.png
meteo-examples/src/main/webapp/images/wind/ne12.png
meteo-examples/src/main/webapp/images/wind/nw00.png
meteo-examples/src/main/webapp/images/wind/nw01.png
meteo-examples/src/main/webapp/images/wind/nw02.png
meteo-examples/src/main/webapp/images/wind/nw03.png
meteo-examples/src/main/webapp/images/wind/nw04.png
meteo-examples/src/main/webapp/images/wind/nw05.png
meteo-examples/src/main/webapp/images/wind/nw06.png
meteo-examples/src/main/webapp/images/wind/nw07.png
meteo-examples/src/main/webapp/images/wind/nw08.png
meteo-examples/src/main/webapp/images/wind/nw09.png
meteo-examples/src/main/webapp/images/wind/nw10.png
meteo-examples/src/main/webapp/images/wind/nw11.png
meteo-examples/src/main/webapp/images/wind/nw12.png
meteo-examples/src/main/webapp/images/wind/s00.png
meteo-examples/src/main/webapp/images/wind/s01.png
meteo-examples/src/main/webapp/images/wind/s02.png
meteo-examples/src/main/webapp/images/wind/s03.png
meteo-examples/src/main/webapp/images/wind/s04.png
meteo-examples/src/main/webapp/images/wind/s05.png
meteo-examples/src/main/webapp/images/wind/s06.png
meteo-examples/src/main/webapp/images/wind/s07.png
meteo-examples/src/main/webapp/images/wind/s08.png
meteo-examples/src/main/webapp/images/wind/s09.png
meteo-examples/src/main/webapp/images/wind/s10.png
meteo-examples/src/main/webapp/images/wind/s11.png
meteo-examples/src/main/webapp/images/wind/s12.png
meteo-examples/src/main/webapp/images/wind/se00.png
meteo-examples/src/main/webapp/images/wind/se01.png
meteo-examples/src/main/webapp/images/wind/se02.png
meteo-examples/src/main/webapp/images/wind/se03.png
meteo-examples/src/main/webapp/images/wind/se04.png
meteo-examples/src/main/webapp/images/wind/se05.png
meteo-examples/src/main/webapp/images/wind/se06.png
meteo-examples/src/main/webapp/images/wind/se07.png
meteo-examples/src/main/webapp/images/wind/se08.png
meteo-examples/src/main/webapp/images/wind/se09.png
meteo-examples/src/main/webapp/images/wind/se10.png
meteo-examples/src/main/webapp/images/wind/se11.png
meteo-examples/src/main/webapp/images/wind/se12.png
meteo-examples/src/main/webapp/images/wind/sw00.png
meteo-examples/src/main/webapp/images/wind/sw01.png
meteo-examples/src/main/webapp/images/wind/sw02.png
meteo-examples/src/main/webapp/images/wind/sw03.png
meteo-examples/src/main/webapp/images/wind/sw04.png
meteo-examples/src/main/webapp/images/wind/sw05.png
meteo-examples/src/main/webapp/images/wind/sw06.png
meteo-examples/src/main/webapp/images/wind/sw07.png
meteo-examples/src/main/webapp/images/wind/sw08.png
meteo-examples/src/main/webapp/images/wind/sw09.png
meteo-examples/src/main/webapp/images/wind/sw10.png
meteo-examples/src/main/webapp/images/wind/sw11.png
meteo-examples/src/main/webapp/images/wind/sw12.png
meteo-examples/src/main/webapp/images/wind/w00.png
meteo-examples/src/main/webapp/images/wind/w01.png
meteo-examples/src/main/webapp/images/wind/w02.png
meteo-examples/src/main/webapp/images/wind/w03.png
meteo-examples/src/main/webapp/images/wind/w04.png
meteo-examples/src/main/webapp/images/wind/w05.png
meteo-examples/src/main/webapp/images/wind/w06.png
meteo-examples/src/main/webapp/images/wind/w07.png
meteo-examples/src/main/webapp/images/wind/w08.png
meteo-examples/src/main/webapp/images/wind/w09.png
meteo-examples/src/main/webapp/images/wind/w10.png
meteo-examples/src/main/webapp/images/wind/w11.png
meteo-examples/src/main/webapp/images/wind/w12.png
meteo-examples/src/main/webapp/images/x_icon.gif
meteo-examples/src/main/webapp/index.html
meteo-examples/src/main/webapp/script.js
meteo-examples/src/main/webapp/style.css
meteo-extras/pom.xml
meteo-extras/src/main/java/no/api/meteo/locationgroups/config/ConfigLoader.java
meteo-extras/src/main/java/no/api/meteo/locationgroups/config/ConfigParser.java
meteo-extras/src/main/java/no/api/meteo/services/LocationForecastHelper.java
meteo-extras/src/main/java/no/api/meteo/services/WindSymbolHelper.java
meteo-extras/src/main/java/no/api/meteo/services/internal/DayIndexKey.java
meteo-extras/src/main/java/no/api/meteo/services/internal/HourIndexKey.java
meteo-extras/src/main/java/no/api/meteo/services/internal/MeteoForecastIndexer.java
meteo-extras/src/main/java/no/api/meteo/services/internal/ScoreForecast.java
meteo-extras/src/test/java/no/api/meteo/locationgroups/config/ConfigLoaderTest.java
meteo-extras/src/test/java/no/api/meteo/services/WindSymbolHelperTest.java
meteo-extras/src/test/java/no/api/meteo/services/internal/MeteoForecastIndexerTest.java
meteo-test/pom.xml
meteo-test/src/main/java/no/api/meteo/test/MeteoTestException.java
meteo-test/src/main/java/no/api/meteo/test/MeteoTestUtils.java
meteo-test/src/main/resources/META-INF/meteo/config/meteo-config.xml
meteo-test/src/main/resources/META-INF/meteo/locationforecast/gjovik1.xml
meteo-test/src/main/resources/META-INF/meteo/locationsforecastlts/test1.xml
meteo-test/src/main/resources/log4j.properties
meteo-test/src/main/resources/logback.xml
pom.xml

Download

Click the following link to download meteo-master.zip.

meteo-master.zip




















Home »
  Java Free Code »
    API »




API
API Client
API Google