Add Apple Silicon build support and update AWS radar access#3
Open
Rafnuss wants to merge 19 commits into
Open
Conversation
Add a function similar to `mistnet_polar()` but which compute the prediction on the exact same grid than `radar.dz.sweeps()` rather than the ELEV, R and AZ arguments.
Similar function than `aws_list()` but allows datetime type as input
This reverts commit 478eb62.
This reverts commit b4da18b.
Add explicit handling for a new 'maca64' architecture in vl_compilenn.m (image library selection, object extension, file lists, and compiler flags), disable GPU builds on 'maca64', and guard CUDA mex compilation on opts.enableGpu. Restrict inclusion of x86 intrinsics in normalize_cpu.cpp to actual x86 targets to avoid non-x86 build issues. Improve wsrlib_make.m by using CC/CXX environment variables or auto-detecting system compilers (clang on mac, gcc on other OSes), validating their presence, and quoting paths when invoking make.
Replace hardcoded '/usr/local/bin/aws' with 'aws' (relying on PATH) across AWS helper scripts and example to improve portability. Updated commands include s3 ls, s3 cp, and s3api list-objects (AWS_PAGER usage preserved). Files changed: examples/aws/demo1_s3.m, src/aws/aws_get_scan.m, src/aws/aws_list.m, src/radar/rsl2mat_s3.m.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves wsrlib support for modern MATLAB installations on Apple Silicon and updates access to public NEXRAD data through the AWS CLI.
Changes
maca64architecture support to MatConvNet:CCandCXXenvironment variablesmakedatetimevalueshistcusage withhistcounts.