Drone Mapping: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 1: Line 1:
=Terms=
=Terms=
*SPC (State Plane Coordinate System) - mapping projection that mimizes distortion [https://www.e-education.psu.edu/natureofgeoinfo/c2_p26.html]
*SPC (State Plane Coordinate System) - mapping projection that mimizes distortion [https://www.e-education.psu.edu/natureofgeoinfo/c2_p26.html]
**These are expressed in ASCII feature, point, X, Y, Z location. [https://www.google.com/search?q=what+format+is+the+missouri+state+plane+coordinate+system+gis+file&sca_esv=23b8fd744dd7098e&sca_upv=1&ei=m-S7ZqrcIP_dwN4Ph9XpkQY&ved=0ahUKEwjqlZmoiPOHAxX_LtAFHYdqOmIQ4dUDCA8&uact=5&oq=what+format+is+the+missouri+state+plane+coordinate+system+gis+file&gs_lp=Egxnd3Mtd2l6LXNlcnAiQndoYXQgZm9ybWF0IGlzIHRoZSBtaXNzb3VyaSBzdGF0ZSBwbGFuZSBjb29yZGluYXRlIHN5c3RlbSBnaXMgZmlsZUjfhwJQlBNYi4cCcA14AZABAZgB3AGgAZczqgEHMTYuNDIuMbgBA8gBAPgBAZgCQaAC0S_CAgoQABiwAxjWBBhHwgIIEAAYogQYiQXCAggQABiABBiiBMICCBAhGKABGMMEwgIKECEYoAEYwwQYCsICBRAhGKABwgIFECEYnwXCAgYQABgWGB7CAgsQABiABBiGAxiKBcICBRAhGKsCwgIHECEYoAEYCpgDAIgGAZAGCJIHBTE3LjQ4oAf_igQ&sclient=gws-wiz-serp]
*UTM - Universal Transverse Mercator projection [https://gis.depaul.edu/shwang/teaching/geog258/Grid.htm]
*UTM - Universal Transverse Mercator projection [https://gis.depaul.edu/shwang/teaching/geog258/Grid.htm]
*File types used in mapping - [https://www.arlula.com/guide-to-common-satellite-imagery-file-types/]. Application/geo+json is used by GIS?
*File types used in satellite mapping - [https://www.arlula.com/guide-to-common-satellite-imagery-file-types/]. Application/geo+json is used by GIS?
*File formats are mainly raster or vector [https://en.wikipedia.org/wiki/GIS_file_format#Format_characteristics]
*20 commonly used file formats exist for GIS software. Open and proprietary, hybrid (owned by a a company but open). Text files include XML, JSON
*Files openable by QGIS - vector data, in various containers. Can be text, can be ESRI Shapefile, etc. [https://docs.qgis.org/2.18/en/docs/user_manual/working_with_vector/supported_data.html#loading-specific-directory-based-layer]
*SPC format is


=DJI Mini=
=DJI Mini=

Revision as of 23:00, 13 August 2024

Terms

  • SPC (State Plane Coordinate System) - mapping projection that mimizes distortion [1]
    • These are expressed in ASCII feature, point, X, Y, Z location. [2]
  • UTM - Universal Transverse Mercator projection [3]
  • File types used in satellite mapping - [4]. Application/geo+json is used by GIS?
  • File formats are mainly raster or vector [5]
  • 20 commonly used file formats exist for GIS software. Open and proprietary, hybrid (owned by a a company but open). Text files include XML, JSON
  • Files openable by QGIS - vector data, in various containers. Can be text, can be ESRI Shapefile, etc. [6]
  • SPC format is

DJI Mini

  • Mini data can be processed in DroneDeploy to create maps - [7]


Other

Open source path generation and datapoint visualization from IRNAS.

https://www.irnas.eu/iot-drone-mapping/

See Also