Git Product home page Git Product logo

openestate / openestate-io Goto Github PK

View Code? Open in Web Editor NEW
48.0 9.0 16.0 11.38 MB

Java libraries to read and write real estate data in common formats (e.g. OpenImmo, ImmoXML, Kyero, Trovit, IDX)

Home Page: https://openestate.org/

License: Apache License 2.0

Shell 0.33% Java 99.62% HTML 0.02% Python 0.04%
openimmo immoxml idx kyero trovit filemaker immobilienscout24 real-estate realestate

openestate-io's People

Contributors

pinhead84 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openestate-io's Issues

provide JAXB as external dependencies

Java 8 is the last release, that provides a bundled JAXB implementation. In order to make this library easier usable with later JDK releases, we are going to provide JAXB as dependencies.

This might lead to conflicts with JDK 8 environments. But as documented in the "JAXB Release Documentation", developers might use the endorsed directory mechanism to use JAXB 2.3 properly within their environment.

Add missing type values for Trovit

It seems that Trovit has changed their schema and now allows the values "office for sale" / "office for rent" to be in the type field. It should be possible to set these types.

Potential error in OpenImmo_1_2_7b.java upgrade method

Hello,

when upgrading OpenImmo from 1.2.7 to 1.2.7b in OpenImmo_1_2_7b.java there seems to be a part missing:
in 1.2.7 for XML name="flaechen" > name="anzahl_stellplaetze" there is no type specified. And the software i am using is putting a decimal number, which is technically correct.
However, in 1.2.7b the field is specified as positive integer.

When trying to load this XML following error occurs for this field:
o.o.io.core.XmlValidationHandler : > java.lang.IllegalArgumentException: Can't parse integer value '1.0'! For input string: "1.0"

Obviously the decimal is not converted to BigInteger. The field "anzahlStellplaetze" is null in the resulting object.

migrate to Java 8

As Java 7 is already outdated, we're going to migrate to Java 8 as it is currently the oldest supported LTS release.

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.