mathieu17g
mathieu17g
> - Include field and geomfield names in feature definition type `FDType` to avoid calling `ogr_f_getfieldindex` I have changed the FeatureDefn type parameter of ArchGDAL OGR objects from ```julia FDType...
@yeesian I'm not able to push the commit associated to my previous comment into branch Enhance_ArchGDAL_types. I got the following message: ``` remote: error: GH006: Protected branch update failed for...
It stills fails, but I have a different message: ``` remote: error: GH006: Protected branch update failed for refs/heads/Enhance_ArchGDAL_types. remote: error: Changes must be made through a pull request. To...
Shall I try a force push with lease ?
Great, it works. I was able to push commit a146c79 above
Continuing to shave off time in layer to table conversion, I noticed that `_infergeomtype` could be optimized by modifying convert functions between GDAL CEnum.Cenum types to AG Enum types. ###...
> ### Next > I will go saving time with a trial to implement a specialized version of `Tables.eachcolumns` to strip some time from calls to `ArchGDAL.getfield` I have copied...
@visr you mentioned in comment https://github.com/yeesian/ArchGDAL.jl/pull/238#issuecomment-928958407 that you had a case where layer to table conversion took a longtime > @mathieu17g we can discuss copies and such in a different...
@visr Ok thanks. I will test the PR with this file set
@visr I have reimplemented `Tables.columns` to avoid the long compilation time for cases like with HydroATLAS data ### Results 1) Faster than with Shapefile uncompiled or compiled, starting from level...