Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ktfank

Pages: [1]
1
Python and Java API / Re: Align coordinate system to bounding box
« on: December 15, 2017, 03:50:26 AM »
Another question for you Alexey: I am using a user-defined coordinate system for my models so that I can reference my GCPs/markers in NAVD88 (I downloaded geoid12a from the Agisoft  website). However now when I try to use this script to orient the bounding box to my markers I get an Error: "Vertical datum out of range". (I actually get the same error message printed repetitively, about 5 times.). This appears to be a problem only with the last update (1.3.4.5067) as I was successfully using the script with this same coordinate system before.

Is there a way to use the script with my chosen datums now?

Here are the parameters of my user-defined coordinate system:

Projected Coordinate System: NAD_1983_2011_UTM_Zone_10N
Projection Method: Transverse Mercator
    Latitude of natural origin: 0
    Longitude of natural origin: -123
    Scale factor at natural origin: 0.9996
    False Easting: 500000
    False Northing: 0
Geographic Coordinate System: NAD83(2011) (EPSG::6318)
Geodetic Datum: NAD83 (National Spatial Reference System 2011) (EPSG::1116)
Ellipsoid: GRS 1980 (EPSG::7019)
Prime Meridian: Greenwich (EPSG::8901)
Linear Units: metre (EPSG::9001)
Vertical Datum: North American Vertical Datum 1988 (EPSG::5103)
Vertical Units: metre (EPSG::9001)

Thank you!

2
Python and Java API / Re: Align coordinate system to bounding box
« on: August 17, 2017, 03:55:37 AM »
I'm running into an issue with Alexey's script. It works, but then my camera errors are huge. When I update and/or calibrate the cameras, it flips the model upside down again. This is only happening when I am georeferencing with geotagged images. When I use GCPs instead, the model remains orientated correctly after I update the cameras.

3
Python and Java API / Re: Start up script folder with multiple users
« on: August 17, 2017, 03:45:42 AM »
I accidentally posted in the wrong thread so I'm moving my message to appropriate one. Sorry!

4
General / Re: Geotagged Altitude Conversion from Feet to Meters
« on: August 14, 2017, 09:55:02 PM »
Great, it worked. Thanks!

5
General / Re: Geotagged Altitude Conversion from Feet to Meters
« on: August 14, 2017, 07:31:11 PM »
Thanks, Alexey. For some reason, I get a syntax error ("invalid character in identifier) when running this code. Particularly, after foot = 0.3048. The >>> no longer appears after the command and if I try to forge ahead and put in the next line of code the syntax error occurs.

6
General / Geotagged Altitude Conversion from Feet to Meters
« on: August 14, 2017, 07:00:57 PM »
I have a set of geotagged photos where the altitude field is recorded in feet, but Agisoft thinks it is in meters. The photos were originally recorded in WGS 84 (EPSG: 4326) and I have converted the coordinate system to NAD83 (EPSG: 26910). How can I apply a simple conversion to the altitude field from feet to meters?

Thank you for the help!

Pages: [1]