-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for Spatial Alignment mismatch issue (#147)
* get_aoi_indexes, get_queries, get_aoi_info, and references grid_reference class to account for different projections and coordinate reference systems between macav2metdata and a provided aoi shapefile * updated grid_reference class to original listing. this is not the spatial alignment issue. * updated grid_reference class to pull lat/lon vector from THREDDS for default initialization * Added error check in get_aoi_indexes * Updated get_aoi_indices error message * Added comment with details for URL to get met data * Fixed missing ) in get_aoi_indices * updated aoi indexes, added function for aoi lat/lon, updated aoi_info for consistency * deleted old code after testing fix * fixed floating parentheical * fixed errors during github check * added check on CRS before transform * crs syntax update * crs syntax cleanup * crs syntax cleanup for github check * fix crop() and mask() library call for github syntax check * fix extent() library call for github syntax check * fixed typo in if statements to match crs * added test of AOI extent to CFT data extent * removing aoi_reproject typo for github check * removing aoi_reproject typo for github check * fix library reference for function raster() * fixed expect_true() statement
- Loading branch information
Showing
4 changed files
with
158 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters