Fix GeoData system #5

Closed
opened 2020-05-29 20:02:56 +00:00 by phryk · 2 comments
phryk commented 2020-05-29 20:02:56 +00:00 (Migrated from rnd.phryk.net)

Something broke the geodata system, might be proj4. Fix it.

Something broke the geodata system, might be proj4. Fix it.
phryk commented 2020-06-18 13:39:17 +00:00 (Migrated from rnd.phryk.net)

Initializing pyproj.Proj apparently got way more expensive and we stupidly initialized that on every single coordinate normalization. Initializing it
just once on boot starting with dbbdaa6ed5 and performance got better by a
factor of around 250.

Initializing pyproj.Proj apparently got way more expensive and we stupidly initialized that on every single coordinate normalization. Initializing it just once on boot starting with dbbdaa6ed5 and performance got better by a factor of around 250.
phryk commented 2020-07-23 16:48:49 +00:00 (Migrated from rnd.phryk.net)

Declaring this as fixed as geometries now render and plotting is configurable enough to set up simple map rendering. All other pre-alpha work concerning geodata is done in: #2 , #3 , #6 and #40.

Declaring this as fixed as geometries now render and plotting is configurable enough to set up simple map rendering. All other pre-alpha work concerning geodata is done in: #2 , #3 , #6 and #40.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: phryk-evil-mad-sciences-llc/poobrains#5
No description provided.