Contents
Why is it important to have a good naming conventions for files?
File naming conventions help you stay organized and makes it easier to identify your files. It is essential to establish a convention before you begin collecting files or data in order to prevent a backlog of unorganized content that will lead to misplaced or lost data!
What characters should be avoided when naming GIS files?
explain why these restrictions are necessary. spaces and nonalphanumeric symbols should be avoided because the file may not be compatible or accepted by the software or program you are using and may prevent the GIS from working properly.
What are the rules and regulations in naming a file and its extension?
Certain guidelines must be followed when naming files and directories under the ISO 9660 standard:
- Filenames are limited to eight single-case characters, a dot, and a three character extension.
- Filenames must contain single-case letters, numbers and underscores.
Why are spaces replaced with underscores in GIS?
In an introductory GIS course, it was insisted that all spaces within file and folder names be replaced with underscores. Why is this taught? Is there a clear benefit of doing so? One reason is because spaces carry special meaning in several programming/scripting languages.
Why are folder names named with underscores or spaces?
One reason is because spaces carry special meaning in several programming/scripting languages. Making a habit of naming files and folders with underscores is a good practice because then the ” ” (spaces) will not be treated as a new-line by some languages. Example – A folder called “GIS Data” is a bad folder name.
Why is GIS data a bad folder name?
Example – A folder called “GIS Data” is a bad folder name. This is because if I try to access it with a script or some programming language I have to treat the spaces with special care.
Why do I leave spaces in my GIS file?
Simply put – it’s because spaces in command lines are treated at delimiters. So: Many GIS tools are command-line based so its just simpler to use under-scores if you’re in an environment where the command-line is common. If you’re solely a windows user you can probably get away with just leaving spaces in.