Zach Siegel
Zach Siegel
I submitted this exact issue a few weeks ago via the "Send Feedback" tool in the app. I came here to submit it as a bug, and I'm glad someone...
Hey I'm not sure how to do that. If you can give me some help, I'd be happy to contribute. I'm pretty inexperienced. On Fri, May 12, 2017 at 4:46...
I have this issue and some more. * When I use `"aux_directory": ""`, I experience no difference (all the auxiliary files are still added to the directory with the `.tex`...
@ig0774 thank you for this response! I actually got it fully working by using the exact Minted trick you linked to and by setting `output_directory` to a subfolder (using ``...
There are no spaces in my bibliography path, and I don't think underscores are the problem. **Every** combination of: `.bib`, ``, `.bib`, and `` **works** when I set `output_directory` to...
I think the Chrome viewer I wrote is the only viewer that directly calls `synctex` (rather than delegating that task to Skim or Zathura, etc.). It calls `/Library/TeX/texbin/synctex`. If anyone...
To be fair, my points have no geojson `properties`, but I still think this is odd and maybe bad.
@sackh Thanks for this response! I'm glad you're looking into it. When I encounter a `MultiPolygon` called `feature`, I just iterate through the coordinate lists in `feature.geometry.coordinates`, create a `Polygon`...
Hi @omanges I look forward to trying out the new implementation! I already have a parallel set of functions that uses this method rather than my workaround, so I should...
@omanges I just ran a small and a large trial of my current use case and got the following output: ## Using `turfpy.measurement.points_within_polygon`: ### 595 points: ``` Ran 15 trials...