Rafael Schouten
Rafael Schouten
GriddingaMachine.jl doesn't depend on ArchGDAL.jl, so the problem seems to be lower in your error. Can you post the whole thing? Oh maybe it did previously? You seem to be...
+1 for this Currently trying `pager` on really large tables hangs, and Ctrl-C to get out kills the session.
Having the default check the table length somehow sounds good. Im happy to lose search, but wondering if it could also happen lazily over the original table columns?
We would also like this at [TileProviders.jl](https://github.com/JuliaGeo/TileProviders.jl) (which is used in Leaflet.jl but is generalised so everyone can use it) Currently we pull json from geopandas xyzservices because its easier...
Very good. My main questions I have are: 1. Which package checks the crs trait (Proj?) or is that backend deoendent? 2. Do we store the trait on object construction...
For 2. I wonder if GeoFormatTypes can allow storing the trait in CRS? On 4. to clarify Im looking for a difference between a known value and the unknown default,...
Hmm not quite what I mean... I want a package consuming geometries like GeometryOps.jl to know and throw a warning once at the start of some operation, if the trait...
Sorry I mean bounded, SAMIN. But really they should be the same in this regard. In SAMIN the start temperature is just set to `2.0`: https://github.com/JuliaNLSolvers/Optim.jl/blob/master/src/multivariate/solvers/constrained/samin.jl#L76 Acceptance thresholds are hard...
1. No, just the values, not the dim values 2. No storage stays the same. Its very similar to struct arrrays. (Its already how it works with dim/selector indexing too,...
Probably a Dictionaries.jl `Dictionary` would have nicer properties as a mode switch from NamedTuple. See: https://github.com/andyferris/Dictionaries.jl/pull/43 We really need `getproperty` on dictionary keys for this to work seamlessly.