You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ GNU AFFERO GENERAL PUBLIC LICENSE
11
11
-[DGGRID Version 8.3 on GitHub](https://github.com/sahrk/DGGRID)
12
12
-[DGGRID User Manual](https://github.com/sahrk/DGGRID/blob/d08e10d761f7bedd72a253ab1057458f339de51e/dggridManualV81b.pdf)
13
13
14
-
You need the ddgrid tool compiled available on the system.
14
+
You need the `dggrid` tool compiled available on the system.
15
15
16
-
Besides some lowlevel access influence the dggrid operations' metafile creation, a few highlevel functions are integrated to work with the more comfortable geopython libraries, like shapely and geopandas
16
+
Besides some low-level access influence the dggrid operations' metafile creation, a few high-level functions are integrated to work with the more comfortable geopython libraries, like shapely and geopandas
17
17
18
18
- grid_cell_polygons_for_extent(): fill extent/subset with cells at resolution (clip or world)
19
19
- grid_cell_polygons_from_cellids(): geometry_from_cellid for dggs at resolution (from id list)
20
20
- grid_cellids_for_extent(): get_all_indexes/cell_ids for dggs at resolution (clip or world)
21
21
- cells_for_geo_points(): poly_outline for point/centre at resolution
22
-
- address_transform(): conversion betwenn cell_id address types, like SEQNUM, Z7, or Q2DI
22
+
- address_transform(): conversion between cell_id address types, like SEQNUM, Z7, or Q2DI
23
23
24
24
25
25
```python
@@ -29,7 +29,7 @@ import shapely
29
29
from dggrid4py import DGGRIDv7
30
30
31
31
32
-
# create an inital instance that knows where the dggrid tool lives, configure temp workspace and log/stdout output
32
+
# create an initial instance that knows where the dggrid tool lives, configure temp workspace and log/stdout output
0 commit comments