GeoEco.DataManagement.Files Module

Provides methods for performing common file operations.

Note to GeoEco developers: As much as practicable, all GeoEco classes should use this module to manage files rather than using Python's built-in functions. This module provides several advantages over the built-in functions. See the documention for the File class for more information.

class File()
Provides methods for common file operations.
class UrlDownloader()
Provides methods downloading lists of URLs.