NRLMMD-GEOIPS / geoips

Main Geolocated Information Processing System code base with basic functionality enabled.
https://nrlmmd-geoips.github.io/geoips/
Other
15 stars 11 forks source link

Collect a list of all arguments for readers #805

Open jsolbrig opened 3 days ago

jsolbrig commented 3 days ago

Requested Update

Description

Go through all of the current readers to collect a list of the arguments that their call functions take. For each argument, indicate:

When doing this, be sure to look for readers in all of the public GeoIPS packages to ensure that we capture all possible arguments. For example, check in geoips_clavrx and other plugin packages.

Checklist for Completion

srikanth-kumar commented 2 days ago

This is completed and documented here.

  1. Listed all positional arguments
  2. Listed all keyword arguments
  3. Listed keywords arguments with different default values
  4. Listed common and unique keyword arguments to each reader
  5. Public GeoIPS packages covered : geoips_clavrx , recenter_tc (NA)
srikanth-kumar commented 2 days ago

This issue is now ready to be close. @jsolbrig