Greg Lucas

Results 41 issues of Greg Lucas

Installing the version 6.0 release candidate and running `spp describe-packets` on Python 3.10 results in: ``` AttributeError: module 'logging' has no attribute 'getLevelNamesMapping' ``` The `getLevelNamesMapping` was only added in...

bug

This is an attempt to refactor our xtce parsing to be more generic and allow any RawDataObject, not just ccsds packets. * RawPacketData has the read_* methods, RawCCSDSPacketData subclasses that...

Currently we are tied into the CCSDS specification and yielding packets based upon this, but XTCE does not require this. We should try to make it easier to handle other...

enhancement

It would be helpful to add a schema validation step or point to advice for how to do this for new users just setting up their initial XTCE documents. There...

enhancement
good first issue

Currently we use the ruff linter for style checks, but we don't have any explicit formatter. I'm proposing here that we also use the ruff formatter (drop-in replacement for black)....

Type: Infrastructure

This is in preparation for the v0.25 release. I went through all PRs since the previous release and added my quick description to the notes with authors. I added a...

Type: Documentation

Add pyupgrade "UP" checks to ruff to update the code to the latest Python idioms.

## Rationale This adds the HEALPix and rHEALPix projections from PROJ to Cartopy. https://proj.org/en/9.4/operations/projections/healpix.html https://proj.org/en/9.4/operations/projections/rhealpix.html This replaces #1008 and allows for flexible globes/radii as well. closes #882 closes #1008 closes...

Type: Enhancement
Component: proj

Here is a recent log of a failure, but it shows up pretty regularly for timeouts, authorization errors. https://github.com/SciTools/cartopy/actions/runs/15201132029/job/42755356584#step:9:268 I'm wondering if there is a different way we can test...

Type: Infrastructure

It has been a little over 6 months since our last release and we have had quite a few nice improvements in that time. We should look at releasing those...