Anshul Singhvi
Anshul Singhvi
I guess you have some registry function that tells you whether to pass init?
I think in general an `innerkwargs` that gets passed to all functions is good, but we can special case init if we have a function registry that says which functions...
It looks like ArchGDAL is now one of the only packages that uses `:geom`...and we have DataAPI metadata in many places now so going from a feature collection to a...
I'd say it's the opposite... this will be the GO syntax as well, it already is for segmentize
Let's discuss this at some point, maybe I can also prototype some things for GO to unify
Rasters does not support parsing CF compliant CRS yet. It's something we were looking to do even when I was at JPL but never got around to. You can force...
We should at least detect WKT...
``` mapping Attributes: grid_mapping_name = polar_stereographic straight_vertical_longitude_from_pole = -45.0 false_easting = 0.0 false_northing = 0.0 latitude_of_projection_origin = 90.0 latitude_of_origin = 70.0 semi_major_axis = 6.378137e6 scale_factor_at_projection_origin = 1 inverse_flattening = 298.257223563...
it was https://github.com/rafaqz/Rasters.jl/pull/803/ where I edited functionality that is associated with this, and https://github.com/rafaqz/Rasters.jl/tree/netcdf_crs has some translation tools to go from CF to a projstring.
given that this has spatial_ref, crs_wkt, proj4text and spatial_epsg fields we ought to at least check for those and assign potentially at least crs_wkt, proj4text and spatial_epsg since we know...