vigimeteo | Une classe PHP pour obtenir les niveaux de vigilance météo

 by   DjMomo PHP Version: Current License: No License

kandi X-RAY | vigimeteo Summary

kandi X-RAY | vigimeteo Summary

vigimeteo is a PHP library. vigimeteo has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

vigimeteo
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              vigimeteo has a low active ecosystem.
              It has 6 star(s) with 1 fork(s). There are 7 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 1 open issues and 0 have been closed. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of vigimeteo is current.

            kandi-Quality Quality

              vigimeteo has no bugs reported.

            kandi-Security Security

              vigimeteo has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              vigimeteo does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              vigimeteo releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi has reviewed vigimeteo and discovered the below as its top functions. This is intended to give you an instant insight into vigimeteo implemented functionality, and help decide if they suit your requirements.
            • Ajoute une ruevo
            • Creates an element from a mixed variable .
            • renvoie le nombre
            • Renvoie la contenie de la fichne
            • Renvoie le metodo
            • Encode the XML .
            Get all kandi verified functions for this library.

            vigimeteo Key Features

            No Key Features are available at this moment for vigimeteo.

            vigimeteo Examples and Code Snippets

            No Code Snippets are available at this moment for vigimeteo.

            Community Discussions

            QUESTION

            Using R to scrape data from a table populated possibly with javascript
            Asked 2019-Mar-10 at 19:24

            Hello fellow R fanatics...

            I've been using R to scrape data from a variety of websites for a while now, however this one has me stumped.

            I am trying to scrape the data from the following table: http://www.vigimeteo.com/PREV/obs/obs_seul.html?a=07005&b=

            However my efforts thus far have failed.

            I have tried the following

            1. Simple wget, which results in the html from the site, and some of the javascript functions used to populate the table, but I haven't been able to really look through it and find the parts that I could use to grab the data using some of R's JS utilities. It might be that my experience with JS is quite poor
            2. I tried the solution here Reading data from iframe, b/c it looked like the original website had the table in an iframe, but again no luck
            3. A combination of getURL and readHTMLTable

              thisURL = http://www.vigimeteo.com/PREV/obs/obs_seul.html?a=07005&b= theURL = getURL(thisURL,.opts = list(ssl.verifypeer = FALSE) ) tables = readHTMLTable(theURL)

            This results in an empty table

            1. Spent about an hour going through every part of the html and javascript code I could find, but with limited success as detailed in 1.

            It appears maybe R's Selenium package could have a potential solution, but I haven't yet figured out how to use it here, probably due to unfamiliarity

            I feel like I'm just missing an essential part here... perhaps due to my lack of knowledge of JS and XML?

            UPDATE:

            I've noticed that if I right-click on the table element and use Chrome's "inspect" it generates HTML that has all of the table's values in it and would be very scrape-able... I'm still not sure how to get to this point in R though. Anyone have hints on where to look in the "inspect" screen to try and guide my progress?

            ...

            ANSWER

            Answered 2019-Mar-10 at 19:24

            The solution to this was the following.

            1. Using the source code, identify the source html for the table
            2. Navigate to the source page, and use Chrome developer tools > Network > XHR
            3. Refresh the page to find the source of the data
            4. Scrape from that source

            Thanks to @XR SC for his answer here: web scraping using Chrome Dev Tools for providing the basic approach.

            Source https://stackoverflow.com/questions/55015668

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install vigimeteo

            You can download it from GitHub.
            PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/DjMomo/vigimeteo.git

          • CLI

            gh repo clone DjMomo/vigimeteo

          • sshUrl

            git@github.com:DjMomo/vigimeteo.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link