You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: derive extent from point coordinates in CreateNetworkDataset
When point features are supplied as the area of interest, compute the
download bbox from actual min/max coordinates (via cursor) rather than
desc.extent, which may reflect the spatial domain instead of true data
extent.
- Project points to WGS84 first if needed, then read SHAPE@XY via cursor
- Non-point geometry types continue to use extent.projectAs(wgs84)
- Expand the WGS84 bbox by ~1 mile in each direction before downloading
and before building the clip polygon
- Clip polygon always created in WGS84 to match the normalised extent
<metadata xml:lang="en"><Esri><CreaDate>20251022</CreaDate><CreaTime>11025600</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>TRUE</SyncOnce><ModDate>20260318</ModDate><ModTime>234516</ModTime></Esri><toolbox name="overture_to_arcgis" alias="overture_to_arcgis"><arcToolboxHelpPath>c:\program files\arcgis\pro\Resources\Help\gp</arcToolboxHelpPath><toolsets/></toolbox><dataIdInfo><idCitation><resTitle>overture_to_arcgis</resTitle></idCitation><searchKeys><keyword>Overture Maps</keyword><keyword>ArcGIS Pro</keyword><keyword>transportation</keyword><keyword>network dataset</keyword><keyword>geoprocessing</keyword></searchKeys><idAbs>Python Toolbox for downloading, processing, and analysing Overture Maps data in ArcGIS Pro. Includes tools for retrieving Overture features, parsing complex JSON fields into usable attribute columns, splitting segments by subclass and level rules, splitting segments at connector points, and building walk-optimised network datasets.</idAbs></dataIdInfo><distInfo><distributor><distorFormat><formatName>ArcToolbox Toolbox</formatName></distorFormat></distributor></distInfo></metadata>
2
+
<metadata xml:lang="en"><Esri><CreaDate>20251022</CreaDate><CreaTime>11025600</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>TRUE</SyncOnce><ModDate>20260319</ModDate><ModTime>094824</ModTime></Esri><toolbox name="overture_to_arcgis" alias="overture_to_arcgis"><arcToolboxHelpPath>c:\program files\arcgis\pro\Resources\Help\gp</arcToolboxHelpPath><toolsets/></toolbox><dataIdInfo><idCitation><resTitle>overture_to_arcgis</resTitle></idCitation><searchKeys><keyword>Overture Maps</keyword><keyword>ArcGIS Pro</keyword><keyword>transportation</keyword><keyword>network dataset</keyword><keyword>geoprocessing</keyword></searchKeys><idAbs>Python Toolbox for downloading, processing, and analysing Overture Maps data in ArcGIS Pro. Includes tools for retrieving Overture features, parsing complex JSON fields into usable attribute columns, splitting segments by subclass and level rules, splitting segments at connector points, and building walk-optimised network datasets.</idAbs></dataIdInfo><distInfo><distributor><distorFormat><formatName>ArcToolbox Toolbox</formatName></distorFormat></distributor></distInfo></metadata>
0 commit comments