You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: define int/float precision to prevent deprecation warning (#35)
feat: use try/except for retrieving netrc credentials
feat: add figshare secure FTP uploader to utilities
ci: use cartopy no-binary in build
fix: use first value in requirements in setup
ci: brew install `pkg-config`
ci: use older proj7 in brew install for cartopy
ci: add LD and CPP flags for proj7
ci: add cython to installations
ci: `ACCEPT_USE_OF_DEPRECATED_PROJ_API_H`
ci: set pkg-config path
Send files to `figshare`_ using secure `FTP uploader <https://help.figshare.com/article/upload-large-datasets-and-bulk-upload-using-the-ftp-uploader-desktop-uploader-or-api>`_
349
+
350
+
Arguments:
351
+
352
+
``files``: list of files to upload
353
+
354
+
Keyword arguments:
355
+
356
+
``username``: ftp username
357
+
358
+
``password``: ftp password
359
+
360
+
``directory``: figshare subdirectory for sending data
361
+
362
+
``timeout``: timeout in seconds for blocking operations
363
+
364
+
``context``: SSL context for ftp connection
365
+
366
+
``get_ca_certs``: get list of loaded “certification authority” certificates
0 commit comments