DGGRID icon indicating copy to clipboard operation
DGGRID copied to clipboard

A command-line application that generates and manipulates icosahedral discrete global grids.

Results 12 DGGRID issues
Sort by recently updated
recently updated
newest added

Add a page linking to software including `dggridR` and `pydggrid`.

enhancement
good first issue

For GeoJSON output, is it possible to generate feature id's from the cell id's? I'm not seeing an option in the appendix to do so. Currently it generates as "name"...

DgHexC3Grid2D and DgHexC2Grid2D are similar; move the shared functionality into a base class for 2D grids with a substrate and surrogate grid. addFromSeq in DgHexC3Grid2D only works for Class I/III...

Thanks a lot for updating DGGRID with new address types for indexing cells! The order of the cells matter a lot when it comes to chunking the data so that...

Some pretty spooky behavior is bubbling up in users of R package dggridR that I think must have its origins in DGGRID itself. I think the most complete statement of...

Consider making shapelib a module as per @r-barnes previous pull request.

enhancement

DGGRID has a few namespace issues that make it a little difficult to work with. dgconstants.h, for instance, defines a `M_2PI` in the global namespace. This has caused conflicts with...

Hi _sahrk_, I am looking for confirmation that the vertex ordering is **counterclockwise** when using the **GEOJSON** output parameter. WKT does not enforce a specific order for vertices thus ambiguous...

I am generating cells for a specific area by using a Shapefile for clipping. ``` dggs_res_spec 24 clip_type POLY_INTERSECT clip_subset_type SHAPEFILE clip_region_files /home/michael/aoi.shp ``` The polygon used for clipping is...

enhancement

Hi, I am new here, I have not yet installed DGGRID, but maybe I don't need to install it, if there are some more information... I am looking for a...