H. Thomson Comer
H. Thomson Comer
Hi there! After spending many hours going through drivers, I finally thought to just search Netgear A6100 in github, and saw this as being the most up-to-date. It works! Thanks...
Hi @jacomyal ! I've been working on an NVIDIA backed `sigma.js` extension for a few weeks and I'm sharing it with you today. We're writing GPU accelerated, open-source libraries for...
## Complete PR and all review items. I've produced https://www.github.com/jacomyal/sigma.js/pull/1252. Today I'm starting to revise it until there's nothing extra or unnecessary. The original PR was based on an experimental...
This useful PR adds a `GeoSeries` constructor for the tuple returned by `read_polygon_shapefile`. Now users can say ```py geoseries = cuspatial.GeoSeries(cuspatial.read_polygon_shapefile('the_shapefile')) ``` and load the data directly into GeoArrow. This...
In process. Contributes to #599
This PR adds benchmarks for the `from_geopandas` method. It depends on #585 and https://github.com/rapidsai/integration/pull/505
**Is your feature request related to a problem? Please describe.** I've identified an opportunity for a massive speedup in cuspatial I/O using the WKB format. It'll also be more language/API...
This PR adds the memory_usage for the large, complex `GeoSeries` object, and tests for `GeoSeries` and `GeoDataframe` Depends on #585.
@MurrayData's top ask from us in terms of feature requests. This might be a whale, or it might be a pretty straightforward file read and coordinate transform. @MurrayData, where should...
lonlat_to_xy_km_coordinates doesn't define its transformation exactly. It is just the haversine equation? We should document this. Similarly, we may want to enable the definition of different coordinate systems when using...