I'm relatively new to the Esri world and I'm still trying to get my head around the complex file structures associated with ArcGIS Pro. I've become confused and worried about breaking file links, etc. if I move a project file from one location on a network drive to another. I've been super reluctant to do any renaming or relocating of projects, but now I'm at the point where some serious file organization needs to take place.
Should I be this worried about file management? Is there a simple way that I can confidently move, file and rename my ArcGIS Pro projects? Looking for some direction. Thank you!
Solved! Go to Solution.
ArcGIS Pro uses relative file paths, rather than allowing you to choose between relative and absolute file paths like ArcMap did. As an aside, there's an open idea to add that choice to ArcGIS Pro, if you finish your re-organization and feel that having absolute file paths would have made your life easier. That post may also have some idea/workarounds that could help you do this more efficiently.
If it helps, relative and absolute file paths are explained here.
Broadly, if you move a folder that contains an aprx and all the data referenced by that aprx as one unit, almost nothing should break. If you rename or move folders, geodatabases, shapefiles, rasters (etc), links will break.
A couple tips and tricks:
Without seeing the state of the data, my guess is that this will be relatively painless at best (if you can move whole projects together) or irritating but worth it for having cleanly organized data in the end. You aren't going to irreparably break anything by moving it unless your cat stomps the delete button in the middle of the move, and so long as your files and folders are named somewhat intuitively, it's usually not that bad to track down what file the map was supposed to be referencing (although this gets worse with time: five years from now, future you will have no idea what you were thinking when you moved all this data, so don't let maps with broken data links fester.)
You can always pick a smaller project as a sacrificial lamb, move it, and see how it goes 🙂
ArcGIS Pro uses relative file paths, rather than allowing you to choose between relative and absolute file paths like ArcMap did. As an aside, there's an open idea to add that choice to ArcGIS Pro, if you finish your re-organization and feel that having absolute file paths would have made your life easier. That post may also have some idea/workarounds that could help you do this more efficiently.
If it helps, relative and absolute file paths are explained here.
Broadly, if you move a folder that contains an aprx and all the data referenced by that aprx as one unit, almost nothing should break. If you rename or move folders, geodatabases, shapefiles, rasters (etc), links will break.
A couple tips and tricks:
Without seeing the state of the data, my guess is that this will be relatively painless at best (if you can move whole projects together) or irritating but worth it for having cleanly organized data in the end. You aren't going to irreparably break anything by moving it unless your cat stomps the delete button in the middle of the move, and so long as your files and folders are named somewhat intuitively, it's usually not that bad to track down what file the map was supposed to be referencing (although this gets worse with time: five years from now, future you will have no idea what you were thinking when you moved all this data, so don't let maps with broken data links fester.)
You can always pick a smaller project as a sacrificial lamb, move it, and see how it goes 🙂
Linda, thanks for your effort in providing such a detailed and carefully written response. There's a lot of great information here. Thank you. I feel more confident now!