Skip to content

Releases: orbisgis/geoclimate

v1.0.0

15 Jan 16:29
Compare
Choose a tag to compare

First official 1.0.0 release of the GeoClimate tools.

Started in 2019, this release integrates the work carried out on geographic data processing to compute a set of climate related parameters describing a territory.

GeoClimate uses vector-based inputs. It contains modules have been developed to automatically use OpenStreetMap and the French BD Topo 2x an 3x versions databases.

This version can be freely used either for research and education, as well as by experts in a professional use.

GeoClimate is distributed under LGPL 3 license by the DECIDE GIS team of the Lab-STICC (CNRS).

See the PDF file GeoClimate_1.0.0_documentation.pdf to get the GeoClimate documentation.

The geoclimate-1.0.0.jar contains the whole GeoClimate modules with the dependencies. To run it, execute in a terminal

java -jar geoclimate-1.0.0.jar -h

What's Changed

Read more

GeoClimate 0.0.1

01 Sep 11:45
c0a68f8
Compare
Choose a tag to compare

This is the first official release for the GeoClimate tools.
It contains modules to process the BDTopo v2.2 and OSM data (from overpass api) and computes a set of climate related parameters describing a territory (morphological indicators such as Sky View Factor, urban classifications such as Local Climate Zones, etc.).
See the PDF file GeoClimate_0.0.1_documentation.pdf to get the GeoClimate documentation.

The geoclimate-0.0.1.jar contains the whole GeoClimate modules with the dependencies. To run it, execute in a terminal

java -jar geoclimate-0.0.1.jar -h

Version 1.0.0-RC1

09 Jun 10:26
f19f517
Compare
Choose a tag to compare
Version 1.0.0-RC1 Pre-release
Pre-release

First stable pre-release of Geoclimate.