GithubHelp home page GithubHelp logo

funkeinteraktiv / geo-data-merger Goto Github PK

View Code? Open in Web Editor NEW
68.0 8.0 12.0 3.26 MB

🔁 A tool for merging data from CSV, JSON, Geo- and TopoJSON files

Home Page: https://funkeinteraktiv.github.io/geo-data-merger/

JavaScript 96.32% HTML 3.68%
data-tool merger react

geo-data-merger's People

Contributors

chrtze avatar dependabot[bot] avatar fmg-david avatar marielouisetimcke avatar moklick avatar yetzt avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

geo-data-merger's Issues

Support feature id of geojsons and topojsons

Thank you for developing this practical tool!

It would be nice if the feature id of geojsons and topojsons would be also recognized as a column. See the last bullet point of section 3.2 in the geojson specification for further details: https://datatracker.ietf.org/doc/html/rfc7946#section-3.2

Here an exemplary geojson file for testing:

{
  "type": "FeatureCollection",
  "name": "switzerland",
  "features": [{
      "type": "Feature",
      "id": "CH",
      "geometry": {
        "type": "Polygon",
        "coordinates": [[[8.558133691490156, 47.807404569040386], [10.403686252119602, 46.639241157337544], [7.098859573783153, 45.860465549535654], [6.111703552981356, 46.580832986752405], [8.558133691490156, 47.807404569040386]]]
      }
    }
  ]
}

Currently no column is recognized when the file is uploaded to the Geo Data Merger. The same applies for topojsons like this:

{
  "type": "Topology",
  "arcs": [[[57, 100], [43, -60], [-77, -40], [-23, 37], [57, 63]]],
  "transform": {
    "scale": [0.042919826991382456, 0.019469390195047325],
    "translate": [6.111703552981356, 45.860465549535654]
  },
  "objects": {
    "country": {
      "type": "GeometryCollection",
      "geometries": [{
          "arcs": [[0]],
          "type": "Polygon",
          "id": "CH"
        }
      ]
    }
  }
}

Supporting this case would save the user an additional conversion step, namely including the "id" in the properties of a feature. Often ids are used for joining.

Export geo files to KML

Der Claus aus Moers möchte gerne für Wolfgang Ksoll seine Geodaten in KML exportieren lassen wollen gerne. Das ist ihm wichtig, um Daten in Google Maps zu befüllen.

Add zip support

Der Claus aus Moers (der Beamte) möchte gerne eine ZIP hochladen. Bitte tut das rein tun.

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.