-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table to IFeatureLayer #243
base: master
Are you sure you want to change the base?
Commits on Oct 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fd7eeec - Browse repository at this point
Copy the full SHA fd7eeecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 163e9b8 - Browse repository at this point
Copy the full SHA 163e9b8View commit details -
Test table to
IFeatureLayer
conversion with amissing
, mixed geome……tries, mixed float/int Test with `nothing` skipped until PR yeesian#238 [Breaking] Return missing if the field is set but null. is merged
Configuration menu - View commit details
-
Copy full SHA for 9e0e900 - Browse repository at this point
Copy the full SHA 9e0e900View commit details -
Fixed handling of type Any in a column and modified error messages
Added some test coverage on convert error cases: - ogrerr macro error message modification - IFeature(table) constructor errors on type conversions
Configuration menu - View commit details
-
Copy full SHA for 91e3a10 - Browse repository at this point
Copy the full SHA 91e3a10View commit details -
Fixed conversion to OGRFieldType error handing
Added a test on OGRFieldType error handing
Configuration menu - View commit details
-
Copy full SHA for a79ec71 - Browse repository at this point
Copy the full SHA a79ec71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 843155d - Browse repository at this point
Copy the full SHA 843155dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8849e4 - Browse repository at this point
Copy the full SHA d8849e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5090a0 - Browse repository at this point
Copy the full SHA a5090a0View commit details -
Completed doc on conversion to layer with an example of writing to a …
…file, illustrating the data modification that may be induced by the driver limitations (here "ESRI Shapefile")
Configuration menu - View commit details
-
Copy full SHA for 848fe0e - Browse repository at this point
Copy the full SHA 848fe0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd76de - Browse repository at this point
Copy the full SHA 0bd76deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2045d55 - Browse repository at this point
Copy the full SHA 2045d55View commit details -
Added docstring with example to IFeatureLayer(table)
Adjusted prerequisite Added layer name option to IFeatureLayer
Configuration menu - View commit details
-
Copy full SHA for a6277af - Browse repository at this point
Copy the full SHA a6277afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5035a0e - Browse repository at this point
Copy the full SHA 5035a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 541ff9b - Browse repository at this point
Copy the full SHA 541ff9bView commit details -
Added
nothing
values handling (cf. PR yeesian#238):- no difference for geometry columns. Both `nothing` and `missing` values map to an UNSET geometry field (null pointer) - field set to NULL for `missing` values and not set for `nothing` values
Configuration menu - View commit details
-
Copy full SHA for 1b6ab33 - Browse repository at this point
Copy the full SHA 1b6ab33View commit details -
_fromtable
function code readability enhancements:- refactored conversion of table column types to ArchGDAL layer featuredefn's geomfield and field types - added docstrings - adjusted convert fonctions between `OGRFieldType`s / `OGRFieldSubType`s and `DataType`s to enable refactoring
Configuration menu - View commit details
-
Copy full SHA for 7fa434c - Browse repository at this point
Copy the full SHA 7fa434cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f8b1bd - Browse repository at this point
Copy the full SHA 8f8b1bdView commit details
Commits on Oct 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0e12703 - Browse repository at this point
Copy the full SHA 0e12703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6454e09 - Browse repository at this point
Copy the full SHA 6454e09View commit details
Commits on Oct 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8f07154 - Browse repository at this point
Copy the full SHA 8f07154View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4bd378 - Browse repository at this point
Copy the full SHA a4bd378View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7166097 - Browse repository at this point
Copy the full SHA 7166097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c3a76 - Browse repository at this point
Copy the full SHA 33c3a76View commit details
Commits on Oct 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0b1b9d9 - Browse repository at this point
Copy the full SHA 0b1b9d9View commit details
Commits on Oct 22, 2021
-
Enhance test coverage by pruning handling of
Vector{String}
convers……ion to `IGeometry` and empty table conversion to layer
Configuration menu - View commit details
-
Copy full SHA for f8da022 - Browse repository at this point
Copy the full SHA f8da022View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0e4da6 - Browse repository at this point
Copy the full SHA c0e4da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77d561d - Browse repository at this point
Copy the full SHA 77d561dView commit details
Commits on Oct 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a33bc88 - Browse repository at this point
Copy the full SHA a33bc88View commit details -
Folliowing @visr and @yeesian remarks:
- modified Project.toml dep order - fixed a typo in `_fromtable` comments - transformed notes into `!!! warning` in tables.md doc
Configuration menu - View commit details
-
Copy full SHA for b08919b - Browse repository at this point
Copy the full SHA b08919bView commit details -
Fixed test_tables.jl to use
layer_name
kwarg instead ofname
to c……onform to modification made in commit b08919b
Configuration menu - View commit details
-
Copy full SHA for d41cbc2 - Browse repository at this point
Copy the full SHA d41cbc2View commit details
Commits on Oct 29, 2021
-
Added geometry column specification kwarg
geom_cols
, without any te……sting beyond already existing tests which have been adapted
Configuration menu - View commit details
-
Copy full SHA for 1ff0196 - Browse repository at this point
Copy the full SHA 1ff0196View commit details
Commits on Oct 30, 2021
-
Added
fieldtypes
kwarg option to table to layer conversion, without…… any specific tests yet
Configuration menu - View commit details
-
Copy full SHA for 125a076 - Browse repository at this point
Copy the full SHA 125a076View commit details
Commits on Oct 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9e90dc1 - Browse repository at this point
Copy the full SHA 9e90dc1View commit details
Commits on Nov 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f57a867 - Browse repository at this point
Copy the full SHA f57a867View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8911988 - Browse repository at this point
Copy the full SHA 8911988View commit details
Commits on Nov 2, 2021
-
Added error message test in
@test_throws
tests forfieldtypes
and…… `geomcols` kwargs. Ajusted error messages syntax
Configuration menu - View commit details
-
Copy full SHA for fbb4618 - Browse repository at this point
Copy the full SHA fbb4618View commit details
Commits on Nov 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1d39170 - Browse repository at this point
Copy the full SHA 1d39170View commit details -
Modified conversion from
GeoInterface.AbstracGeometry
toIGeometry
- Moved from `@generated` to normal functions - Added conversion for `GeoInterface.AbstractGeometryCollection` - Differentiated display between `IGeometry` and `Geometry` - Added tests on compact display for `AbstracGeometry` (e.g in use in DataFrames)
Configuration menu - View commit details
-
Copy full SHA for 5cd1f16 - Browse repository at this point
Copy the full SHA 5cd1f16View commit details -
Exclude columns in
fieldtypes
from WKT/WKB parsing in `_infergeomet……ryorfieldtypes`
Configuration menu - View commit details
-
Copy full SHA for d08a47c - Browse repository at this point
Copy the full SHA d08a47cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad14efd - Browse repository at this point
Copy the full SHA ad14efdView commit details -
Deleted 2 comments in `_fromtable(sch::Tables.Schema{names,types}, ..…
….)` following @yeesian comments
Configuration menu - View commit details
-
Copy full SHA for 0c61b85 - Browse repository at this point
Copy the full SHA 0c61b85View commit details
Commits on Nov 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 60df39e - Browse repository at this point
Copy the full SHA 60df39eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a197973 - Browse repository at this point
Copy the full SHA a197973View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae870c - Browse repository at this point
Copy the full SHA 6ae870cView commit details
Commits on Nov 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e8560e4 - Browse repository at this point
Copy the full SHA e8560e4View commit details