Select to view content in your preferred language

(re)project geometry after spatial.from_feather()

86
0
2 weeks ago
Mer-lin
Emerging Contributor

hi,

after reading a feather file as described here

 

# Create SeDf by reading from feather
sdf_f = pd.DataFrame.spatial.from_feather(
    './sedf_data/cities/sample_cms_data.feather')

 

 we get a pandas DF.

calling

 

print(sdf_t.spatial.sr)

 

gives: {'wkid': None}

How could one (re)project the sdf?

0 Kudos
0 Replies