Giter Club home page Giter Club logo

osmapi-overpass's People

Contributors

westnordost avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

osmapi-overpass's Issues

Problem with Umlauts when querying

I'm using version 2.0 because 2.1 seems still to be missing in mvnrepository.

implementation 'de.westnordost:osmapi-overpass:2.0'

I have this code for executing a quite simple query.

OsmConnection connection = new OsmConnection("https://overpass-api.de/api/", "jmizv-DataHandler-v0.1");
OverpassMapDataApi overpass = new OverpassMapDataApi(connection);
        try {
            overpass.queryTable("""
                    [out:csv("name")][timeout:90];
                    area["name:de"="Magdeburg"]->.ar;
                    way["highway"]
                      [!"name:etymology:wikidata"]
                       (area.ar);
                    (._;>;);
                    out meta;
                    """, tea -> System.out.println(tea[0]), "\t");
        } catch (Exception ex) {
            ex.printStackTrace(System.err);
        }

But I can see on the console this output:

[..]
Walther-Rathenau-Stra�e
L�neburger Stra�e
Breiter Weg

I fail to see whether I need to set some encoding or whether this is a bug? Maybe solved in 2.1?

Executing this via https://overpass-turbo.eu/ gives the correct encoding.

[FeatureRequest] Add current QueryExecution status or Download status

Hey, just found you lib and really like it 👍

Request

I might use it for an university project if my prof allows it (It is his software)

Just want to ask for an additional feature. If you run a big query with a large response the program is just running the download but does not give any status information.

OverpassStatus just gives you the status of overpass. Not of the current running query. It would be great if you could add a feature that gives back the current query status or the current size of the download buffer. This basically confirms that osmapi is still working.

Implementation:

Just an idea: You can create a Status class (that runs in a separate thread) and just gives gack the size of the currently downloaded information. Since you are using typical http this should't be that complicated.

Keep on going ✌

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.