Skip to content

Commit 8a4d238

Browse files
committed
DOCS: Add notes for new features in v3.1.0.
1 parent c3a5b23 commit 8a4d238

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/user/coordsys.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ cs._configure()
150150

151151
## CSGeoLocal
152152

153+
:::{note}
154+
New in v3.1.0.
155+
:::
156+
153157
`CSGeoLocal` provides the flexibility of adding a local origin and rotation to a georeferenced coordinate system.
154158
As with `CSGeo`, we use [Proj](https://proj.maptools.org) to perform georeferenced coordinate system operations, so any geographic coordinate system supported by Proj can be used.
155159
See the [Proj documentation](https://proj.org/development/reference/functions.html#c.proj_create) for more information.

docs/user/spatialdb/analyticdb.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# AnalyticDB
22

3+
:::{note}
4+
New in v3.1.0.
5+
:::
6+
7+
38
If the values for a field can be described by an analytic function, such as a polynomial `f(x) = a * x + b`, then you should use an `AnalyticDB`.
49
In addition to the analytical expressions for the fields, you also need to provide the name and units for each field, and the coordinate system (the default is `CSCart`).
510

0 commit comments

Comments
 (0)