Releases: orbisgis/h2gis
Releases · orbisgis/h2gis
H2GIS 1.3.0
H2GIS refactoring
The version 1.3.0 proposes a new organization for H2GIS modules and packages to make it easier to understand.
Now all spatial and drivers functions are collected in the H2GIS-Functions module.
H2Network functions are stored in the H2Network module. This module is loaded by the H2GIS-EXT project. H2GIS-EXT project is the main project to extend H2GIS-Functions with new features (Raster, Topology in the future).
H2GIS new license
This PR changes the H2GIS license from GPL 3 to LGPL3.
H2GIS 1.2.4
- Fix ST_SetSRID on null argument.
- Fix ST_Transform on null argument.
- Fix the KML, KMZ, geoJSON export with postgis.
- Fix GPX and geoJSON datatype for postgresql
- Add the support of TSV file (read and write).
- Upgrade H2 database from version 1.4.188 to version 1.4.189.
H2GIS 1.2.3
- Fix DBF decimal operator overflow error.
- Fix URI storage error when importing database from other operating system (Windows/Linux) Thanks to @bedla for providing the patch #556
- Range index support on system column GID for FileDrivers
- GeoJSON support for mixed geometry types. Thanks for @AngryGamy for reporting the issue #548
- Add ST_GeomFromGML
- Add ST_GeomFromGeoJSON
- Add ST_OSMMapLink
- Add ST_GoogleMapLink
- Add ST_AsGML
- Add ST_GeomFromWKB
- Upgrade H2 database from version 1.4.186 to version 1.4.188
H2GIS 1.2.2
H2GIS version 1.2.2 use H2 version 1.4.186 (Beta)
New Functions:
- ST_3DArea
- ST_3DPerimeter
- ST_BoundingCircleCenter
- ST_FlipCoordinates
- ST_GeometryShadow
- ST_LongestLine
- ST_MaxDistance
- ST_MinimumBoundingCircle
- ST_Perimeter
- ST_Tessellate
- ST_Voronoi
H2GIS 1.1.1
H2GIS version 1.1.1 use H2 version 1.3.176
Change log
- OpenStreetMap import functions. Read large OpenStreetMap .osm or .osm.bz2 and convert lossless to database tables.
- autoincrement primary key column is added for linked/imported files
New Function list:
- ST_OSMDownloader
- ST_ProjectPoint
- ST_OffSetCurve
- ST_ShortestPathTree
- ST_LineIntersector
- OSMRead
- ST_CollectExtract
- DoubleRange
- IntegerRange
- ST_SideBuffer
- ST_RingSideBuffer
H2GIS 1.1.0
H2GIS version 1.1.0 use H2 version 1.3.176
Change log
- Handle GeoJSON format
- Handle GPX format
- Handle KML format
- Fix DBFReader with more file encoding
- Fix CTS issues with mutable Geometry
- H2 Network functions
New Function list:
- GPXRead
- GeoJsonRead
- GeoJsonWrite
- KMLWrite
- ST_3DLength
- ST_AddPoint
- ST_AddZ
- ST_AsGeoJSON
- ST_AsKml
- ST_BoundingCircle
- ST_ClosestCoordinate
- ST_ClosestPoint
- ST_CompactnessRatio
- ST_ConstrainedDelaunay
- ST_Covers
- ST_DWithin
- ST_Delaunay
- ST_Densify
- ST_Expand
- ST_Explode
- ST_Extent
- ST_Extrude
- ST_FurthestCoordinate
- ST_Holes
- ST_Interpolate3DLine
- ST_IsRectangle
- ST_IsValid
- ST_LocateAlong
- ST_MakeEllipse
- ST_MakeEnvelope
- ST_MakeGrid
- ST_MakeGridPoints
- ST_MakeLine
- ST_MakePoint
- ST_MinimumRectangle
- ST_MultiplyZ
- ST_Normalize
- ST_OctogonalEnvelope
- ST_Polygonize
- ST_PrecisionReducer
- ST_RemoveHoles
- ST_RemovePoint
- ST_RemoveRepeatedPoints
- ST_Reverse
- ST_Reverse3DLine
- ST_Rotate
- ST_Scale
- ST_Simplify
- ST_SimplifyPreserveTopology
- ST_Snap
- ST_Split
- ST_ToMultiLine
- ST_ToMultiPoint
- ST_ToMultiSegments
- ST_Translate
- ST_TriangleAspect
- ST_TriangleContouring
- ST_TriangleDirection
- ST_TriangleSlope
- ST_UpdateZ
- ST_XMax
- ST_XMin
- ST_YMax
- ST_YMin
- ST_ZMax
- ST_ZMin
- ST_ZUpdateLineExtremities
- ST_MinimumDiameter
- ST_RingBuffer
- ST_Force2D
- ST_Force3D
- ST_Azimuth
- ST_MakePolygon
- ST_IsValidReason
- ST_IsValidDetail
- ST_Accessibility
- ST_ConnectedComponents
- ST_Graph
- ST_GraphAnalysis
- ST_ShortestPath
- ST_ShortestPathLength