Ryan Avery

Results 209 comments of Ryan Avery

> The power of torchdata is that because it's using composition over inheritance, each of these DataPipe pieces can be built separately, and the data engineer would then chain them...

@brendancol late reply, apologies! I think in most cases users will want to compute 3D zonal stats on a time series of a single variable (reflectance or backscatter in a...

Hi @metasim thanks for the reply. I definitely called .withRasterFrames, here is what that section looks like ``` conf = gps\ .geopyspark_conf(appName="CVML Model Iteration", master="yarn") \ .set("spark.dynamicAllocation.enabled", True) \ .set("spark.ui.enabled",...

@metasim haven't tried local mode, would I set it like this, keeping everything else constant? ``` conf = gps\ .geopyspark_conf(appName="CVML Model Iteration", master="local") \ .set("spark.dynamicAllocation.enabled", True) \ .set("spark.ui.enabled", True) \...

@metasim Heads up I got a slightly different error when trying the above, just switching `master="yarn"` to `master=''local"` ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in () 1 from...

Looks like there is not. I ran the following ``` probability_images = 3 # Write this many probability images to location specified in YAML file seed = 42 #Use this...

When I added `io.astraea:rasterframes-datasource_2.11:0.7.0-RC4` to ``` # Install GeoPySpark kernel cat 2 model_load = PipelineModel.load("s3://activemapper/test.model") /usr/lib/spark/python/lib/pyspark.zip/pyspark/ml/util.py in load(cls, path) 255 def load(cls, path): 256 """Reads an ML instance from the...

Doing `git config --global hub.protocol https` still doesn't seem to change all hub commands from using ssh because afterwards I ran `hub create -d "Scripts for temporal mixture analysis project"`...

I found this was left over from before I had changed the default protocol, all good!

I'm closing my other issue since I realize it is a duplicate of this one. Here is an example multichannel tiff dataset to work with for testing once folks get...