terraref / drone-pipeline

Generalizing the TERRA REF pipelines for processing data from UAV's
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

TERRA REF expect coordinates (geo-images, et. al.) to use EPSG 4326 #37

Closed Chris-Schnaufer closed 4 years ago

Chris-Schnaufer commented 5 years ago

The problem with TERRA REF's expectation is that source images, shapes, and other data may not be in the expected coordinate system (EPSG 4326). This may be due to error introduced by reprojecting data.

Chris-Schnaufer commented 5 years ago
Chris-Schnaufer commented 5 years ago

Look at documentation and tickets regarding this

rickw-ward commented 5 years ago

I am curious- are projections using epsg:4326 and epsg:32612 (UTM 12N) identical? Locally, I always use UTM 12N.

Chris-Schnaufer commented 5 years ago

@rickw-ward Sorry for the delay in my response. I am not an expert in coordinate systems so I can't answer knowledgeably on this, but I do know there must be a difference in representation since they have different epsg numbers. Also, all conversion introduce errors - how serious the errors are is dependent upon the type of coordinate systems involved (rectilinear, spherical, other) and the desired level of accuracy. Thus, it's better to always convert from the original coordinate system to the targeted system, without any intermediate conversions.

Chris-Schnaufer commented 5 years ago

The analysis is completed. Next step is to review with TERRA REF developers

Chris-Schnaufer commented 5 years ago

David and Chris to review Thursday meeting w/ IL Urbana

max-zilla commented 5 years ago

@robkooper fyi

max-zilla commented 5 years ago

Next steps: I'll take a close look at this list but overall I think these are good changes and we can start implementing on a branch whenever ready. David also recommends adding tests where possible.