Categories
Technology

AWS Ground Station Data Delivery To S3 Now Supported

Ground Station is one of my top 3 favorite AWS services. And now AWS is making it easier than ever to capture payload data and telemetry coming from a satellite into S3 as your data delivery source. Once you’ve scheduled a ‘contact’ with a particular satellite of your choosing, you can now have the data […]

Categories
Technology

Get Some Structure

It is important to move on from good ole’ comfort food, Console.WriteLine() for everything. When you are first learning how to create a .NET application, inside your Main method is a Console.WriteLine() that system outputs to the console. But that isn’t a best practice as you begin to develop production ready applications. Let’s dig into […]

Categories
Technology

Explain Your ML Predictions

AWS SageMaker Autopilot now allows users to concisely explain their models and machine learning model predictions from AWS SageMaker. AWS SageMaker Autopilot allows users to automatically build, train, and tune machine learning models based on their data. This helps limit the heavy lifting of building ML models by only requiring that you provide a tabular […]