Skip to content

Commit

Permalink
continued spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Oct 3, 2023
1 parent eea774d commit 101f684
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/python/utils/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def atl03_rasterized_subset():
return icesat2.atl03sp(parms, resources=[args.granule03])

# ------------------------------------
# Benchmark ATL03 Polgon Subset
# Benchmark ATL03 Polygon Subset
# ------------------------------------
def atl03_polygon_subset():
parms = {
Expand Down
2 changes: 1 addition & 1 deletion docs/rtd/source/archive/gdal_vrt_benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Points read: 1000000 16998.240999877
1000000 points read time: 169940.77899982 msecs


In the second aproach the vrtdataset and vrtband are used ONLY to find the name of the raster containing POI.
In the second approach the vrtdataset and vrtband are used ONLY to find the name of the raster containing POI.
The code is very similar to how gdallocationinfo tool is implemented using xml parsing in GDAL.
The raster tif file is than opened and this raster's dataset and band are used to do a read using col, row calculated for that
raster. This method is much more efficient. It only took 665 msecs to do one million reads.
Expand Down
2 changes: 1 addition & 1 deletion docs/rtd/source/release_notes/release-v4.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ parms = { "poly": region['poly'],

* The ATL03 subsetting code now operates on one spot per thread (it used to be one pair track per thread). This change is made in conjunction with a change in the base AWS instance type to an instance that has 8 cores. The additional subsetting threads will therefore be able to utilize the greater number of cores when subsetting and speed up processing requests when only one subsetting operation on a given node is being processed.

* When making raster sample requests, the user no longer needs to perform a separate earthdata.* call to generate a catalog for the 3DEP and Landsat raster datasets, but the client is not smart enouh to know to generate the catalog on its own if the user does not supply it.
* When making raster sample requests, the user no longer needs to perform a separate earthdata.* call to generate a catalog for the 3DEP and Landsat raster datasets, but the client is not smart enough to know to generate the catalog on its own if the user does not supply it.

## Development Updates

Expand Down

0 comments on commit 101f684

Please sign in to comment.