Code Monkey home page Code Monkey logo

cartagen's Introduction

Build Status

CartAGen

CartAGen is a plugin for GeOxygene dedicated to cartographic generalisation

  • See the project website for more information.
  • See the description of the Project Steering Committee: PSC.md
  • See the members of the Project Steering Committee: PSC_members.md

cartagen's People

Contributors

codebardian avatar dependabot[bot] avatar gtouya avatar ilokhat 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cartagen's Issues

how to simple use existing plugins?

I recently read the paper "CartAGen: an Open Source Research Platform for Map Generalization". In the use part,I have some questions. how we can a simple access to its functionalities? For example: few existing plugins mentioned in the paper is exsit?
Is there any other simple use the CartAgen? In my project, license issues maybe prevent me from downloading some packages.

Documentation for the CartAGen GUI

The documentation should describe the existing menus, the geometry pool, the basics of GeOxygene GUI on which it is based, and a tutorial to customize the GUI.

Missing dependencies

While trying to compile I noticed there are some dependencies which are required in the application but not listed in the pom.xml.

I believe that at least these three following are required.

<dependency>
    <groupId>com.google.guava</groupId>
    <artifactId>guava</artifactId>
    <version>31.1-jre</version>
</dependency>

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-math3</artifactId>
    <version>3.6.1</version>
</dependency>

<dependency>
    <groupId>au.com.bytecode</groupId>
    <artifactId>opencsv</artifactId>
    <version>2.4</version>
</dependency>

Conflict between com.vividsolutions.jts and org.locationtech.jts

The provided snapshots of GeoOxygene in the external-jars folder are using JTS from org.locationtech.jts, but CartAGen still uses com.vividsolutions.jts.

This prevents me from compiling the application, as you will inevitably run into hundreds of errors like the following:

incompatible types: com.vividsolutions.jts.geom.Geometry cannot be converted to org.locationtech.jts.geom.Geometry

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.