All our data is stored in EPSG:4326 internally - data sources which aren't in this projection need to be normalized. Currently some input methods (such as the vector file ingest) don't do this. Since the CRS is known we should normalize data not in 4326 in a cetralized place (so each ingest process doesn't have to replicate the code - and also to ensure data consistency)
All our data is stored in EPSG:4326 internally - data sources which aren't in this projection need to be normalized. Currently some input methods (such as the vector file ingest) don't do this. Since the CRS is known we should normalize data not in 4326 in a cetralized place (so each ingest process doesn't have to replicate the code - and also to ensure data consistency)