Martijn Visser

Results 530 comments of Martijn Visser

Do you want to write the results back to a shapefile after you merge the CSV file in? If so, this package does not have write support, so it cannot...

Indeed that is a valid GeoJSON file. Currently the undocumented assumption for the Tables interface is that the GeoJSON file must be tabular, i.e. the propertynames of each Feature must...

I'm somewhat hesitant about that `getproperty` change on Feature. The nothing check is at the end to support JSON `null`, not keys that are not there. I wrote in the...

This is an implementation of the complete looping function that you can use in the meanwhile: ```julia function properlynames(fc::GeoJSON.FeatureCollection) f, features = Iterators.peel(fc) set = Set(propertynames(f)) for f in features...

Yes, thanks, Willem showed me that you fixed it. Still created this issue to understand the interaction with error handling and multithreading a bit better.

Yeah since the GDAL build is quite complicated, and the new Artifacts system will be much simpler for working with dependencies, I would favor switching to this and requiring at...

Awesome. Elliot's [blog post](https://github.com/JuliaLang/www.julialang.org/blob/sf/artifacts/blog/_posts/2019-08-01-artifacts.md), though not yet published, is a good reference. It also says how to add dependencies in `build_tarballs.jl` (`dependencies = ["c_simple_jll"]`). As you probably saw I just...

(I think I will hold off a bit for now, since I have limited time available and currently cannot run BinaryBuilder locally, and don't want to move it all to...

No, we don't currently support HDF4, HDF5 or netCDF.

Are you interested in HDF4 or HDF5 / netCDF? For HDF4 I don't know, nobody is working on it to my knowledge. For HDF5 / netCDF many people are interested...