yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
142 stars 26 forks source link

replace references to getNumPoint() and getNumGeometries() with ngeom #283

Closed mattwigway closed 2 years ago

mattwigway commented 2 years ago

Two places in the docstrings refer to getNumPoints() and getNumGeometries(), which are GDAL functions not directly wrapped in ArchGDAL. Instead, refer to ngeom which is the ArchGDAL equivalent of both. No code changes.