Ryan Avery
Ryan Avery
Hi @ErinBecker just curious what the status of this is? I'll be teaching some geospatial R plotting and since most time is spent doing interactive analysis rather than publication quality...
I think the introduction to parallel computing section could replace `multiprocessing` with an introduction to `dask.delayed` for parallelizing custom workflows and/or Dask Arrays. These HPC lessons could serve as a...
With the following versions, the example works for me stackstac==0.4.3 pystac==1.4.0 pystac-client==0.5.1 so it seems like it could be related to how the newest version of pystac returns an item...
Should [hatch](https://hatch.pypa.io/latest/) be considered? it doesn't yet have lock file support but is under the pypa org and seems to have momentum as PYPA's preferred packaging tool.
``` import ppocr dir(ppocr) ``` returns ``` ['__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', 'data', 'postprocess', 'utils'] ``` so it looks like only some submodules are available but I don't...
I'm also seeing this issue with PaddleOCR==2.5
Awesome thanks! Here is my call `from usgs import api results = api.search("ARD_TILE", "EE", start_date="2002-06-01" , ll={"longitude":-103.962375,"latitude":40.132703}, ur={"longitude": -95.192605,"latitude": 42.950893}, api_key=token)`
I get the following error running that line, not sure what's going on. ``` # rave at rave-thinkpad in ~ [14:37:33] → usgs search --node EE ARD_TILE --start-date 2002-06-01 --end-date...
The error also occurs on python 3.6.7
I'm not sure what the issue is with the cli, but I've made a PR that adds geojson filtering for the python api. My PR doesn't seem to fix or...