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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@ In brief, to get started:
265
265
- If you're on Windows, `pip install gdal` may be necessary before running the subsequent commands.
266
266
- On Linux, install GDAL 3.6+ according to your platform-specific instructions, including development headers, i.e. `libgdal-dev`.
267
267
- Create the virtual environment with `poetry init`. This will install necessary dependencies.
268
-
- Subsequently, the virtual environment can be re-activated with `poetry shell`.
268
+
- Subsequently, the virtual environment can be re-activated with `poetry env activate`.
269
269
270
270
If you run `poetry install`, the CLI tool will be aliased so you can simply use `raster2dggs` rather than `poetry run raster2dggs`, which is the alternative if you do not `poetry install`.
# NB All zones of GNOSIS Global Grid and ISEA9R have single parents, whereas ISEA3H zones have one parent if they are a centroid child, and three parents otherwise if they are a vertex child. See dggrs.getMaxParents()
149
+
150
+
151
+
classISEA9RRasterIndexer(DGGALRasterIndexer):
152
+
"""
153
+
A raster indexer for the ISEA9R DGGS, an axis-aligned and equal-area DGGH based on the Icosahedral Snyder Equal-Area (ISEA) planar projection using rhombuses with a refinement ratio of 9.
0 commit comments