Hello to the whole FME community!
I have a very simple and basic question to ask you.
I work with large volumes of hydrographic data, address data, etc. and soon lidar data.
With each treatment / test I perform, my files often duplicate and it becomes easy to get lost in this mountain of data.
So I would like to have your opinion on the advantages that I would have to use a database management system (PostgreSQL with the PostGIS extension)
For now, I think that this would allow me to:
- better manage the storage and versions of my files
- optimize the transitions between my files and FME (by directly connecting my DB in FME)
- increase the speed of loading and writing my data
- get my data instantly in QGIS (by also connecting my DB in QGIS)
- to decrease the storage space of my files given that they will no longer be stored in shapefile (+ dbf + shx)?
Tell me if I'm wrong, and if you have other advantages to list me, I'm interested! :)
Thank you !