Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move requirements.txt to the root dir #772

Merged
merged 2 commits into from
May 10, 2022
Merged

move requirements.txt to the root dir #772

merged 2 commits into from
May 10, 2022

Conversation

yunjunz
Copy link
Member

@yunjunz yunjunz commented May 10, 2022

Description of proposed changes

  • move requirements.txt from ./docs to ./ dir for a shorter path; update path in installations.md and .circleci/config.yml

  • view: add 3 new options to customize plotting in geo-coordinates:

    • coastline-linewidth
    • lalo-offset
    • lalo-fontsize
  • asc_desc2horz_vert:

    • bugfix on the printout msg during REF_LAT/LON checking
    • bugfix on the output metadata in one output HDF5 fil

Reminders

  • Pass Codacy code review (green)
  • Pass Circle CI test (green)
  • If modifying functionality, describe changes to function behavior and arguments in a comment below the function declaration.
  • If adding new functionality, add a detailed description to the documentation and/or an example.

+ move requirements.txt from ./docs to ./ dir for a shorter path; update path in installations.md and circleci/config.yml
+ utils.plot.draw_lalo_label(): add notes on x/yoffset for its intended usage
+ utils.utils1.update_template_file(): handle value2seach inside if check, to avoid unnecessary running
+ view: add 3 new options to customize plotting in geo-coordinates:
   - coastline-linewidth
   - lalo-offset
   - lalo-fontsize

+ asc_desc2horz_vert:
   - bugfix on the printout msg during REF_LAT/LON checking
   - bugfix on the output metadata in one output HDF5 fil

+ readfile: GDAL related metadata
   - DATA_TYPE_GDAL2NUMPY/NUMPY2GDAL: add cint16/32 for translation purpose
   - add ".tiff" to GDAL_FILE_EXTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant